============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/000e63/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 110 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:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_filtered_portion
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 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=ZDgyMGE2NTQtYjg3MjExNDctZTA0OGY3MzMtZGI3MGVmNGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 546625a7-c4c6-4f65-8ecc-a198deece92a, ghrun-2c4kdoooai.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 546625a7-c4c6-4f65-8ecc-a198deece92a, ghrun-2c4kdoooai.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZDgyMGE2NTQtYjg3MjExNDctZTA0OGY3MzMtZGI3MGVmNGU=" 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, 546625a7-c4c6-4f65-8ecc-a198deece92a, ghrun-2c4kdoooai.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDgyMGE2NTQtYjg3MjExNDctZTA0OGY3MzMtZGI3MGVmNGU=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 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:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_random
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 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=ZDgyMGE2NTQtYjg3MjExNDctZTA0OGY3MzMtZGI3MGVmNGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1ccfa389-7e2b-4aad-b7cd-e8b063695349, ghrun-2c4kdoooai.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1ccfa389-7e2b-4aad-b7cd-e8b063695349, ghrun-2c4kdoooai.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZDgyMGE2NTQtYjg3MjExNDctZTA0OGY3MzMtZGI3MGVmNGU=" 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, 1ccfa389-7e2b-4aad-b7cd-e8b063695349, ghrun-2c4kdoooai.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDgyMGE2NTQtYjg3MjExNDctZTA0OGY3MzMtZGI3MGVmNGU=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 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:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_stress_sorting
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 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=ZDgyMGE2NTQtYjg3MjExNDctZTA0OGY3MzMtZGI3MGVmNGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7d408f3f-500c-432d-a610-18bdfe7217b1, ghrun-2c4kdoooai.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7d408f3f-500c-432d-a610-18bdfe7217b1, ghrun-2c4kdoooai.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZDgyMGE2NTQtYjg3MjExNDctZTA0OGY3MzMtZGI3MGVmNGU=" 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, 7d408f3f-500c-432d-a610-18bdfe7217b1, ghrun-2c4kdoooai.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDgyMGE2NTQtYjg3MjExNDctZTA0OGY3MzMtZGI3MGVmNGU=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 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:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_create_all_opt_ints
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 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/68w4/000e63/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3021475
DEBUG    ya.test:process.py:259 Command (pid 3021475) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3021475) elapsed time (sec): 0.29490160942077637
DEBUG    ya.test:process.py:263 Command (pid 3021475) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3021475) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3021475) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3021475) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3021475) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3021475) maxrss: 1684328
DEBUG    ya.test:process.py:263 Command (pid 3021475) minflt: 16203
DEBUG    ya.test:process.py:263 Command (pid 3021475) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3021475) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3021475) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3021475) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3021475) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3021475) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3021475) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3021475) stime: 0.159215
DEBUG    ya.test:process.py:263 Command (pid 3021475) utime: 0.087568
DEBUG    ya.test:process.py:263 Command (pid 3021475) wtime: 0.296
DEBUG    ya.test:process.py:275 Command (pid 3021475) 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-2c4kdoooai    Host information: 
        Linux ghrun-2c4kdoooai 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/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/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 3021475) 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-2c4kdoooai    Host information: 
        Linux ghrun-2c4kdoooai 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/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/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/68w4/000e63/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24520
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/68w4/000e63/r3tmp/kikimr_cluster_d5nt4pgj
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/000e63/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61674
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62172
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12174
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2299
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/68w4/000e63/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:269 Final command: /home/runner/.ya/build/build_root/68w4/000e63/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/68w4/000e63/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_3w0oomh_.log --grpc-port=61674 --mon-port=62172 --ic-port=24520
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:61674/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/68w4/000e63/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:269 Final command: /home/runner/.ya/build/build_root/68w4/000e63/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/68w4/000e63/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_3w0oomh_.log --grpc-port=61674 --mon-port=62172 --ic-port=24520
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/68w4/000e63/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/68w4/000e63/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/68w4/000e63/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_3w0oomh_.log', '--grpc-port=61674', '--mon-port=62172', '--ic-port=24520')' in '/home/runner/.ya/build/build_root/68w4/000e63/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: 3021650
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:61674/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/68w4/000e63/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3021651
DEBUG    ya.test:process.py:259 Command (pid 3021651) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3021651) elapsed time (sec): 0.2941012382507324
DEBUG    ya.test:process.py:263 Command (pid 3021651) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3021651) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3021651) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3021651) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3021651) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3021651) maxrss: 1684328
DEBUG    ya.test:process.py:263 Command (pid 3021651) minflt: 16205
DEBUG    ya.test:process.py:263 Command (pid 3021651) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3021651) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3021651) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3021651) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3021651) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3021651) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3021651) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3021651) stime: 0.153156
DEBUG    ya.test:process.py:263 Command (pid 3021651) utime: 0.092695
DEBUG    ya.test:process.py:263 Command (pid 3021651) wtime: 0.295
DEBUG    ya.test:process.py:275 Command (pid 3021651) 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-2c4kdoooai    Host information: 
        Linux ghrun-2c4kdoooai 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/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/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 3021651) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-2c4kdoooai    Host information: 
        Linux ghrun-2c4kdoooai 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/68w4/000e63/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/68w4/000e63/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:61674', '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: 24520\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/68w4/000e63/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:61674', '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: 24520\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3022756
DEBUG    ya.test:process.py:259 Command (pid 3022756) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3022756) elapsed time (sec): 0.33161306381225586
DEBUG    ya.test:process.py:263 Command (pid 3022756) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3022756) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3022756) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3022756) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3022756) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3022756) maxrss: 1684328
DEBUG    ya.test:process.py:263 Command (pid 3022756) minflt: 18345
DEBUG    ya.test:process.py:263 Command (pid 3022756) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3022756) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3022756) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3022756) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3022756) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3022756) nvcsw: 122
DEBUG    ya.test:process.py:263 Command (pid 3022756) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3022756) stime: 0.197877
DEBUG    ya.test:process.py:263 Command (pid 3022756) utime: 0.086571
DEBUG    ya.test:process.py:263 Command (pid 3022756) wtime: 0.333
DEBUG    ya.test:process.py:275 Command (pid 3022756) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/000e63/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/68w4/000e63/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:61674', '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/68w4/000e63/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:61674', '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: 3022924
DEBUG    ya.test:process.py:259 Command (pid 3022924) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3022924) elapsed time (sec): 0.291074275970459
DEBUG    ya.test:process.py:263 Command (pid 3022924) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3022924) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3022924) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3022924) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3022924) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3022924) maxrss: 1684328
DEBUG    ya.test:process.py:263 Command (pid 3022924) minflt: 18347
DEBUG    ya.test:process.py:263 Command (pid 3022924) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3022924) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3022924) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3022924) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3022924) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3022924) nvcsw: 131
DEBUG    ya.test:process.py:263 Command (pid 3022924) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3022924) stime: 0.151354
DEBUG    ya.test:process.py:263 Command (pid 3022924) utime: 0.095592
DEBUG    ya.test:process.py:263 Command (pid 3022924) wtime: 0.292
DEBUG    ya.test:process.py:275 Command (pid 3022924) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 949f525e-91da-43cb-a5ee-c80195e25b8f, localhost:61674): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 949f525e-91da-43cb-a5ee-c80195e25b8f, localhost:61674): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 949f525e-91da-43cb-a5ee-c80195e25b8f, localhost:61674): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 61674 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-2c4kdoooai.auto.internal:61674, 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:61674
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 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, f0bc0348-1ac4-4107-83f9-fa7f8a267280, ghrun-2c4kdoooai.auto.internal:61674): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f0bc0348-1ac4-4107-83f9-fa7f8a267280, ghrun-2c4kdoooai.auto.internal:61674): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f0bc0348-1ac4-4107-83f9-fa7f8a267280, ghrun-2c4kdoooai.auto.internal:61674): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e00e8862-58d2-4d76-ae7d-2d41bda1b38a, ghrun-2c4kdoooai.auto.internal:61674): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e00e8862-58d2-4d76-ae7d-2d41bda1b38a, ghrun-2c4kdoooai.auto.internal:61674): request = { session_id: "ydb://session/3?node_id=1&id=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e00e8862-58d2-4d76-ae7d-2d41bda1b38a, ghrun-2c4kdoooai.auto.internal:61674): 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=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7dcc8c3a-3477-4ad5-adc5-118388f19869, ghrun-2c4kdoooai.auto.internal:61674): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7dcc8c3a-3477-4ad5-adc5-118388f19869, ghrun-2c4kdoooai.auto.internal:61674): request = { session_id: "ydb://session/3?node_id=1&id=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/create/table77221_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, 7dcc8c3a-3477-4ad5-adc5-118388f19869, ghrun-2c4kdoooai.auto.internal:61674): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 72f02220-6790-406c-8eca-e96be4e67689, ghrun-2c4kdoooai.auto.internal:61674): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 72f02220-6790-406c-8eca-e96be4e67689, ghrun-2c4kdoooai.auto.internal:61674): request = { session_id: "ydb://session/3?node_id=1&id=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "INSERT INTO `/Root/create/table77221_1` (id) VALUES (0);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 72f02220-6790-406c-8eca-e96be4e67689, ghrun-2c4kdoooai.auto.internal:61674): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1a4c8c90-b72e-4100-a605-5c7ae28747ae, ghrun-2c4kdoooai.auto.internal:61674): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1a4c8c90-b72e-4100-a605-5c7ae28747ae, ghrun-2c4kdoooai.auto.internal:61674): request = { session_id: "ydb://session/3?node_id=1&id=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO `/Root/create/table77221_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, 1a4c8c90-b72e-4100-a605-5c7ae28747ae, ghrun-2c4kdoooai.auto.internal:61674): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f901fa5a-c2a5-4ec4-8774-4134f2681e7e, ghrun-2c4kdoooai.auto.internal:61674): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f901fa5a-c2a5-4ec4-8774-4134f2681e7e, ghrun-2c4kdoooai.auto.internal:61674): request = { session_id: "ydb://session/3?node_id=1&id=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/create/table77221_1`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f901fa5a-c2a5-4ec4-8774-4134f2681e7e, ghrun-2c4kdoooai.auto.internal:61674): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGRkYTczMmUtY2U2NDA5MjUtOTZiZTdkNi1kY2UwMmU5Yg==
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
211.72s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
104.48s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
80.43s call     tablets_movement.py::TestTabletsMovement::test[ROW]
61.75s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
20.63s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
13.29s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.28s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.74s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.13s setup    test_create.py::TestCreate::test_create_all_opt_ints
0.54s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.50s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.39s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.38s call     test_create.py::TestCreate::test_create_all_opt_ints
0.31s call     test_create.py::TestCreate::test_create_all_req_ints
0.25s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.20s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.04s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.02s setup    data_read_correctness.py::TestDataReadCorrectness::test[table]
0.01s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    order_by_with_limit.py::TestOrderBy::test_random
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting

(10 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, 7 passed in 507.85s (0:08:27) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/000eb1/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 110 items

test_create.py .....
test_cs_many_updates.py drop table: 21.1 ms
create table: 608.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 44.0
    "min_ms": 25.5
    "median_ms": 48.2
    "max_ms": 64.9
    "stdev_ms": 13.8
select count(*) after initial inserts: 127.5 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 62.5
    "min_ms": 44.4
    "median_ms": 58.5
    "max_ms": 397.9
    "stdev_ms": 20.1
select count(*) after all modifications: 2894.5 ms
select all: 3454.6 ms
delete from table: 4077.9 ms
select all after delete: 3527.1 ms
.drop table: 58.5 ms
create table: 477.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.8
    "min_ms": 27.5
    "median_ms": 29.8
    "max_ms": 31.4
    "stdev_ms": 1.1
select count(*) after initial inserts: 93.2 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 55.6
    "min_ms": 44.7
    "median_ms": 49.9
    "max_ms": 209.6
    "stdev_ms": 22.2
updates (step 1):
    "runs": 200
    "avg_ms": 210.4
    "min_ms": 134.5
    "median_ms": 202.2
    "max_ms": 539.2
    "stdev_ms": 53.8
upserts (step 2):
    "runs": 200
    "avg_ms": 31.9
    "min_ms": 22.3
    "median_ms": 29.6
    "max_ms": 73.1
    "stdev_ms": 8.1
select count(*) after all modifications: 331.2 ms
select all: 361.9 ms
delete from table: 394.9 ms
select all after delete: 357.1 ms
.drop table: 46.6 ms
create table: 550.6 ms
initial inserts:
    "runs": 10
    "avg_ms": 36.0
    "min_ms": 27.7
    "median_ms": 34.8
    "max_ms": 55.4
    "stdev_ms": 7.9
select count(*) after initial inserts: 123.6 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 162.7
    "min_ms": 100.7
    "median_ms": 156.2
    "max_ms": 343.3
    "stdev_ms": 33.7
select count(*) after all modifications: 365.4 ms
select all: 271.2 ms
delete from table: 338.7 ms
select all after delete: 270.0 ms
.drop table: 48.6 ms
create table: 525.2 ms
initial inserts:
    "runs": 15
    "avg_ms": 32.5
    "min_ms": 27.9
    "median_ms": 32.8
    "max_ms": 39.6
    "stdev_ms": 3.6
select count(*) after initial inserts: 106.1 ms
updates (step 0):
    "runs": 150
    "avg_ms": 139.2
    "min_ms": 103.4
    "median_ms": 133.1
    "max_ms": 294.4
    "stdev_ms": 27.4
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 102.4
    "min_ms": 66.4
    "median_ms": 96.4
    "max_ms": 229.8
    "stdev_ms": 30.7
select count(*) after all modifications: 480.4 ms
select all: 376.4 ms
delete from table: 407.9 ms
select all after delete: 363.3 ms
.drop table: 32.8 ms
create table: 525.0 ms
initial inserts:
    "runs": 20
    "avg_ms": 31.9
    "min_ms": 26.4
    "median_ms": 30.3
    "max_ms": 51.8
    "stdev_ms": 6.1
select count(*) after initial inserts: 115.4 ms
updates (step 0):
    "runs": 200
    "avg_ms": 114.8
    "min_ms": 88.5
    "median_ms": 111.6
    "max_ms": 177.0
    "stdev_ms": 14.8
upserts (step 1):
    "runs": 200
    "avg_ms": 30.4
    "min_ms": 22.8
    "median_ms": 28.2
    "max_ms": 73.7
    "stdev_ms": 7.3
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 88.6
    "min_ms": 78.7
    "median_ms": 86.2
    "max_ms": 107.7
    "stdev_ms": 6.7
select count(*) after all modifications: 665.1 ms
select all: 599.2 ms
delete from table: 594.9 ms
select all after delete: 555.2 ms
.drop table: 29.0 ms
create table: 453.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.5
    "min_ms": 28.5
    "median_ms": 30.2
    "max_ms": 33.0
    "stdev_ms": 1.6
select count(*) after initial inserts: 110.9 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 27.3
    "min_ms": 19.5
    "median_ms": 26.1
    "max_ms": 60.6
    "stdev_ms": 4.6
select count(*) after all modifications: 311.5 ms
select all: 205.0 ms
delete from table: 283.3 ms
select all after delete: 214.5 ms
.

============================== slowest durations ===============================
165.03s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
56.41s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
46.43s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
41.65s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
33.95s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
29.18s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
22.22s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
9.89s setup    test_create.py::TestCreate::test_create_decimals
9.77s call     test_create.py::TestCreate::test_create_decimals
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
1.11s call     test_create.py::TestCreate::test_create_real_req
1.07s call     test_create.py::TestCreate::test_create_strings_opt
0.99s call     test_create.py::TestCreate::test_create_real_opt
0.02s setup    test_create.py::TestCreate::test_create_real_req
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.02s call     test_create.py::TestCreate::test_dy_number_not_supported
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_create.py::TestCreate::test_create_real_opt
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s setup    test_create.py::TestCreate::test_dy_number_not_supported
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 421.93s (0:07:01) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/000e0a/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 110 items

test_cs_many_updates.py Generated operation sequence:
  0. BULK_UPSERT: 9 operations
  1. BULK_UPSERT: 12 operations
  2. UPSERT: 5 operations
  3. UPSERT: 16 operations
  4. UPSERT: 7 operations
  5. UPSERT: 17 operations
  6. BULK_UPSERT: 14 operations
  7. UPSERT: 20 operations
  8. BULK_UPSERT: 18 operations
  9. UPDATE: 11 operations
drop table: 26.0 ms
create table: 490.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 42.0
    "min_ms": 26.0
    "median_ms": 39.9
    "max_ms": 70.9
    "stdev_ms": 13.7
select count(*) after initial inserts: 156.3 ms
bulk_upserts (step 0):
    "runs": 9
    "avg_ms": 68.5
    "min_ms": 52.2
    "median_ms": 66.1
    "max_ms": 88.0
    "stdev_ms": 12.8
bulk_upserts (step 1):
    "runs": 12
    "avg_ms": 62.1
    "min_ms": 51.2
    "median_ms": 63.0
    "max_ms": 82.8
    "stdev_ms": 9.4
upserts (step 2):
    "runs": 50
    "avg_ms": 36.5
    "min_ms": 22.3
    "median_ms": 33.8
    "max_ms": 68.0
    "stdev_ms": 11.8
upserts (step 3):
    "runs": 160
    "avg_ms": 32.1
    "min_ms": 19.8
    "median_ms": 28.5
    "max_ms": 84.6
    "stdev_ms": 11.0
upserts (step 4):
    "runs": 70
    "avg_ms": 33.8
    "min_ms": 19.4
    "median_ms": 29.4
    "max_ms": 206.3
    "stdev_ms": 24.5
upserts (step 5):
    "runs": 170
    "avg_ms": 29.2
    "min_ms": 19.1
    "median_ms": 25.0
    "max_ms": 215.6
    "stdev_ms": 16.8
bulk_upserts (step 6):
    "runs": 14
    "avg_ms": 48.0
    "min_ms": 43.9
    "median_ms": 48.4
    "max_ms": 50.7
    "stdev_ms": 2.0
upserts (step 7):
    "runs": 200
    "avg_ms": 27.5
    "min_ms": 18.7
    "median_ms": 25.0
    "max_ms": 124.5
    "stdev_ms": 9.6
bulk_upserts (step 8):
    "runs": 18
    "avg_ms": 54.8
    "min_ms": 46.3
    "median_ms": 51.8
    "max_ms": 70.6
    "stdev_ms": 8.0
updates (step 9):
    "runs": 110
    "avg_ms": 198.0
    "min_ms": 151.0
    "median_ms": 189.6
    "max_ms": 356.1
    "stdev_ms": 36.6
select count(*) after all modifications: 564.4 ms
select all: 357.2 ms
delete from table: 407.0 ms
select all after delete: 313.5 ms
.
test_delete.py ..........

============================== slowest durations ===============================
47.34s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
21.47s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
14.48s setup    test_delete.py::TestDelete::test_delete_rollback
12.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.31s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
1.26s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.22s call     test_delete.py::TestDelete::test_delete_where[True-0]
1.12s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
1.02s call     test_delete.py::TestDelete::test_delete_rollback
0.99s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.94s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.88s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.87s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.77s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.03s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.01s setup    test_delete.py::TestDelete::test_delete_where[True-0]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 106.81s (0:01:46) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/000ea4/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 110 items

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

============================== slowest durations ===============================
24.95s setup    test_insert.py::TestInsertStatement::test_bulk
16.20s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
2.88s call     test_insert.py::TestInsertStatement::test_copy_full
2.28s call     test_insert.py::TestInsertStatement::test_copy_partial
2.09s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
1.96s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
1.42s call     test_delete.py::TestDelete::test_incorrect
1.30s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
1.10s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.86s call     test_insert.py::TestInsertStatement::test_duplicate
0.77s call     test_insert.py::TestInsertStatement::test_bulk
0.76s call     test_insert.py::TestInsertStatement::test_incorrect
0.52s call     test_insert.py::TestInsertStatement::test_out_of_range
0.02s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.01s setup    test_insert.py::TestInsertStatement::test_insert_rollback
0.01s setup    test_delete.py::TestDelete::test_incorrect

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 58.07s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/000e55/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 110 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:702: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/68w4/000e55/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/68w4/000e55/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-14T17:12:44.693798Z): source_id=333;tablet_id=72075186224037977;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 @ 0xA7966F5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA78EC36
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB622358
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD92418B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DE63D8
E   5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DE612F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD8FF79D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141A77FB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DE8827
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D3F373
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D3F373
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D3C193
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D42C47
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141C55E8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CD491B5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C7ED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB612E04
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB616EC4
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB616AD0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB6176BE
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79834C
E   21. ??:0: ?? @ 0x7F98113EAAC2
E   22. ??:0: ?? @ 0x7F981147C8BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_log_uniform
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 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/68w4/000e55/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/68w4/000e55/ydb/apps/ydb/ydb -e grpc://localhost:9427 -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/68w4/000e55/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9427', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2745419
DEBUG    ya.test:process.py:259 Command (pid 2745419) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2745419) elapsed time (sec): 0.39474940299987793
DEBUG    ya.test:process.py:263 Command (pid 2745419) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) maxrss: 427072
DEBUG    ya.test:process.py:263 Command (pid 2745419) minflt: 3551
DEBUG    ya.test:process.py:263 Command (pid 2745419) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) nivcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 2745419) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) nvcsw: 165
DEBUG    ya.test:process.py:263 Command (pid 2745419) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2745419) stime: 0.017072
DEBUG    ya.test:process.py:263 Command (pid 2745419) utime: 0.059752
DEBUG    ya.test:process.py:263 Command (pid 2745419) wtime: 0.396
DEBUG    ya.test:process.py:275 Command (pid 2745419) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2745419) 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/68w4/000e55/ydb/apps/ydb/ydb -e grpc://localhost:9427 -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/68w4/000e55/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9427', '-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: 2745752
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 2745752) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2745752) elapsed time (sec): 30.232443809509277
DEBUG    ya.test:process.py:263 Command (pid 2745752) wtime: 30.234
DEBUG    ya.test:process.py:275 Command (pid 2745752) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    458	458	0	0	20	26	46	50
2	    431	431	0	0	22	33	37	40
3	    455	455	0	0	21	30	37	42
4	    440	440	0	0	21	32	43	55
5	    425	425	0	0	22	34	38	42
6	    348	348	0	0	25	50	67	78
7	    377	377	0	0	25	39	45	50
8	    462	462	0	0	20	27	38	51
9	    438	438	0	0	22	31	41	47
10	    471	471	0	0	20	25	32	36
11	    477	477	0	0	20	23	25	26
12	    417	417	0	0	22	34	38	40
13	    296	296	0	0	30	56	70	79
14	    325	325	0	0	26	59	71	83
15	    387	387	0	0	24	37	52	57
16	    386	386	0	0	24	39	48	63
17	    407	407	0	0	23	38	49	55
18	    364	364	0	0	25	44	52	58
19	    364	364	0	0	25	47	67	72
20	    369	369	0	0	24	47	58	66
21	    301	301	0	0	28	58	67	72
22	    385	385	0	0	25	37	41	43
23	    319	319	0	0	27	54	59	61
24	    357	357	0	0	25	49	54	62
25	    426	426	0	0	21	35	56	60
26	    412	412	0	0	22	38	51	54
27	    451	451	0	0	21	29	37	48
28	    438	438	0	0	21	33	42	48
29	    458	458	0	0	20	30	38	42
30	    489	489	0	0	20	24	27	29

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  12133	404.433	0	0	22	40	56	83

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTVhMjVjMDctZjhkZGQwMzYtZDY0N2Y1NWItYzBhMjg1OWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 330581d1-e464-42f1-92a8-28540553ef0d, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 330581d1-e464-42f1-92a8-28540553ef0d, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=OTVhMjVjMDctZjhkZGQwMzYtZDY0N2Y1NWItYzBhMjg1OWI=" 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, 330581d1-e464-42f1-92a8-28540553ef0d, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTVhMjVjMDctZjhkZGQwMzYtZDY0N2Y1NWItYzBhMjg1OWI=
INFO     root:test_log_scenario.py:217 Count rows after insert 11841 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjhjZDg2ODgtMTM0OWIxYTgtMWI0OTc1NzAtOGZhZGQ2MzQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 83a8a2b8-05cd-4078-953d-8e66e4b53e65, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 83a8a2b8-05cd-4078-953d-8e66e4b53e65, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=ZjhjZDg2ODgtMTM0OWIxYTgtMWI0OTc1NzAtOGZhZGQ2MzQ=" 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, 83a8a2b8-05cd-4078-953d-8e66e4b53e65, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjhjZDg2ODgtMTM0OWIxYTgtMWI0OTc1NzAtOGZhZGQ2MzQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDdlNGQyMmQtNDMxNmNjNDMtMjAwY2Q0OWEtM2JhNGFjMTI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, be0574f0-5723-4197-8a53-6f703ae2ce8e, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, be0574f0-5723-4197-8a53-6f703ae2ce8e, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=ZDdlNGQyMmQtNDMxNmNjNDMtMjAwY2Q0OWEtM2JhNGFjMTI=" 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, be0574f0-5723-4197-8a53-6f703ae2ce8e, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDdlNGQyMmQtNDMxNmNjNDMtMjAwY2Q0OWEtM2JhNGFjMTI=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/68w4/000e55/ydb/apps/ydb/ydb -e grpc://localhost:9427 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWI5MDdmYjEtM2RhZGFmMWQtNTQ4NjQyMzAtM2I2Y2E4MzU=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/68w4/000e55/ydb/apps/ydb/ydb -e grpc://localhost:9427 -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/68w4/000e55/ydb/apps/ydb/ydb -e grpc://localhost:9427 -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, eb102cae-9e85-4b57-9c32-cad8b7b227ba, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjEwOTU5MDMtOTE0YjljNTItMzgzMTM4NmQtMjdhOGQwOGY=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eb102cae-9e85-4b57-9c32-cad8b7b227ba, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=MWI5MDdmYjEtM2RhZGFmMWQtNTQ4NjQyMzAtM2I2Y2E4MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, feb77023-69c2-46c3-95e1-c7c2bd467379, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjEwYjc1MGYtYzNjNWM0YTItY2ExZjc1NmYtNzBiNjYx
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, eb102cae-9e85-4b57-9c32-cad8b7b227ba, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, feb77023-69c2-46c3-95e1-c7c2bd467379, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=YjEwOTU5MDMtOTE0YjljNTItMzgzMTM4NmQtMjdhOGQwOGY=" 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.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7dd2394f-0df5-4439-b919-a16e4f301466, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzAzNzg4YzctZDNlNTA2MjYtZGY0OGQ4YmEtZmJhZjRlYQ==
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, feb77023-69c2-46c3-95e1-c7c2bd467379, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7dd2394f-0df5-4439-b919-a16e4f301466, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=MjEwYjc1MGYtYzNjNWM0YTItY2ExZjc1NmYtNzBiNjYx" 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, 7b736672-6178-4075-a681-43cac1ed02b9, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2M5ZTljMi1kOTM3YzIxNC00YTI1ZTczMC04OWRjNTk1NA==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/68w4/000e55/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9427', '-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:610 Executing '['/home/runner/.ya/build/build_root/68w4/000e55/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9427', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/68w4/000e55/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9427', '-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.connection:connection.py:52 RpcState(ExecuteQuery, 7dd2394f-0df5-4439-b919-a16e4f301466, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7b736672-6178-4075-a681-43cac1ed02b9, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=MzAzNzg4YzctZDNlNTA2MjYtZGY0OGQ4YmEtZmJhZjRlYQ==" 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, c848cbf6-00ab-438b-a9e2-7f8d141a9627, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2YxMzJlODEtYzE1MWFkOTctMjA2YmQzOTEtZDJhZjI5Nw==
DEBUG    ya.test:process.py:628 Command pid: 2758566
DEBUG    ya.test:process.py:628 Command pid: 2758567
DEBUG    ya.test:process.py:628 Command pid: 2758568
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c848cbf6-00ab-438b-a9e2-7f8d141a9627, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=M2M5ZTljMi1kOTM3YzIxNC00YTI1ZTczMC04OWRjNTk1NA==" 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, 7b736672-6178-4075-a681-43cac1ed02b9, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 31c0185a-5974-4844-af17-b53fedfe7a97, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGRkY2YzZWItNGU0OTYyY2YtNWM1ZWNhNTYtNzlkODVmZWU=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 31c0185a-5974-4844-af17-b53fedfe7a97, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=M2YxMzJlODEtYzE1MWFkOTctMjA2YmQzOTEtZDJhZjI5Nw==" 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, c848cbf6-00ab-438b-a9e2-7f8d141a9627, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3840358a-d9bb-47d4-98bd-31e01e8f603d, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTVhMjVjMDctZjhkZGQwMzYtZDY0N2Y1NWItYzBhMjg1OWI=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 31c0185a-5974-4844-af17-b53fedfe7a97, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3840358a-d9bb-47d4-98bd-31e01e8f603d, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=ZGRkY2YzZWItNGU0OTYyY2YtNWM1ZWNhNTYtNzlkODVmZWU=" 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, 3453d718-82c8-436f-b082-7cfc6b0ef21a, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3453d718-82c8-436f-b082-7cfc6b0ef21a, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=OTVhMjVjMDctZjhkZGQwMzYtZDY0N2Y1NWItYzBhMjg1OWI=" 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, 3840358a-d9bb-47d4-98bd-31e01e8f603d, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjhjZDg2ODgtMTM0OWIxYTgtMWI0OTc1NzAtOGZhZGQ2MzQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3453d718-82c8-436f-b082-7cfc6b0ef21a, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e49081aa-bad8-42e3-a0bb-7907b5fe6f7b, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDdlNGQyMmQtNDMxNmNjNDMtMjAwY2Q0OWEtM2JhNGFjMTI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e49081aa-bad8-42e3-a0bb-7907b5fe6f7b, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=ZjhjZDg2ODgtMTM0OWIxYTgtMWI0OTc1NzAtOGZhZGQ2MzQ=" 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, e1fb3976-466e-427d-afb3-e2a68284a610, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e49081aa-bad8-42e3-a0bb-7907b5fe6f7b, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e1fb3976-466e-427d-afb3-e2a68284a610, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=ZDdlNGQyMmQtNDMxNmNjNDMtMjAwY2Q0OWEtM2JhNGFjMTI=" 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, e1fb3976-466e-427d-afb3-e2a68284a610, ghrun-2c4kdoooai.auto.internal:9427): 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, 8b95ba5b-954e-42e7-9e78-0d59e306f656, localhost:9427): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8b95ba5b-954e-42e7-9e78-0d59e306f656, localhost:9427): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8b95ba5b-954e-42e7-9e78-0d59e306f656, localhost:9427): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 9427 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-2c4kdoooai.auto.internal:9427, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6b708c77-5785-4f72-8a0d-f45915282e0d, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184429762+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 60f72289-e9af-4685-825d-7b2fc8d1364b, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184541466+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6324e8a0-5a77-41d1-a216-1c44ca45064d, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184569027+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-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 186b4c04-7bed-4e2c-b6b1-4c37e0619cf5, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184595046+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, eb102cae-9e85-4b57-9c32-cad8b7b227ba, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.18468926+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 70b30958-79a7-4ce7-8e2c-3ce4926b7f0d, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184618648+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6f888a4d-b133-44ea-8897-dffd5ff1575e, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184641253+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 115523f3-580d-43cf-abc4-dc9371fc5ea4, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184662196+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0f5556da-7cc2-4234-a2ae-2cb366ad7250, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184674074+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 31c0185a-5974-4844-af17-b53fedfe7a97, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184754698+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5a99332d-dac7-455f-b0df-464199776db0, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184607567+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7b736672-6178-4075-a681-43cac1ed02b9, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184729253+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c848cbf6-00ab-438b-a9e2-7f8d141a9627, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184742888+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, feb77023-69c2-46c3-95e1-c7c2bd467379, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184702836+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3840358a-d9bb-47d4-98bd-31e01e8f603d, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184765701+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3453d718-82c8-436f-b082-7cfc6b0ef21a, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184782287+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e49081aa-bad8-42e3-a0bb-7907b5fe6f7b, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184793998+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a26af069-35ac-4adb-be34-029cf9a94ada, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184581522+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e1fb3976-466e-427d-afb3-e2a68284a610, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.18480482+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7dd2394f-0df5-4439-b919-a16e4f301466, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184716617+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-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWI5MDdmYjEtM2RhZGFmMWQtNTQ4NjQyMzAtM2I2Y2E4MzU=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=M2M5ZTljMi1kOTM3YzIxNC00YTI1ZTczMC04OWRjNTk1NA==
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTVhMjVjMDctZjhkZGQwMzYtZDY0N2Y1NWItYzBhMjg1OWI=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 65a42e00-b5c3-4dc2-a626-4e55a9e2749c, localhost:5145): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 65a42e00-b5c3-4dc2-a626-4e55a9e2749c, localhost:5145): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 65a42e00-b5c3-4dc2-a626-4e55a9e2749c, localhost:5145): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 5145 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-2c4kdoooai.auto.internal:5145, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5145
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9427
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, 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 2758567) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2758567) elapsed time (sec): 30.206571578979492
DEBUG    ya.test:process.py:263 Command (pid 2758567) wtime: 30.212
DEBUG    ya.test:process.py:275 Command (pid 2758567) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	370	0	0	0	0
8	      0	0	0	1761	0	0	0	0
9	      0	0	0	2107	0	0	0	0
10	      0	0	0	2126	0	0	0	0
11	      0	0	0	2041	0	0	0	0
12	      0	0	0	2258	0	0	0	0
13	      0	0	0	2141	0	0	0	0
14	      0	0	0	2150	0	0	0	0
15	      0	0	0	2004	0	0	0	0
16	      0	0	0	1677	0	0	0	0
17	      0	0	0	1757	0	0	0	0
18	      0	0	0	1832	0	0	0	0
19	      0	0	0	2137	0	0	0	0
20	      0	0	0	2008	0	0	0	0
21	      0	0	0	1830	0	0	0	0
22	      0	0	0	1810	0	0	0	0
23	      0	0	0	1674	0	0	0	0
24	      0	0	0	1817	0	0	0	0
25	      0	0	0	2052	0	0	0	0
26	      0	0	0	2006	0	0	0	0
27	      0	0	0	2018	0	0	0	0
28	      0	0	0	2220	0	0	0	0
29	      0	0	0	2098	0	0	0	0
30	      0	0	0	2030	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 2758567) 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 2758566) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2758566) elapsed time (sec): 30.216463565826416
DEBUG    ya.test:process.py:263 Command (pid 2758566) wtime: 30.223
DEBUG    ya.test:process.py:275 Command (pid 2758566) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     58	58	0	0	73	543	547	563
2	    124	124	0	0	78	107	115	117
3	    126	126	0	0	70	111	135	154
4	    154	154	0	0	57	130	152	170
5	    175	175	0	0	54	78	85	91
6	     49	49	0	0	59	87	101	101
7	      0	0	0	389	0	0	0	0
8	      0	0	0	1612	0	0	0	0
9	      0	0	0	1936	0	0	0	0
10	      0	0	0	1935	0	0	0	0
11	      0	0	0	1866	0	0	0	0
12	      0	0	0	2009	0	0	0	0
13	      0	0	0	1893	0	0	0	0
14	      0	0	0	1993	0	0	0	0
15	      0	0	0	2024	0	0	0	0
16	      0	0	0	1475	0	0	0	0
17	      0	0	0	1783	0	0	0	0
18	      0	0	0	1716	0	0	0	0
19	      0	0	0	2038	0	0	0	0
20	      0	0	0	1906	0	0	0	0
21	      0	0	0	1811	0	0	0	0
22	      0	0	0	1678	0	0	0	0
23	      0	0	0	1687	0	0	0	0
24	      0	0	0	1654	0	0	0	0
25	      0	0	0	1769	0	0	0	0
26	      0	0	0	1957	0	0	0	0
27	      0	0	0	1782	0	0	0	0
28	      0	0	0	2116	0	0	0	0
29	      0	0	0	1907	0	0	0	0
30	      0	0	0	1749	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    686	22.8667	0	42685	63	122	527	563

DEBUG    ya.test:process.py:276 Command (pid 2758566) 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 2758568) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2758568) elapsed time (sec): 30.233540534973145
DEBUG    ya.test:process.py:263 Command (pid 2758568) wtime: 30.239
DEBUG    ya.test:process.py:275 Command (pid 2758568) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     39	39	0	0	99	703	707	707
2	     92	92	0	0	110	133	143	151
3	     95	95	0	0	94	139	149	163
4	    107	107	0	0	84	182	197	199
5	    130	130	0	0	73	106	111	114
6	     39	39	0	0	79	107	115	115
7	      0	0	0	455	0	0	0	0
8	      0	0	0	1728	0	0	0	0
9	      0	0	0	2127	0	0	0	0
10	      0	0	0	2158	0	0	0	0
11	      0	0	0	2103	0	0	0	0
12	      0	0	0	2117	0	0	0	0
13	      0	0	0	2020	0	0	0	0
14	      0	0	0	2129	0	0	0	0
15	      0	0	0	1937	0	0	0	0
16	      0	0	0	1621	0	0	0	0
17	      0	0	0	1738	0	0	0	0
18	      0	0	0	1739	0	0	0	0
19	      0	0	0	2117	0	0	0	0
20	      0	0	0	1947	0	0	0	0
21	      0	0	0	1919	0	0	0	0
22	      0	0	0	1773	0	0	0	0
23	      0	0	0	1788	0	0	0	0
24	      0	0	0	1733	0	0	0	0
25	      0	0	0	2004	0	0	0	0
26	      0	0	0	2022	0	0	0	0
27	      0	0	0	2013	0	0	0	0
28	      0	0	0	2177	0	0	0	0
29	      0	0	0	2073	0	0	0	0
30	      0	0	0	2013	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    502	16.7333	0	45451	86	149	687	707

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 617a476e-5c86-4e7a-a7fb-f73281dbdd28, localhost:5145): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 617a476e-5c86-4e7a-a7fb-f73281dbdd28, localhost:5145): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 617a476e-5c86-4e7a-a7fb-f73281dbdd28, localhost:5145): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 5145 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-2c4kdoooai.auto.internal:5145, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5145
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, f5788150-f87c-4016-af7d-3a53aafbb52f, localhost:5145): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f5788150-f87c-4016-af7d-3a53aafbb52f, localhost:5145): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f5788150-f87c-4016-af7d-3a53aafbb52f, localhost:5145): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 5145 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-2c4kdoooai.auto.internal:5145, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5145
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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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.
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 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:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-2c4kdoooai'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/68w4/000e55/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.2723123' in '/home/runner/.ya/build/build_root/68w4/000e55/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_97oonkxs.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:9427/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11809
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62308
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9039
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9427
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23791
=================================== 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:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_log_uniform
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 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/68w4/000e55/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/68w4/000e55/ydb/apps/ydb/ydb -e grpc://localhost:9427 -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/68w4/000e55/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9427', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2745419
DEBUG    ya.test:process.py:259 Command (pid 2745419) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2745419) elapsed time (sec): 0.39474940299987793
DEBUG    ya.test:process.py:263 Command (pid 2745419) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) maxrss: 427072
DEBUG    ya.test:process.py:263 Command (pid 2745419) minflt: 3551
DEBUG    ya.test:process.py:263 Command (pid 2745419) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) nivcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 2745419) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2745419) nvcsw: 165
DEBUG    ya.test:process.py:263 Command (pid 2745419) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2745419) stime: 0.017072
DEBUG    ya.test:process.py:263 Command (pid 2745419) utime: 0.059752
DEBUG    ya.test:process.py:263 Command (pid 2745419) wtime: 0.396
DEBUG    ya.test:process.py:275 Command (pid 2745419) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2745419) 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/68w4/000e55/ydb/apps/ydb/ydb -e grpc://localhost:9427 -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/68w4/000e55/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9427', '-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: 2745752
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 2745752) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2745752) elapsed time (sec): 30.232443809509277
DEBUG    ya.test:process.py:263 Command (pid 2745752) wtime: 30.234
DEBUG    ya.test:process.py:275 Command (pid 2745752) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    458	458	0	0	20	26	46	50
2	    431	431	0	0	22	33	37	40
3	    455	455	0	0	21	30	37	42
4	    440	440	0	0	21	32	43	55
5	    425	425	0	0	22	34	38	42
6	    348	348	0	0	25	50	67	78
7	    377	377	0	0	25	39	45	50
8	    462	462	0	0	20	27	38	51
9	    438	438	0	0	22	31	41	47
10	    471	471	0	0	20	25	32	36
11	    477	477	0	0	20	23	25	26
12	    417	417	0	0	22	34	38	40
13	    296	296	0	0	30	56	70	79
14	    325	325	0	0	26	59	71	83
15	    387	387	0	0	24	37	52	57
16	    386	386	0	0	24	39	48	63
17	    407	407	0	0	23	38	49	55
18	    364	364	0	0	25	44	52	58
19	    364	364	0	0	25	47	67	72
20	    369	369	0	0	24	47	58	66
21	    301	301	0	0	28	58	67	72
22	    385	385	0	0	25	37	41	43
23	    319	319	0	0	27	54	59	61
24	    357	357	0	0	25	49	54	62
25	    426	426	0	0	21	35	56	60
26	    412	412	0	0	22	38	51	54
27	    451	451	0	0	21	29	37	48
28	    438	438	0	0	21	33	42	48
29	    458	458	0	0	20	30	38	42
30	    489	489	0	0	20	24	27	29

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  12133	404.433	0	0	22	40	56	83

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTVhMjVjMDctZjhkZGQwMzYtZDY0N2Y1NWItYzBhMjg1OWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 330581d1-e464-42f1-92a8-28540553ef0d, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 330581d1-e464-42f1-92a8-28540553ef0d, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=OTVhMjVjMDctZjhkZGQwMzYtZDY0N2Y1NWItYzBhMjg1OWI=" 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, 330581d1-e464-42f1-92a8-28540553ef0d, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTVhMjVjMDctZjhkZGQwMzYtZDY0N2Y1NWItYzBhMjg1OWI=
INFO     root:test_log_scenario.py:217 Count rows after insert 11841 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjhjZDg2ODgtMTM0OWIxYTgtMWI0OTc1NzAtOGZhZGQ2MzQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 83a8a2b8-05cd-4078-953d-8e66e4b53e65, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 83a8a2b8-05cd-4078-953d-8e66e4b53e65, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=ZjhjZDg2ODgtMTM0OWIxYTgtMWI0OTc1NzAtOGZhZGQ2MzQ=" 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, 83a8a2b8-05cd-4078-953d-8e66e4b53e65, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjhjZDg2ODgtMTM0OWIxYTgtMWI0OTc1NzAtOGZhZGQ2MzQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDdlNGQyMmQtNDMxNmNjNDMtMjAwY2Q0OWEtM2JhNGFjMTI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, be0574f0-5723-4197-8a53-6f703ae2ce8e, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, be0574f0-5723-4197-8a53-6f703ae2ce8e, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=ZDdlNGQyMmQtNDMxNmNjNDMtMjAwY2Q0OWEtM2JhNGFjMTI=" 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, be0574f0-5723-4197-8a53-6f703ae2ce8e, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDdlNGQyMmQtNDMxNmNjNDMtMjAwY2Q0OWEtM2JhNGFjMTI=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/68w4/000e55/ydb/apps/ydb/ydb -e grpc://localhost:9427 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWI5MDdmYjEtM2RhZGFmMWQtNTQ4NjQyMzAtM2I2Y2E4MzU=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/68w4/000e55/ydb/apps/ydb/ydb -e grpc://localhost:9427 -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/68w4/000e55/ydb/apps/ydb/ydb -e grpc://localhost:9427 -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, eb102cae-9e85-4b57-9c32-cad8b7b227ba, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjEwOTU5MDMtOTE0YjljNTItMzgzMTM4NmQtMjdhOGQwOGY=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eb102cae-9e85-4b57-9c32-cad8b7b227ba, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=MWI5MDdmYjEtM2RhZGFmMWQtNTQ4NjQyMzAtM2I2Y2E4MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, feb77023-69c2-46c3-95e1-c7c2bd467379, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjEwYjc1MGYtYzNjNWM0YTItY2ExZjc1NmYtNzBiNjYx
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, eb102cae-9e85-4b57-9c32-cad8b7b227ba, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, feb77023-69c2-46c3-95e1-c7c2bd467379, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=YjEwOTU5MDMtOTE0YjljNTItMzgzMTM4NmQtMjdhOGQwOGY=" 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.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7dd2394f-0df5-4439-b919-a16e4f301466, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzAzNzg4YzctZDNlNTA2MjYtZGY0OGQ4YmEtZmJhZjRlYQ==
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, feb77023-69c2-46c3-95e1-c7c2bd467379, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7dd2394f-0df5-4439-b919-a16e4f301466, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=MjEwYjc1MGYtYzNjNWM0YTItY2ExZjc1NmYtNzBiNjYx" 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, 7b736672-6178-4075-a681-43cac1ed02b9, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2M5ZTljMi1kOTM3YzIxNC00YTI1ZTczMC04OWRjNTk1NA==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/68w4/000e55/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9427', '-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:610 Executing '['/home/runner/.ya/build/build_root/68w4/000e55/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9427', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/68w4/000e55/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9427', '-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.connection:connection.py:52 RpcState(ExecuteQuery, 7dd2394f-0df5-4439-b919-a16e4f301466, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7b736672-6178-4075-a681-43cac1ed02b9, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=MzAzNzg4YzctZDNlNTA2MjYtZGY0OGQ4YmEtZmJhZjRlYQ==" 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, c848cbf6-00ab-438b-a9e2-7f8d141a9627, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2YxMzJlODEtYzE1MWFkOTctMjA2YmQzOTEtZDJhZjI5Nw==
DEBUG    ya.test:process.py:628 Command pid: 2758566
DEBUG    ya.test:process.py:628 Command pid: 2758567
DEBUG    ya.test:process.py:628 Command pid: 2758568
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c848cbf6-00ab-438b-a9e2-7f8d141a9627, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=M2M5ZTljMi1kOTM3YzIxNC00YTI1ZTczMC04OWRjNTk1NA==" 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, 7b736672-6178-4075-a681-43cac1ed02b9, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 31c0185a-5974-4844-af17-b53fedfe7a97, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGRkY2YzZWItNGU0OTYyY2YtNWM1ZWNhNTYtNzlkODVmZWU=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 31c0185a-5974-4844-af17-b53fedfe7a97, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=M2YxMzJlODEtYzE1MWFkOTctMjA2YmQzOTEtZDJhZjI5Nw==" 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, c848cbf6-00ab-438b-a9e2-7f8d141a9627, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3840358a-d9bb-47d4-98bd-31e01e8f603d, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTVhMjVjMDctZjhkZGQwMzYtZDY0N2Y1NWItYzBhMjg1OWI=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 31c0185a-5974-4844-af17-b53fedfe7a97, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3840358a-d9bb-47d4-98bd-31e01e8f603d, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=ZGRkY2YzZWItNGU0OTYyY2YtNWM1ZWNhNTYtNzlkODVmZWU=" 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, 3453d718-82c8-436f-b082-7cfc6b0ef21a, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3453d718-82c8-436f-b082-7cfc6b0ef21a, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=OTVhMjVjMDctZjhkZGQwMzYtZDY0N2Y1NWItYzBhMjg1OWI=" 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, 3840358a-d9bb-47d4-98bd-31e01e8f603d, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjhjZDg2ODgtMTM0OWIxYTgtMWI0OTc1NzAtOGZhZGQ2MzQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3453d718-82c8-436f-b082-7cfc6b0ef21a, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e49081aa-bad8-42e3-a0bb-7907b5fe6f7b, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDdlNGQyMmQtNDMxNmNjNDMtMjAwY2Q0OWEtM2JhNGFjMTI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e49081aa-bad8-42e3-a0bb-7907b5fe6f7b, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=ZjhjZDg2ODgtMTM0OWIxYTgtMWI0OTc1NzAtOGZhZGQ2MzQ=" 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, e1fb3976-466e-427d-afb3-e2a68284a610, ghrun-2c4kdoooai.auto.internal:9427): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e49081aa-bad8-42e3-a0bb-7907b5fe6f7b, ghrun-2c4kdoooai.auto.internal:9427): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e1fb3976-466e-427d-afb3-e2a68284a610, ghrun-2c4kdoooai.auto.internal:9427): request = { session_id: "ydb://session/3?node_id=1&id=ZDdlNGQyMmQtNDMxNmNjNDMtMjAwY2Q0OWEtM2JhNGFjMTI=" 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, e1fb3976-466e-427d-afb3-e2a68284a610, ghrun-2c4kdoooai.auto.internal:9427): 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, 8b95ba5b-954e-42e7-9e78-0d59e306f656, localhost:9427): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8b95ba5b-954e-42e7-9e78-0d59e306f656, localhost:9427): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8b95ba5b-954e-42e7-9e78-0d59e306f656, localhost:9427): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 9427 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-2c4kdoooai.auto.internal:9427, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6b708c77-5785-4f72-8a0d-f45915282e0d, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184429762+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 60f72289-e9af-4685-825d-7b2fc8d1364b, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184541466+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6324e8a0-5a77-41d1-a216-1c44ca45064d, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184569027+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-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 186b4c04-7bed-4e2c-b6b1-4c37e0619cf5, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184595046+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, eb102cae-9e85-4b57-9c32-cad8b7b227ba, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.18468926+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 70b30958-79a7-4ce7-8e2c-3ce4926b7f0d, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184618648+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6f888a4d-b133-44ea-8897-dffd5ff1575e, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184641253+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 115523f3-580d-43cf-abc4-dc9371fc5ea4, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184662196+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0f5556da-7cc2-4234-a2ae-2cb366ad7250, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184674074+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 31c0185a-5974-4844-af17-b53fedfe7a97, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184754698+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5a99332d-dac7-455f-b0df-464199776db0, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184607567+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7b736672-6178-4075-a681-43cac1ed02b9, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184729253+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c848cbf6-00ab-438b-a9e2-7f8d141a9627, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184742888+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, feb77023-69c2-46c3-95e1-c7c2bd467379, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184702836+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3840358a-d9bb-47d4-98bd-31e01e8f603d, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184765701+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3453d718-82c8-436f-b082-7cfc6b0ef21a, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184782287+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e49081aa-bad8-42e3-a0bb-7907b5fe6f7b, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.184793998+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a26af069-35ac-4adb-be34-029cf9a94ada, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:9427 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184581522+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e1fb3976-466e-427d-afb3-e2a68284a610, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T17:12:51.18480482+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7dd2394f-0df5-4439-b919-a16e4f301466, ghrun-2c4kdoooai.auto.internal:9427): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T17:12:51.184716617+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-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWI5MDdmYjEtM2RhZGFmMWQtNTQ4NjQyMzAtM2I2Y2E4MzU=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=M2M5ZTljMi1kOTM3YzIxNC00YTI1ZTczMC04OWRjNTk1NA==
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTVhMjVjMDctZjhkZGQwMzYtZDY0N2Y1NWItYzBhMjg1OWI=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-2c4kdoooai.auto.internal:9427
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 65a42e00-b5c3-4dc2-a626-4e55a9e2749c, localhost:5145): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 65a42e00-b5c3-4dc2-a626-4e55a9e2749c, localhost:5145): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 65a42e00-b5c3-4dc2-a626-4e55a9e2749c, localhost:5145): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 5145 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-2c4kdoooai.auto.internal:5145, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5145
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9427
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, 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 2758567) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2758567) elapsed time (sec): 30.206571578979492
DEBUG    ya.test:process.py:263 Command (pid 2758567) wtime: 30.212
DEBUG    ya.test:process.py:275 Command (pid 2758567) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	370	0	0	0	0
8	      0	0	0	1761	0	0	0	0
9	      0	0	0	2107	0	0	0	0
10	      0	0	0	2126	0	0	0	0
11	      0	0	0	2041	0	0	0	0
12	      0	0	0	2258	0	0	0	0
13	      0	0	0	2141	0	0	0	0
14	      0	0	0	2150	0	0	0	0
15	      0	0	0	2004	0	0	0	0
16	      0	0	0	1677	0	0	0	0
17	      0	0	0	1757	0	0	0	0
18	      0	0	0	1832	0	0	0	0
19	      0	0	0	2137	0	0	0	0
20	      0	0	0	2008	0	0	0	0
21	      0	0	0	1830	0	0	0	0
22	      0	0	0	1810	0	0	0	0
23	      0	0	0	1674	0	0	0	0
24	      0	0	0	1817	0	0	0	0
25	      0	0	0	2052	0	0	0	0
26	      0	0	0	2006	0	0	0	0
27	      0	0	0	2018	0	0	0	0
28	      0	0	0	2220	0	0	0	0
29	      0	0	0	2098	0	0	0	0
30	      0	0	0	2030	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 2758567) 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 2758566) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2758566) elapsed time (sec): 30.216463565826416
DEBUG    ya.test:process.py:263 Command (pid 2758566) wtime: 30.223
DEBUG    ya.test:process.py:275 Command (pid 2758566) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     58	58	0	0	73	543	547	563
2	    124	124	0	0	78	107	115	117
3	    126	126	0	0	70	111	135	154
4	    154	154	0	0	57	130	152	170
5	    175	175	0	0	54	78	85	91
6	     49	49	0	0	59	87	101	101
7	      0	0	0	389	0	0	0	0
8	      0	0	0	1612	0	0	0	0
9	      0	0	0	1936	0	0	0	0
10	      0	0	0	1935	0	0	0	0
11	      0	0	0	1866	0	0	0	0
12	      0	0	0	2009	0	0	0	0
13	      0	0	0	1893	0	0	0	0
14	      0	0	0	1993	0	0	0	0
15	      0	0	0	2024	0	0	0	0
16	      0	0	0	1475	0	0	0	0
17	      0	0	0	1783	0	0	0	0
18	      0	0	0	1716	0	0	0	0
19	      0	0	0	2038	0	0	0	0
20	      0	0	0	1906	0	0	0	0
21	      0	0	0	1811	0	0	0	0
22	      0	0	0	1678	0	0	0	0
23	      0	0	0	1687	0	0	0	0
24	      0	0	0	1654	0	0	0	0
25	      0	0	0	1769	0	0	0	0
26	      0	0	0	1957	0	0	0	0
27	      0	0	0	1782	0	0	0	0
28	      0	0	0	2116	0	0	0	0
29	      0	0	0	1907	0	0	0	0
30	      0	0	0	1749	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    686	22.8667	0	42685	63	122	527	563

DEBUG    ya.test:process.py:276 Command (pid 2758566) 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 2758568) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2758568) elapsed time (sec): 30.233540534973145
DEBUG    ya.test:process.py:263 Command (pid 2758568) wtime: 30.239
DEBUG    ya.test:process.py:275 Command (pid 2758568) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     39	39	0	0	99	703	707	707
2	     92	92	0	0	110	133	143	151
3	     95	95	0	0	94	139	149	163
4	    107	107	0	0	84	182	197	199
5	    130	130	0	0	73	106	111	114
6	     39	39	0	0	79	107	115	115
7	      0	0	0	455	0	0	0	0
8	      0	0	0	1728	0	0	0	0
9	      0	0	0	2127	0	0	0	0
10	      0	0	0	2158	0	0	0	0
11	      0	0	0	2103	0	0	0	0
12	      0	0	0	2117	0	0	0	0
13	      0	0	0	2020	0	0	0	0
14	      0	0	0	2129	0	0	0	0
15	      0	0	0	1937	0	0	0	0
16	      0	0	0	1621	0	0	0	0
17	      0	0	0	1738	0	0	0	0
18	      0	0	0	1739	0	0	0	0
19	      0	0	0	2117	0	0	0	0
20	      0	0	0	1947	0	0	0	0
21	      0	0	0	1919	0	0	0	0
22	      0	0	0	1773	0	0	0	0
23	      0	0	0	1788	0	0	0	0
24	      0	0	0	1733	0	0	0	0
25	      0	0	0	2004	0	0	0	0
26	      0	0	0	2022	0	0	0	0
27	      0	0	0	2013	0	0	0	0
28	      0	0	0	2177	0	0	0	0
29	      0	0	0	2073	0	0	0	0
30	      0	0	0	2013	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    502	16.7333	0	45451	86	149	687	707

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 617a476e-5c86-4e7a-a7fb-f73281dbdd28, localhost:5145): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 617a476e-5c86-4e7a-a7fb-f73281dbdd28, localhost:5145): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 617a476e-5c86-4e7a-a7fb-f73281dbdd28, localhost:5145): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 5145 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-2c4kdoooai.auto.internal:5145, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5145
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, f5788150-f87c-4016-af7d-3a53aafbb52f, localhost:5145): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f5788150-f87c-4016-af7d-3a53aafbb52f, localhost:5145): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f5788150-f87c-4016-af7d-3a53aafbb52f, localhost:5145): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 5145 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-2c4kdoooai.auto.internal:5145, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5145
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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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:9427
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9427". 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.
============================== slowest durations ===============================
295.03s call     test_log_scenario.py::TestLogScenario::test_log_uniform
18.79s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
18.68s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
16.36s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
10.66s setup    test_insert.py::TestInsertStatement::test_plain
4.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
4.55s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
4.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
4.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
3.91s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.86s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
2.21s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
1.14s call     test_insert.py::TestInsertStatement::test_plain
1.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.04s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]

(12 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/68w4/000e55/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/68w4/000e55/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-14T17:12:44.693798Z): source_id=333;tablet_id=72075186224037977;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 @ 0xA7966F5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA78EC36
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB622358
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD92418B
4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DE63D8
5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DE612F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD8FF79D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141A77FB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DE8827
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D3F373
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D3F373
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D3C193
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D42C47
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141C55E8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CD491B5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C7ED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB612E04
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB616EC4
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB616AD0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB6176BE
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79834C
21. ??:0: ?? @ 0x7F98113EAAC2
22. ??:0: ?? @ 0x7F981147C8BF
============== 1 failed, 10 passed, 1 error in 394.62s (0:06:34) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/000d4f/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 110 items

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

============================== slowest durations ===============================
21.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
20.90s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
15.76s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
13.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
10.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
9.30s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
9.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
7.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
5.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
5.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
5.03s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
1.12s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 126.42s (0:02:06) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/000e6d/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 110 items

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

============================== slowest durations ===============================
19.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
18.62s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
13.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
13.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
10.98s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
10.85s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
10.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
7.90s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
7.50s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
6.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
5.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
3.06s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
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-2]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 128.43s (0:02:08) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/000ebe/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 110 items

test_overloads.py ....F..

=================================== FAILURES ===================================
_______________ TestLogScenario.test_overloads_workload[1000-1] ________________
library/python/testing/yatest_common/yatest/common/process.py:384: in wait
    wait_for(
library/python/testing/yatest_common/yatest/common/process.py:765: in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
E   yatest.common.process.TimeoutError: 120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:3109', '-d', '/Root', 'workload', 'log', '--path', 'log_1000_1', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout

During handling of the above exception, another exception occurred:
ydb/tests/olap/test_overloads.py:190: in test_overloads_workload
    ydb_workload.bulk_upsert(seconds=wait_time, threads=10, rows=10, wait=True)
ydb/tests/olap/test_overloads.py:71: in bulk_upsert
    self._insert_rows(operation_name="bulk_upsert", seconds=seconds, threads=threads, rows=rows, wait=wait)
ydb/tests/olap/test_overloads.py:65: in _insert_rows
    self._call(command=command, wait=wait, timeout=2*seconds)
ydb/tests/olap/test_overloads.py:46: in _call
    yatest.common.execute(command=command, wait=wait, timeout=timeout, stderr=self.stderr, stdout=self.stdout)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:398: in wait
    raise ExecutionTimeoutError(self, str(e))
E   yatest.common.process.ExecutionTimeoutError: (("120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:3109', '-d', '/Root', 'workload', 'log', '--path', 'log_1000_1', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout",), {})
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_overloads_workload[1000-1]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_overloads.py::TestLogScenario, test_name: test_overloads_workload[1000-1])
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/68w4/000ebe/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2841355
DEBUG    ya.test:process.py:259 Command (pid 2841355) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2841355) elapsed time (sec): 0.4044632911682129
DEBUG    ya.test:process.py:263 Command (pid 2841355) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2841355) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2841355) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2841355) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2841355) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2841355) maxrss: 543156
DEBUG    ya.test:process.py:263 Command (pid 2841355) minflt: 16204
DEBUG    ya.test:process.py:263 Command (pid 2841355) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2841355) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2841355) nivcsw: 45
DEBUG    ya.test:process.py:263 Command (pid 2841355) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2841355) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2841355) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 2841355) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2841355) stime: 0.2271
DEBUG    ya.test:process.py:263 Command (pid 2841355) utime: 0.129212
DEBUG    ya.test:process.py:263 Command (pid 2841355) wtime: 0.41
DEBUG    ya.test:process.py:275 Command (pid 2841355) 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-2c4kdoooai    Host information: 
        Linux ghrun-2c4kdoooai 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/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/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 2841355) errors:

INFO     __tests__.test_overloads:test_overloads.py:94 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-2c4kdoooai    Host information: 
        Linux ghrun-2c4kdoooai 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/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/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/68w4/000ebe/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10038
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/68w4/000ebe/r3tmp/kikimr_cluster_rr7lmp5l
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3109
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23365
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1640
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18201
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/68w4/000ebe/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/68w4/000ebe/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/68w4/000ebe/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/node_1/logfile_wc2o68in.log --grpc-port=3109 --mon-port=23365 --ic-port=10038
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3109/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/68w4/000ebe/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/68w4/000ebe/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/68w4/000ebe/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/node_1/logfile_wc2o68in.log --grpc-port=3109 --mon-port=23365 --ic-port=10038
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/68w4/000ebe/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/68w4/000ebe/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/node_1/logfile_wc2o68in.log', '--grpc-port=3109', '--mon-port=23365', '--ic-port=10038')' in '/home/runner/.ya/build/build_root/68w4/000ebe/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2841591
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:3109/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/68w4/000ebe/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2841592
DEBUG    ya.test:process.py:259 Command (pid 2841592) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2841592) elapsed time (sec): 0.4199073314666748
DEBUG    ya.test:process.py:263 Command (pid 2841592) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2841592) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2841592) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2841592) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2841592) majflt: 3
DEBUG    ya.test:process.py:263 Command (pid 2841592) maxrss: 543292
DEBUG    ya.test:process.py:263 Command (pid 2841592) minflt: 17265
DEBUG    ya.test:process.py:263 Command (pid 2841592) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2841592) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2841592) nivcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 2841592) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2841592) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2841592) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2841592) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2841592) stime: 0.254729
DEBUG    ya.test:process.py:263 Command (pid 2841592) utime: 0.115424
DEBUG    ya.test:process.py:263 Command (pid 2841592) wtime: 0.421
DEBUG    ya.test:process.py:275 Command (pid 2841592) 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-2c4kdoooai    Host information: 
        Linux ghrun-2c4kdoooai 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/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/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 2841592) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-2c4kdoooai    Host information: 
        Linux ghrun-2c4kdoooai 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/68w4/000ebe/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:3109', '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: 10038\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/68w4/000ebe/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:3109', '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: 10038\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2843164
DEBUG    ya.test:process.py:259 Command (pid 2843164) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2843164) elapsed time (sec): 0.5634250640869141
DEBUG    ya.test:process.py:263 Command (pid 2843164) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2843164) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2843164) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2843164) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2843164) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2843164) maxrss: 551636
DEBUG    ya.test:process.py:263 Command (pid 2843164) minflt: 18345
DEBUG    ya.test:process.py:263 Command (pid 2843164) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2843164) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2843164) nivcsw: 69
DEBUG    ya.test:process.py:263 Command (pid 2843164) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2843164) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2843164) nvcsw: 116
DEBUG    ya.test:process.py:263 Command (pid 2843164) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2843164) stime: 0.349632
DEBUG    ya.test:process.py:263 Command (pid 2843164) utime: 0.134909
DEBUG    ya.test:process.py:263 Command (pid 2843164) wtime: 0.568
DEBUG    ya.test:process.py:275 Command (pid 2843164) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:3109', '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/68w4/000ebe/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:3109', '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: 2843825
DEBUG    ya.test:process.py:259 Command (pid 2843825) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2843825) elapsed time (sec): 0.5059032440185547
DEBUG    ya.test:process.py:263 Command (pid 2843825) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2843825) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2843825) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2843825) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2843825) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2843825) maxrss: 551632
DEBUG    ya.test:process.py:263 Command (pid 2843825) minflt: 18345
DEBUG    ya.test:process.py:263 Command (pid 2843825) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2843825) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2843825) nivcsw: 89
DEBUG    ya.test:process.py:263 Command (pid 2843825) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2843825) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2843825) nvcsw: 123
DEBUG    ya.test:process.py:263 Command (pid 2843825) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2843825) stime: 0.22494499999999998
DEBUG    ya.test:process.py:263 Command (pid 2843825) utime: 0.14996299999999999
DEBUG    ya.test:process.py:263 Command (pid 2843825) wtime: 0.518
DEBUG    ya.test:process.py:275 Command (pid 2843825) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, a9dd1e91-61e1-4126-a725-e834bf457108, localhost:3109): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a9dd1e91-61e1-4126-a725-e834bf457108, localhost:3109): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a9dd1e91-61e1-4126-a725-e834bf457108, localhost:3109): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 3109 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-2c4kdoooai.auto.internal:3109, 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:3109
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydb/ydb
INFO     root:test_overloads.py:45 YdbWorkloadOverload execute /home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydb/ydb -e grpc://localhost:3109 -d /Root workload log --path log_1000_1 init --path log_1000_1 --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:3109', '-d', '/Root', 'workload', 'log', '--path', 'log_1000_1', 'init', '--path', 'log_1000_1', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2844013
DEBUG    ya.test:process.py:259 Command (pid 2844013) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2844013) elapsed time (sec): 0.5350220203399658
DEBUG    ya.test:process.py:263 Command (pid 2844013) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2844013) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2844013) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2844013) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2844013) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2844013) maxrss: 200560
DEBUG    ya.test:process.py:263 Command (pid 2844013) minflt: 3554
DEBUG    ya.test:process.py:263 Command (pid 2844013) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2844013) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2844013) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 2844013) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2844013) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2844013) nvcsw: 199
DEBUG    ya.test:process.py:263 Command (pid 2844013) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2844013) stime: 0.023674
DEBUG    ya.test:process.py:263 Command (pid 2844013) utime: 0.055241
DEBUG    ya.test:process.py:263 Command (pid 2844013) wtime: 0.537
DEBUG    ya.test:process.py:275 Command (pid 2844013) output:
None
DEBUG    ya.test:process.py:276 Command (pid 2844013) errors:

INFO     root:test_overloads.py:53 YdbWorkloadOverload bulk_upsert
INFO     root:test_overloads.py:45 YdbWorkloadOverload execute /home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydb/ydb -e grpc://localhost:3109 -d /Root workload log --path log_1000_1 run bulk_upsert --seconds 60 --threads 10 --rows 10 --quiet with wait = True
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:3109', '-d', '/Root', 'workload', 'log', '--path', 'log_1000_1', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2844206
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 260c16e5-4e91-45b3-bb4a-4fd7e1237107, localhost:6506): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 260c16e5-4e91-45b3-bb4a-4fd7e1237107, localhost:6506): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 260c16e5-4e91-45b3-bb4a-4fd7e1237107, localhost:6506): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 6506 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-2c4kdoooai.auto.internal:6506, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6506
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 50374076-96f2-4f0e-ad41-c5fd8ec80053, localhost:31696): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 50374076-96f2-4f0e-ad41-c5fd8ec80053, localhost:31696): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 50374076-96f2-4f0e-ad41-c5fd8ec80053, localhost:31696): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 31696 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-2c4kdoooai.auto.internal:31696, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31696
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, c7f56fe3-4dc8-4a0c-994f-223da5e1b06e, localhost:3109): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c7f56fe3-4dc8-4a0c-994f-223da5e1b06e, localhost:3109): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c7f56fe3-4dc8-4a0c-994f-223da5e1b06e, localhost:3109): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 3109 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-2c4kdoooai.auto.internal:3109, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:3109
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, e1f46273-588d-4ecb-aaf8-1ea56bd2ce45, localhost:28634): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e1f46273-588d-4ecb-aaf8-1ea56bd2ce45, localhost:28634): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e1f46273-588d-4ecb-aaf8-1ea56bd2ce45, localhost:28634): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 28634 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-2c4kdoooai.auto.internal:28634, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28634
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 7fcee5b4-31d0-4faa-9822-4d4be64e178e, localhost:27661): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7fcee5b4-31d0-4faa-9822-4d4be64e178e, localhost:27661): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7fcee5b4-31d0-4faa-9822-4d4be64e178e, localhost:27661): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 27661 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-2c4kdoooai.auto.internal:27661, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:27661
DEBUG    ya.test:process.py:773 Killing process 2844206
DEBUG    ya.test:process.py:799 Killing process tree for pid 2844206 (bin:'ydb')
DEBUG    ya.test:process.py:804 Sent signal 19 to the pid 2844206
DEBUG    ya.test:process.py:804 Sent signal 9 to the pid 2844206
DEBUG    ya.test:process.py:804 Sent signal 18 to the pid 2844206
DEBUG    ya.test:process.py:404 Command exception: (("120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:3109', '-d', '/Root', 'workload', 'log', '--path', 'log_1000_1', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout",), {})
DEBUG    ya.test:process.py:259 Command (pid 2844206) rc: -9
DEBUG    ya.test:process.py:260 Command (pid 2844206) elapsed time (sec): 120.1237542629242
DEBUG    ya.test:process.py:263 Command (pid 2844206) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2844206) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2844206) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2844206) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2844206) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2844206) maxrss: 200560
DEBUG    ya.test:process.py:263 Command (pid 2844206) minflt: 5917
DEBUG    ya.test:process.py:263 Command (pid 2844206) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2844206) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2844206) nivcsw: 616
DEBUG    ya.test:process.py:263 Command (pid 2844206) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2844206) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2844206) nvcsw: 642073
DEBUG    ya.test:process.py:263 Command (pid 2844206) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2844206) stime: 3.185687
DEBUG    ya.test:process.py:263 Command (pid 2844206) utime: 3.43898
DEBUG    ya.test:process.py:263 Command (pid 2844206) wtime: 120.124
DEBUG    ya.test:process.py:275 Command (pid 2844206) output:
None
DEBUG    ya.test:process.py:276 Command (pid 2844206) errors:

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-2c4kdoooai'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/68w4/000ebe/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7) 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.2844206' in '/home/runner/.ya/build/build_root/68w4/000ebe/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
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
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
124.93s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
122.16s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
90.67s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
88.90s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
79.95s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
18.51s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
15.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_overloads.py::TestLogScenario::test_overloads_workload[1000-1] - yatest.common.process.ExecutionTimeoutError: (("120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/68w4/000ebe/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:3109', '-d', '/Root', 'workload', 'log', '--path', 'log_1000_1', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout",), {})
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
=================== 1 failed, 6 passed in 611.77s (0:10:11) ====================

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/68w4/000ebe/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/68w4/000ebe/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/68w4/000ebe/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/68w4/000ebe', '--source-root', '/home/runner/.ya/build/build_root/68w4/000ebe/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/68w4/000ebe/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/10249271468/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/68w4/000ebe/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/68w4/000ebe/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/68w4/000ebe/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/68w4/000ebe', '--source-root', '/home/runner/.ya/build/build_root/68w4/000ebe/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/68w4/000ebe/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/10249271468/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/68w4/000e3d/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 110 items

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

============================== slowest durations ===============================
22.41s setup    test_select.py::TestSelect::test_incorrect
13.36s setup    test_replace.py::TestReplace::test_incorrect
11.42s setup    test_update.py::TestUpdate::test_incorrect
2.52s call     test_replace.py::TestReplace::test_replace_total
2.27s call     test_replace.py::TestReplace::test_replace_rollback
1.51s call     test_replace.py::TestReplace::test_partial_replace
1.46s call     test_replace.py::TestReplace::test_replace_with_nulls
1.12s call     test_update.py::TestUpdate::test_update_many_rows
1.11s call     test_update.py::TestUpdate::test_update_pk
1.11s call     test_select.py::TestSelect::test_json_query
0.98s call     test_update.py::TestUpdate::test_partial_update
0.77s call     test_replace.py::TestReplace::test_incorrect
0.58s call     test_select.py::TestSelect::test_incorrect
0.55s call     test_update.py::TestUpdate::test_incorrect
0.01s setup    test_update.py::TestUpdate::test_partial_update
0.01s setup    test_replace.py::TestReplace::test_replace_with_nulls

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 62.19s (0:01:02) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/000e75/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 110 items

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

============================== slowest durations ===============================
350.34s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
38.02s call     zip_bomb.py::TestZipBomb::test
25.22s setup    test_upsert.py::TestUpsert::test_copy_full
14.16s setup    test_update.py::TestUpdate::test_update_rollback
12.29s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
3.07s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.00s setup    zip_bomb.py::TestZipBomb::test
2.77s call     test_upsert.py::TestUpsert::test_copy_partial
2.46s call     test_update.py::TestUpdate::test_update_single_row
2.46s call     test_update.py::TestUpdate::test_update_single_column
2.30s call     test_upsert.py::TestUpsert::test_copy_full
2.02s call     test_upsert.py::TestUpsert::test_count
1.70s call     test_update.py::TestUpdate::test_update_rollback
1.28s call     test_upsert.py::TestUpsert::test_partial_update
0.81s call     test_upsert.py::TestUpsert::test_incorrect
0.79s call     test_upsert.py::TestUpsert::test_insert_nulls
0.01s setup    test_update.py::TestUpdate::test_update_single_row
0.01s setup    test_upsert.py::TestUpsert::test_partial_update
0.01s setup    test_upsert.py::TestUpsert::test_incorrect
0.01s setup    test_upsert.py::TestUpsert::test_count

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 475.64s (0:07:55) ========================
