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

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

=================================== FAILURES ===================================
______________________ TestOrderBy.test_filtered_portion _______________________
ydb/tests/olap/order_by_with_limit.py:166: in test_filtered_portion
    self.ydb_client.query(
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_filtered_portion
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_filtered_portion)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjBkYTRkZTUtOTY1YjIyODQtNDNkMWYyNTYtMmM4ODNmMDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 17044f8e-3b64-4d02-9dc3-4f1828c60fcd, ghrun-tatfdmmwba.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 17044f8e-3b64-4d02-9dc3-4f1828c60fcd, ghrun-tatfdmmwba.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NjBkYTRkZTUtOTY1YjIyODQtNDNkMWYyNTYtMmM4ODNmMDQ=" 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, 17044f8e-3b64-4d02-9dc3-4f1828c60fcd, ghrun-tatfdmmwba.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjBkYTRkZTUtOTY1YjIyODQtNDNkMWYyNTYtMmM4ODNmMDQ=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
___________________________ TestOrderBy.test_random ____________________________
ydb/tests/olap/order_by_with_limit.py:65: in test_random
    self.ydb_client.query(
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_random
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_random)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjBkYTRkZTUtOTY1YjIyODQtNDNkMWYyNTYtMmM4ODNmMDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5df2e775-dc78-485a-8f2c-4f3ad30b2540, ghrun-tatfdmmwba.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5df2e775-dc78-485a-8f2c-4f3ad30b2540, ghrun-tatfdmmwba.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NjBkYTRkZTUtOTY1YjIyODQtNDNkMWYyNTYtMmM4ODNmMDQ=" 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, 5df2e775-dc78-485a-8f2c-4f3ad30b2540, ghrun-tatfdmmwba.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjBkYTRkZTUtOTY1YjIyODQtNDNkMWYyNTYtMmM4ODNmMDQ=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
_______________________ TestOrderBy.test_stress_sorting ________________________
ydb/tests/olap/order_by_with_limit.py:210: in test_stress_sorting
    self.ydb_client.query(
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 11 column: 58 } message: "At function: KiCreateTable!" end_position { row: 11 column: 58 } severity: 1 issues { position { row: 11 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 11 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_stress_sorting
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_stress_sorting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjBkYTRkZTUtOTY1YjIyODQtNDNkMWYyNTYtMmM4ODNmMDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ac80d435-baf4-4b35-8a8f-b36b34b0b06c, ghrun-tatfdmmwba.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ac80d435-baf4-4b35-8a8f-b36b34b0b06c, ghrun-tatfdmmwba.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NjBkYTRkZTUtOTY1YjIyODQtNDNkMWYyNTYtMmM4ODNmMDQ=" 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, ac80d435-baf4-4b35-8a8f-b36b34b0b06c, ghrun-tatfdmmwba.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjBkYTRkZTUtOTY1YjIyODQtNDNkMWYyNTYtMmM4ODNmMDQ=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
_____________________ TestCreate.test_create_all_opt_ints ______________________
ydb/tests/olap/test_create.py:78: in test_create_all_opt_ints
    assert rows[0][key] == 0
E   assert 1 == 0
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_all_opt_ints
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fata/000e3a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 511721
DEBUG    ya.test:process.py:259 Command (pid 511721) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 511721) elapsed time (sec): 0.45579004287719727
DEBUG    ya.test:process.py:263 Command (pid 511721) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 511721) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 511721) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 511721) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 511721) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 511721) maxrss: 1678844
DEBUG    ya.test:process.py:263 Command (pid 511721) minflt: 16213
DEBUG    ya.test:process.py:263 Command (pid 511721) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 511721) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 511721) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 511721) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 511721) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 511721) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 511721) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 511721) stime: 0.28709399999999996
DEBUG    ya.test:process.py:263 Command (pid 511721) utime: 0.11962199999999999
DEBUG    ya.test:process.py:263 Command (pid 511721) wtime: 0.457
DEBUG    ya.test:process.py:275 Command (pid 511721) 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-tatfdmmwba    Host information: 
        Linux ghrun-tatfdmmwba 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 511721) 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-tatfdmmwba    Host information: 
        Linux ghrun-tatfdmmwba 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fata/000e3a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12174
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/fata/000e3a/r3tmp/kikimr_cluster_q7xg865p
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fata/000e3a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2299
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24807
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10796
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62602
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/fata/000e3a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create.py.TestCreate.test_create_all_opt_ints/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/fata/000e3a/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/fata/000e3a/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_972rxabk.log --grpc-port=2299 --mon-port=24807 --ic-port=12174
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:2299/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/fata/000e3a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create.py.TestCreate.test_create_all_opt_ints/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/fata/000e3a/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/fata/000e3a/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_972rxabk.log --grpc-port=2299 --mon-port=24807 --ic-port=12174
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/fata/000e3a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/fata/000e3a/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/fata/000e3a/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_972rxabk.log', '--grpc-port=2299', '--mon-port=24807', '--ic-port=12174')' in '/home/runner/.ya/build/build_root/fata/000e3a/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: 512087
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:2299/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fata/000e3a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 512107
DEBUG    ya.test:process.py:259 Command (pid 512107) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 512107) elapsed time (sec): 0.4779536724090576
DEBUG    ya.test:process.py:263 Command (pid 512107) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 512107) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 512107) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 512107) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 512107) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 512107) maxrss: 1678844
DEBUG    ya.test:process.py:263 Command (pid 512107) minflt: 16210
DEBUG    ya.test:process.py:263 Command (pid 512107) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 512107) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 512107) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 512107) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 512107) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 512107) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 512107) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 512107) stime: 0.295821
DEBUG    ya.test:process.py:263 Command (pid 512107) utime: 0.127922
DEBUG    ya.test:process.py:263 Command (pid 512107) wtime: 0.479
DEBUG    ya.test:process.py:275 Command (pid 512107) 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-tatfdmmwba    Host information: 
        Linux ghrun-tatfdmmwba 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-tatfdmmwba    Host information: 
        Linux ghrun-tatfdmmwba 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/fata/000e3a/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/fata/000e3a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2299', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12174\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fata/000e3a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2299', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12174\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 513428
DEBUG    ya.test:process.py:259 Command (pid 513428) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 513428) elapsed time (sec): 0.5750629901885986
DEBUG    ya.test:process.py:263 Command (pid 513428) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513428) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 513428) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513428) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513428) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 513428) maxrss: 1678844
DEBUG    ya.test:process.py:263 Command (pid 513428) minflt: 18354
DEBUG    ya.test:process.py:263 Command (pid 513428) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 513428) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 513428) nivcsw: 73
DEBUG    ya.test:process.py:263 Command (pid 513428) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 513428) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 513428) nvcsw: 119
DEBUG    ya.test:process.py:263 Command (pid 513428) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 513428) stime: 0.367919
DEBUG    ya.test:process.py:263 Command (pid 513428) utime: 0.146376
DEBUG    ya.test:process.py:263 Command (pid 513428) wtime: 0.576
DEBUG    ya.test:process.py:275 Command (pid 513428) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fata/000e3a/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/fata/000e3a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2299', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fata/000e3a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2299', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 513742
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, aaea7153-e19d-4e71-be50-afdeaf320bd0, localhost:29345): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, aaea7153-e19d-4e71-be50-afdeaf320bd0, localhost:29345): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, aaea7153-e19d-4e71-be50-afdeaf320bd0, localhost:29345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tatfdmmwba.auto.internal" port: 29345 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-tatfdmmwba.auto.internal:29345, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29345
DEBUG    ya.test:process.py:259 Command (pid 513742) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 513742) elapsed time (sec): 0.771822452545166
DEBUG    ya.test:process.py:263 Command (pid 513742) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513742) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 513742) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513742) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513742) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 513742) maxrss: 1678844
DEBUG    ya.test:process.py:263 Command (pid 513742) minflt: 18351
DEBUG    ya.test:process.py:263 Command (pid 513742) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 513742) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 513742) nivcsw: 72
DEBUG    ya.test:process.py:263 Command (pid 513742) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 513742) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 513742) nvcsw: 132
DEBUG    ya.test:process.py:263 Command (pid 513742) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 513742) stime: 0.566427
DEBUG    ya.test:process.py:263 Command (pid 513742) utime: 0.142639
DEBUG    ya.test:process.py:263 Command (pid 513742) wtime: 0.773
DEBUG    ya.test:process.py:275 Command (pid 513742) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 166fd000-2086-4b89-b8e0-c30bd8f3abb7, localhost:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 166fd000-2086-4b89-b8e0-c30bd8f3abb7, localhost:2299): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 166fd000-2086-4b89-b8e0-c30bd8f3abb7, localhost:2299): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tatfdmmwba.auto.internal" port: 2299 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-tatfdmmwba.auto.internal:2299, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2299
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_create.py::TestCreate, test_name: test_create_all_opt_ints)
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 79256f49-2245-4475-8248-e50a8ea6cd39, ghrun-tatfdmmwba.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 79256f49-2245-4475-8248-e50a8ea6cd39, ghrun-tatfdmmwba.auto.internal:2299): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 79256f49-2245-4475-8248-e50a8ea6cd39, ghrun-tatfdmmwba.auto.internal:2299): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, daaed382-e385-4ee3-a103-548038065702, ghrun-tatfdmmwba.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, daaed382-e385-4ee3-a103-548038065702, ghrun-tatfdmmwba.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, daaed382-e385-4ee3-a103-548038065702, ghrun-tatfdmmwba.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 377cc7df-d6ef-4cce-8758-c042775dc14b, ghrun-tatfdmmwba.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 377cc7df-d6ef-4cce-8758-c042775dc14b, ghrun-tatfdmmwba.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/create/table98514_1` (\n                id Uint64 NOT NULL,\n                v0 Int8,\n                v1 Int16,\n                v2 Int32,\n                v3 Int64,\n                v4 Uint8,\n                v5 Uint16,\n                v6 Uint32,\n                v7 Uint64,\n                PRIMARY KEY(id),\n            )\n            WITH (STORE = COLUMN);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 377cc7df-d6ef-4cce-8758-c042775dc14b, ghrun-tatfdmmwba.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dab85229-3c65-4482-972f-2b9741c60a3f, ghrun-tatfdmmwba.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dab85229-3c65-4482-972f-2b9741c60a3f, ghrun-tatfdmmwba.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "INSERT INTO `/Root/create/table98514_1` (id) VALUES (0);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, dab85229-3c65-4482-972f-2b9741c60a3f, ghrun-tatfdmmwba.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9e8db7a4-050a-4dd2-b11a-18648c1f7754, ghrun-tatfdmmwba.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9e8db7a4-050a-4dd2-b11a-18648c1f7754, ghrun-tatfdmmwba.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO `/Root/create/table98514_1`\n            (id, v0, v1, v2, v3, v4, v5, v6, v7)\n            VALUES\n            (1, -2, -3, -4, -5, 6, 7, 8, 9);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9e8db7a4-050a-4dd2-b11a-18648c1f7754, ghrun-tatfdmmwba.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, af12c1ee-c949-485d-a4da-f35c749129d7, ghrun-tatfdmmwba.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, af12c1ee-c949-485d-a4da-f35c749129d7, ghrun-tatfdmmwba.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/create/table98514_1`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, af12c1ee-c949-485d-a4da-f35c749129d7, ghrun-tatfdmmwba.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDM1MmQxOGItOGI1MjdhOWQtYmE1ZDdhYTUtYjJlNjAzMzU=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
167.54s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
116.44s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
94.37s call     tablets_movement.py::TestTabletsMovement::test[ROW]
52.30s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
6.23s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
5.77s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
5.76s call     test_create.py::TestCreate::test_create_decimals
4.49s setup    test_create.py::TestCreate::test_create_all_opt_ints
4.40s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.57s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
0.85s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.71s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.51s call     test_create.py::TestCreate::test_create_all_opt_ints
0.46s call     test_create.py::TestCreate::test_create_all_req_ints
0.21s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.16s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.16s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.05s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_random

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

test_create.py ....
test_cs_many_updates.py drop table: 17.4 ms
create table: 468.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 32.3
    "min_ms": 24.0
    "median_ms": 30.5
    "max_ms": 54.8
    "stdev_ms": 8.6
select count(*) after initial inserts: 125.9 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 52.4
    "min_ms": 42.2
    "median_ms": 50.2
    "max_ms": 192.7
    "stdev_ms": 10.5
select count(*) after all modifications: 2899.1 ms
select all: 3066.2 ms
delete from table: 3327.0 ms
select all after delete: 3604.0 ms
.drop table: 57.7 ms
create table: 607.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 39.2
    "min_ms": 28.7
    "median_ms": 37.2
    "max_ms": 63.7
    "stdev_ms": 10.0
select count(*) after initial inserts: 119.6 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 66.9
    "min_ms": 45.1
    "median_ms": 63.5
    "max_ms": 214.3
    "stdev_ms": 19.8
updates (step 1):
    "runs": 200
    "avg_ms": 167.2
    "min_ms": 118.6
    "median_ms": 162.5
    "max_ms": 346.0
    "stdev_ms": 29.9
upserts (step 2):
    "runs": 200
    "avg_ms": 24.8
    "min_ms": 20.2
    "median_ms": 24.6
    "max_ms": 40.9
    "stdev_ms": 2.3
select count(*) after all modifications: 271.7 ms
select all: 301.0 ms
delete from table: 336.0 ms
select all after delete: 295.0 ms
.drop table: 24.4 ms
create table: 383.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.7
    "min_ms": 26.4
    "median_ms": 29.9
    "max_ms": 31.1
    "stdev_ms": 1.4
select count(*) after initial inserts: 79.4 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 106.3
    "min_ms": 77.7
    "median_ms": 103.2
    "max_ms": 498.5
    "stdev_ms": 20.8
select count(*) after all modifications: 320.6 ms
select all: 237.2 ms
delete from table: 313.9 ms
select all after delete: 235.2 ms
.drop table: 34.0 ms
create table: 517.8 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.9
    "min_ms": 23.5
    "median_ms": 30.7
    "max_ms": 34.3
    "stdev_ms": 3.4
select count(*) after initial inserts: 108.1 ms
updates (step 0):
    "runs": 150
    "avg_ms": 142.7
    "min_ms": 93.2
    "median_ms": 140.7
    "max_ms": 230.4
    "stdev_ms": 25.9
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 83.5
    "min_ms": 62.6
    "median_ms": 79.6
    "max_ms": 136.5
    "stdev_ms": 15.4
select count(*) after all modifications: 453.8 ms
select all: 403.9 ms
delete from table: 539.6 ms
select all after delete: 416.4 ms
.drop table: 63.0 ms
create table: 902.6 ms
initial inserts:
    "runs": 20
    "avg_ms": 51.4
    "min_ms": 25.4
    "median_ms": 49.5
    "max_ms": 77.2
    "stdev_ms": 15.7
select count(*) after initial inserts: 147.3 ms
updates (step 0):
    "runs": 200
    "avg_ms": 154.6
    "min_ms": 104.5
    "median_ms": 133.6
    "max_ms": 386.4
    "stdev_ms": 51.2
upserts (step 1):
    "runs": 200
    "avg_ms": 28.3
    "min_ms": 23.4
    "median_ms": 27.5
    "max_ms": 40.3
    "stdev_ms": 3.1
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 97.9
    "min_ms": 83.5
    "median_ms": 95.1
    "max_ms": 131.4
    "stdev_ms": 10.1
select count(*) after all modifications: 655.8 ms
select all: 798.9 ms
delete from table: 683.8 ms
select all after delete: 576.1 ms
.drop table: 47.4 ms
create table: 570.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 32.3
    "min_ms": 26.9
    "median_ms": 30.6
    "max_ms": 49.0
    "stdev_ms": 6.8
select count(*) after initial inserts: 120.3 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 34.2
    "min_ms": 23.3
    "median_ms": 31.8
    "max_ms": 81.8
    "stdev_ms": 7.8
select count(*) after all modifications: 433.5 ms
select all: 290.1 ms
delete from table: 363.7 ms
select all after delete: 244.5 ms
.Generated operation sequence:
  0. UPDATE: 19 operations
  1. UPSERT: 19 operations
  2. UPSERT: 16 operations
  3. UPDATE: 12 operations
  4. BULK_UPSERT: 8 operations
  5. UPSERT: 2 operations
  6. UPDATE: 15 operations
  7. BULK_UPSERT: 4 operations
  8. BULK_UPSERT: 3 operations
  9. BULK_UPSERT: 7 operations
drop table: 34.7 ms
create table: 550.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 32.1
    "min_ms": 28.6
    "median_ms": 30.6
    "max_ms": 40.1
    "stdev_ms": 4.0
select count(*) after initial inserts: 133.9 ms
updates (step 0):
    "runs": 190
    "avg_ms": 144.9
    "min_ms": 109.2
    "median_ms": 138.1
    "max_ms": 265.7
    "stdev_ms": 25.7
upserts (step 1):
    "runs": 190
    "avg_ms": 45.1
    "min_ms": 26.2
    "median_ms": 38.3
    "max_ms": 115.7
    "stdev_ms": 18.5
upserts (step 2):
    "runs": 160
    "avg_ms": 34.4
    "min_ms": 24.3
    "median_ms": 32.8
    "max_ms": 67.3
    "stdev_ms": 7.4
updates (step 3):
    "runs": 120
    "avg_ms": 195.7
    "min_ms": 114.2
    "median_ms": 187.6
    "max_ms": 305.5
    "stdev_ms": 39.9
bulk_upserts (step 4):
    "runs": 8
    "avg_ms": 73.3
    "min_ms": 54.9
    "median_ms": 72.2
    "max_ms": 96.0
    "stdev_ms": 13.7
upserts (step 5):
    "runs": 20
    "avg_ms": 34.6
    "min_ms": 27.0
    "median_ms": 34.8
    "max_ms": 46.0
    "stdev_ms": 5.5
updates (step 6):
    "runs": 150
    "avg_ms": 189.7
    "min_ms": 141.3
    "median_ms": 185.8
    "max_ms": 322.9
    "stdev_ms": 31.9
bulk_upserts (step 7):
    "runs": 4
    "avg_ms": 100.8
    "min_ms": 73.2
    "median_ms": 114.6
    "max_ms": 115.0
    "stdev_ms": 19.6
bulk_upserts (step 8):
    "runs": 3
    "avg_ms": 90.2
    "min_ms": 59.1
    "median_ms": 65.4
    "max_ms": 146.0
    "stdev_ms": 48.5
bulk_upserts (step 9):
    "runs": 7
    "avg_ms": 82.9
    "min_ms": 63.0
    "median_ms": 81.6
    "max_ms": 96.5
    "stdev_ms": 11.5
select count(*) after all modifications: 465.7 ms
select all: 475.5 ms
delete from table: 479.3 ms
select all after delete: 354.3 ms
.
test_delete.py .

============================== slowest durations ===============================
108.18s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
98.91s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
51.26s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
47.47s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
40.05s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
36.59s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
32.69s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
10.81s setup    test_delete.py::TestDelete::test_delete_rollback
8.09s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
7.06s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
6.81s setup    test_create.py::TestCreate::test_create_real_opt
1.00s call     test_delete.py::TestDelete::test_delete_rollback
0.75s call     test_create.py::TestCreate::test_create_real_req
0.64s call     test_create.py::TestCreate::test_create_real_opt
0.50s call     test_create.py::TestCreate::test_create_strings_opt
0.04s call     test_create.py::TestCreate::test_dy_number_not_supported
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]

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

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

============================== slowest durations ===============================
5.90s setup    test_delete.py::TestDelete::test_delete_where[False-100]
0.91s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.91s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.90s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.83s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.82s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.80s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.75s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.74s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.71s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.68s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.65s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.61s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]

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

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

============================== slowest durations ===============================
6.55s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
5.80s setup    test_delete.py::TestDelete::test_incorrect
1.63s call     test_insert.py::TestInsertStatement::test_copy_full
1.45s call     test_insert.py::TestInsertStatement::test_copy_partial
1.22s call     test_insert.py::TestInsertStatement::test_bulk
0.73s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.71s call     test_insert.py::TestInsertStatement::test_incorrect
0.63s call     test_insert.py::TestInsertStatement::test_plain
0.57s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.54s call     test_insert.py::TestInsertStatement::test_out_of_range
0.51s call     test_insert.py::TestInsertStatement::test_duplicate
0.42s call     test_delete.py::TestDelete::test_incorrect
0.38s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.36s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]

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

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

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/fata/000e32/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/fata/000e32/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-20T19:09:59.172096Z): source_id=122;tablet_id=72075186224037983;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA7C2AA5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA7BAFE6
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB651528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD637EFB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9E11748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9E1149F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD61300D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1423762B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14E7E457
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14DCF263
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14DCF263
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14DCC083
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14DD2B37
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14255418
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CD8DF45
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5F4437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB641FD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB646094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB645CA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB64688E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7C46FC
E   21. ??:0: ?? @ 0x7FEDB88F4AC2
E   22. ??:0: ?? @ 0x7FEDB89868BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fata/000e32/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fata/000e32/ydb/apps/ydb/ydb -e grpc://localhost:9961 -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/fata/000e32/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9961', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 222918
DEBUG    ya.test:process.py:259 Command (pid 222918) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 222918) elapsed time (sec): 0.495441198348999
DEBUG    ya.test:process.py:263 Command (pid 222918) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) maxrss: 820492
DEBUG    ya.test:process.py:263 Command (pid 222918) minflt: 3548
DEBUG    ya.test:process.py:263 Command (pid 222918) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) nivcsw: 44
DEBUG    ya.test:process.py:263 Command (pid 222918) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) nvcsw: 154
DEBUG    ya.test:process.py:263 Command (pid 222918) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 222918) stime: 0.033255
DEBUG    ya.test:process.py:263 Command (pid 222918) utime: 0.062353
DEBUG    ya.test:process.py:263 Command (pid 222918) wtime: 0.499
DEBUG    ya.test:process.py:275 Command (pid 222918) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 222918) 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/fata/000e32/ydb/apps/ydb/ydb -e grpc://localhost:9961 -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/fata/000e32/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9961', '-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: 223215
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 223215) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 223215) elapsed time (sec): 30.17735719680786
DEBUG    ya.test:process.py:263 Command (pid 223215) wtime: 30.182
DEBUG    ya.test:process.py:275 Command (pid 223215) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    365	365	0	0	23	49	54	58
2	    384	384	0	0	24	39	44	61
3	    406	406	0	0	23	38	42	50
4	    404	404	0	0	23	38	47	51
5	    409	409	0	0	23	33	43	48
6	    383	383	0	0	24	36	40	50
7	    452	452	0	0	21	29	40	43
8	    428	428	0	0	21	39	48	53
9	    293	293	0	0	31	54	59	63
10	    416	416	0	0	22	33	40	43
11	    373	373	0	0	24	38	77	85
12	    407	407	0	0	22	36	56	63
13	    388	388	0	0	24	37	44	52
14	    438	438	0	0	21	30	34	38
15	    451	451	0	0	21	28	34	38
16	    463	463	0	0	20	26	28	30
17	    433	433	0	0	22	30	32	34
18	    460	460	0	0	21	26	27	30
19	    489	489	0	0	20	22	23	26
20	    482	482	0	0	20	23	26	32
21	    476	476	0	0	20	25	31	36
22	    477	477	0	0	20	24	28	31
23	    485	485	0	0	20	24	28	31
24	    471	471	0	0	20	26	31	34
25	    453	453	0	0	21	29	34	35
26	    445	445	0	0	21	29	45	54
27	    478	478	0	0	20	25	32	36
28	    486	486	0	0	20	22	25	28
29	    485	485	0	0	20	21	22	24
30	    493	493	0	0	20	23	25	26

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13073	435.767	0	0	21	33	45	85

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjZhMGFiMTUtNTlhOWE1YjctMjM4YTk4OWYtNWMxZWI4ZWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, debd89cb-f4ed-4d85-96a2-bcd3759851a2, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, debd89cb-f4ed-4d85-96a2-bcd3759851a2, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=MjZhMGFiMTUtNTlhOWE1YjctMjM4YTk4OWYtNWMxZWI4ZWU=" 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, debd89cb-f4ed-4d85-96a2-bcd3759851a2, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjZhMGFiMTUtNTlhOWE1YjctMjM4YTk4OWYtNWMxZWI4ZWU=
INFO     root:test_log_scenario.py:217 Count rows after insert 12823 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzE3NTQ1ZWMtYmI4NjgyYmUtNDY5NDE3MDItZDRlZTRkN2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 34ad79db-d11d-45f5-a9c0-55df4aec7913, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 34ad79db-d11d-45f5-a9c0-55df4aec7913, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=YzE3NTQ1ZWMtYmI4NjgyYmUtNDY5NDE3MDItZDRlZTRkN2E=" 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, 34ad79db-d11d-45f5-a9c0-55df4aec7913, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzE3NTQ1ZWMtYmI4NjgyYmUtNDY5NDE3MDItZDRlZTRkN2E=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGY5NTFmZTAtNzQwZGI3OTctNjg2N2ViMmItYTAxMzFkOTI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9d0c569d-d19a-4237-809e-48641cfc9a8c, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9d0c569d-d19a-4237-809e-48641cfc9a8c, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=ZGY5NTFmZTAtNzQwZGI3OTctNjg2N2ViMmItYTAxMzFkOTI=" 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, 9d0c569d-d19a-4237-809e-48641cfc9a8c, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZGY5NTFmZTAtNzQwZGI3OTctNjg2N2ViMmItYTAxMzFkOTI=
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/fata/000e32/ydb/apps/ydb/ydb -e grpc://localhost:9961 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fata/000e32/ydb/apps/ydb/ydb -e grpc://localhost:9961 -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:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzdhMDE2YTQtZjI0OGY4MDEtYzA4MWY4OWItN2FlOWE3OTg=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fata/000e32/ydb/apps/ydb/ydb -e grpc://localhost:9961 -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, 0dbb4e5b-7e00-4d21-89bb-c61fd0fd4de3, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2Y0MjljNDctZDFhY2MyYmYtOTcyNmFlNzMtNzJhZGQwZGM=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0dbb4e5b-7e00-4d21-89bb-c61fd0fd4de3, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=YzdhMDE2YTQtZjI0OGY4MDEtYzA4MWY4OWItN2FlOWE3OTg=" 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, dc31584f-2e9b-44d5-90f8-e08c78506973, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWQ4ZDJhNjQtZTY1ZmFjZmUtNTFiMjFiMTQtNTI3YTdhZDE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dc31584f-2e9b-44d5-90f8-e08c78506973, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=N2Y0MjljNDctZDFhY2MyYmYtOTcyNmFlNzMtNzJhZGQwZGM=" 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, 0dbb4e5b-7e00-4d21-89bb-c61fd0fd4de3, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a1579428-c3ea-4716-8d85-1907a7a1786f, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmVmZTA1ZTctNDZjOTk5MDgtY2I2MWVhNWMtZTkxYzljODg=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, dc31584f-2e9b-44d5-90f8-e08c78506973, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a1579428-c3ea-4716-8d85-1907a7a1786f, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=YWQ4ZDJhNjQtZTY1ZmFjZmUtNTFiMjFiMTQtNTI3YTdhZDE=" 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, 9de7a22e-215a-4896-8e79-bf0e2b35beba, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTY0MWUzY2ItNjFlZjQwY2EtMmRhMTVhYzEtNTI2ZGNkNDA=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fata/000e32/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9961', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a1579428-c3ea-4716-8d85-1907a7a1786f, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9de7a22e-215a-4896-8e79-bf0e2b35beba, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=MmVmZTA1ZTctNDZjOTk5MDgtY2I2MWVhNWMtZTkxYzljODg=" 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, fdc5a44d-1152-4110-b791-925a38cf668f, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Nzc2NjJiYTItY2JiMzc5YWEtN2I4NzQ1MzQtNzMyZDg0MTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 14129d5b-51ed-4d7e-804e-e770bcc44734, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fata/000e32/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9961', '-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/fata/000e32/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9961', '-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:63 RpcState(ExecuteQuery, fdc5a44d-1152-4110-b791-925a38cf668f, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=ZTY0MWUzY2ItNjFlZjQwY2EtMmRhMTVhYzEtNTI2ZGNkNDA=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 246161
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2NiZGFkMTQtMzc0Njg5Y2QtNGM1Y2Y1NTgtMWRkZTEwMTE=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9de7a22e-215a-4896-8e79-bf0e2b35beba, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 14129d5b-51ed-4d7e-804e-e770bcc44734, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=Nzc2NjJiYTItY2JiMzc5YWEtN2I4NzQ1MzQtNzMyZDg0MTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 246163
DEBUG    ya.test:process.py:628 Command pid: 246164
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fdc5a44d-1152-4110-b791-925a38cf668f, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c7787ace-d5a7-4b88-8443-f61a7a23ea5c, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjZhMGFiMTUtNTlhOWE1YjctMjM4YTk4OWYtNWMxZWI4ZWU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 14129d5b-51ed-4d7e-804e-e770bcc44734, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c7787ace-d5a7-4b88-8443-f61a7a23ea5c, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=Y2NiZGFkMTQtMzc0Njg5Y2QtNGM1Y2Y1NTgtMWRkZTEwMTE=" 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, c7787ace-d5a7-4b88-8443-f61a7a23ea5c, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzE3NTQ1ZWMtYmI4NjgyYmUtNDY5NDE3MDItZDRlZTRkN2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 280d8939-ad1b-4c03-9b9f-af1dec6c22f5, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGY5NTFmZTAtNzQwZGI3OTctNjg2N2ViMmItYTAxMzFkOTI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 280d8939-ad1b-4c03-9b9f-af1dec6c22f5, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=YzE3NTQ1ZWMtYmI4NjgyYmUtNDY5NDE3MDItZDRlZTRkN2E=" 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, ba7a549d-ed01-431a-8d4f-8af8ab6618a2, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ba7a549d-ed01-431a-8d4f-8af8ab6618a2, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=ZGY5NTFmZTAtNzQwZGI3OTctNjg2N2ViMmItYTAxMzFkOTI=" 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, 280d8939-ad1b-4c03-9b9f-af1dec6c22f5, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 066a41ad-76f1-4b9f-9078-16fda4f32b81, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ba7a549d-ed01-431a-8d4f-8af8ab6618a2, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 066a41ad-76f1-4b9f-9078-16fda4f32b81, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=MjZhMGFiMTUtNTlhOWE1YjctMjM4YTk4OWYtNWMxZWI4ZWU=" 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, 066a41ad-76f1-4b9f-9078-16fda4f32b81, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f36f2472-447d-461b-89e5-aeac3abf6ae5, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T19:10:03.017381413+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dbdcd3f4-9579-4045-b513-b06e86ef65af, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T19:10:03.017520719+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1dc19f52-db81-49db-afff-7679f3a8c0aa, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T19:10:03.017605226+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 02ffbbb5-409a-4e2c-ae05-f78ad12a908c, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T19:10:03.017562627+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9fa4edac-d299-4050-955f-9f37656208b1, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T19:10:03.017645186+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bbcbdd62-faa6-4bc9-ae8e-933a659e2554, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T19:10:03.017627214+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9f619353-670c-4ca6-b220-6ced98f3072a, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T19:10:03.017676987+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a266c75c-25ac-4b3f-8d1a-ee4d682ff1e9, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T19:10:03.017695006+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 45b37726-4311-43c0-a91a-5344c7343ef6, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T19:10:03.017710798+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-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 10e68ca6-d81c-4491-842a-eab899efdb35, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T19:10:03.017763978+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0dbb4e5b-7e00-4d21-89bb-c61fd0fd4de3, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.01778475+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-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, dc31584f-2e9b-44d5-90f8-e08c78506973, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.017830174+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a1579428-c3ea-4716-8d85-1907a7a1786f, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.0178477+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-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9de7a22e-215a-4896-8e79-bf0e2b35beba, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.017865856+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fdc5a44d-1152-4110-b791-925a38cf668f, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.017893973+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 14129d5b-51ed-4d7e-804e-e770bcc44734, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.017914983+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c7787ace-d5a7-4b88-8443-f61a7a23ea5c, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.01794296+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 280d8939-ad1b-4c03-9b9f-af1dec6c22f5, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.017960265+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-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ba7a549d-ed01-431a-8d4f-8af8ab6618a2, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.01798691+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 066a41ad-76f1-4b9f-9078-16fda4f32b81, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.018007373+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
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.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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    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 246163) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 246163) elapsed time (sec): 30.159483909606934
DEBUG    ya.test:process.py:263 Command (pid 246163) wtime: 30.166
DEBUG    ya.test:process.py:275 Command (pid 246163) 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	1734	0	0	0	0
6	      0	0	0	2129	0	0	0	0
7	      0	0	0	1859	0	0	0	0
8	      0	0	0	1926	0	0	0	0
9	      0	0	0	2120	0	0	0	0
10	      0	0	0	2155	0	0	0	0
11	      0	0	0	1885	0	0	0	0
12	      0	0	0	2199	0	0	0	0
13	      0	0	0	1879	0	0	0	0
14	      0	0	0	2035	0	0	0	0
15	      0	0	0	2026	0	0	0	0
16	      0	0	0	2040	0	0	0	0
17	      0	0	0	1759	0	0	0	0
18	      0	0	0	2076	0	0	0	0
19	      0	0	0	2099	0	0	0	0
20	      0	0	0	2191	0	0	0	0
21	      0	0	0	2270	0	0	0	0
22	      0	0	0	2219	0	0	0	0
23	      0	0	0	1980	0	0	0	0
24	      0	0	0	2229	0	0	0	0
25	      0	0	0	2101	0	0	0	0
26	      0	0	0	2266	0	0	0	0
27	      0	0	0	2257	0	0	0	0
28	      0	0	0	2057	0	0	0	0
29	      0	0	0	1880	0	0	0	0
30	      0	0	0	2138	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 246163) 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 246164) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 246164) elapsed time (sec): 30.165745735168457
DEBUG    ya.test:process.py:263 Command (pid 246164) wtime: 30.171
DEBUG    ya.test:process.py:275 Command (pid 246164) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     15	15	0	0	527	767	775	775
2	    104	104	0	0	91	168	321	331
3	     69	69	0	0	95	153	176	183
4	      0	0	0	10	0	0	0	0
5	      0	0	0	1660	0	0	0	0
6	      0	0	0	2120	0	0	0	0
7	      0	0	0	1879	0	0	0	0
8	      0	0	0	1900	0	0	0	0
9	      0	0	0	2119	0	0	0	0
10	      0	0	0	2159	0	0	0	0
11	      0	0	0	1870	0	0	0	0
12	      0	0	0	2200	0	0	0	0
13	      0	0	0	1896	0	0	0	0
14	      0	0	0	2027	0	0	0	0
15	      0	0	0	2079	0	0	0	0
16	      0	0	0	2040	0	0	0	0
17	      0	0	0	1790	0	0	0	0
18	      0	0	0	2058	0	0	0	0
19	      0	0	0	2101	0	0	0	0
20	      0	0	0	2200	0	0	0	0
21	      0	0	0	2279	0	0	0	0
22	      0	0	0	2250	0	0	0	0
23	      0	0	0	1979	0	0	0	0
24	      0	0	0	2230	0	0	0	0
25	      0	0	0	2113	0	0	0	0
26	      0	0	0	2257	0	0	0	0
27	      0	0	0	2229	0	0	0	0
28	      0	0	0	2050	0	0	0	0
29	      0	0	0	1850	0	0	0	0
30	      0	0	0	2177	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    188	6.26667	0	53522	95	485	739	775

DEBUG    ya.test:process.py:276 Command (pid 246164) 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 246161) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 246161) elapsed time (sec): 30.251447439193726
DEBUG    ya.test:process.py:263 Command (pid 246161) wtime: 30.259
DEBUG    ya.test:process.py:275 Command (pid 246161) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     28	28	0	0	243	615	623	623
2	    134	134	0	0	70	117	217	223
3	     89	89	0	0	73	147	157	162
4	      0	0	0	0	0	0	0	0
5	      0	0	0	1619	0	0	0	0
6	      0	0	0	2083	0	0	0	0
7	      0	0	0	1866	0	0	0	0
8	      0	0	0	1906	0	0	0	0
9	      0	0	0	2100	0	0	0	0
10	      0	0	0	2158	0	0	0	0
11	      0	0	0	1879	0	0	0	0
12	      0	0	0	2200	0	0	0	0
13	      0	0	0	1894	0	0	0	0
14	      0	0	0	1940	0	0	0	0
15	      0	0	0	2073	0	0	0	0
16	      0	0	0	2005	0	0	0	0
17	      0	0	0	1798	0	0	0	0
18	      0	0	0	2028	0	0	0	0
19	      0	0	0	2067	0	0	0	0
20	      0	0	0	2189	0	0	0	0
21	      0	0	0	2241	0	0	0	0
22	      0	0	0	2219	0	0	0	0
23	      0	0	0	1970	0	0	0	0
24	      0	0	0	2208	0	0	0	0
25	      0	0	0	2066	0	0	0	0
26	      0	0	0	2226	0	0	0	0
27	      0	0	0	2235	0	0	0	0
28	      0	0	0	2047	0	0	0	0
29	      0	0	0	1849	0	0	0	0
30	      0	0	0	2170	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    251	8.36667	0	53036	73	249	603	623

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

DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, d753df12-8f5d-4eb1-8a02-bfba48b507a0, localhost:63647): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d753df12-8f5d-4eb1-8a02-bfba48b507a0, localhost:63647): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d753df12-8f5d-4eb1-8a02-bfba48b507a0, localhost:63647): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tatfdmmwba.auto.internal" port: 63647 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-tatfdmmwba.auto.internal:63647, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63647
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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, 0112d313-870b-4a4f-b2e9-d9b36955c346, localhost:63647): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0112d313-870b-4a4f-b2e9-d9b36955c346, localhost:63647): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0112d313-870b-4a4f-b2e9-d9b36955c346, localhost:63647): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tatfdmmwba.auto.internal" port: 63647 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-tatfdmmwba.auto.internal:63647, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63647
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 827b929e-b268-43d3-8a91-a5fe577c56b2, localhost:63647): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 827b929e-b268-43d3-8a91-a5fe577c56b2, localhost:63647): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 827b929e-b268-43d3-8a91-a5fe577c56b2, localhost:63647): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tatfdmmwba.auto.internal" port: 63647 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-tatfdmmwba.auto.internal:63647, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63647
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-tatfdmmwba'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/fata/000e32/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.191762' in '/home/runner/.ya/build/build_root/fata/000e32/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_o_dnhmzy.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:9961/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3873
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22733
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19231
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9961
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10585
=================================== FAILURES ===================================
_______________________ TestLogScenario.test_log_uniform _______________________
ydb/tests/olap/test_log_scenario.py:235: in test_log_uniform
    thread.join()
ydb/tests/olap/common/thread_helper.py:18: in join
    raise self.exc
ydb/tests/olap/common/thread_helper.py:11: in run
    self.ret = self._target(*self._args, **self._kwargs)
ydb/tests/olap/test_log_scenario.py:147: in aggregation_query
    self.ydb_client.query(f"SELECT COUNT(*) FROM `{self.table_name}` ")
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:130: in retry_operation_impl
    raise status
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:248: in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
contrib/python/ydb/py3/ydb/query/pool.py:331: in __enter__
    self._session = self._pool.acquire(self._timeout)
contrib/python/ydb/py3/ydb/query/pool.py:111: in acquire
    session = self._create_new_session(time_left)
contrib/python/ydb/py3/ydb/query/pool.py:63: in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
contrib/python/ydb/py3/ydb/query/session.py:301: in create
    self._create_call(settings=settings)
contrib/python/ydb/py3/ydb/query/session.py:171: in _create_call
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:459: in __call__
    connection = self._store.get(preferred_endpoint)
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:144: in get
    raise issues.ConnectionLost("Couldn't find valid connection")
E   ydb.issues.ConnectionLost: Couldn't find valid connection
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fata/000e32/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fata/000e32/ydb/apps/ydb/ydb -e grpc://localhost:9961 -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/fata/000e32/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9961', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 222918
DEBUG    ya.test:process.py:259 Command (pid 222918) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 222918) elapsed time (sec): 0.495441198348999
DEBUG    ya.test:process.py:263 Command (pid 222918) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) maxrss: 820492
DEBUG    ya.test:process.py:263 Command (pid 222918) minflt: 3548
DEBUG    ya.test:process.py:263 Command (pid 222918) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) nivcsw: 44
DEBUG    ya.test:process.py:263 Command (pid 222918) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 222918) nvcsw: 154
DEBUG    ya.test:process.py:263 Command (pid 222918) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 222918) stime: 0.033255
DEBUG    ya.test:process.py:263 Command (pid 222918) utime: 0.062353
DEBUG    ya.test:process.py:263 Command (pid 222918) wtime: 0.499
DEBUG    ya.test:process.py:275 Command (pid 222918) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 222918) 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/fata/000e32/ydb/apps/ydb/ydb -e grpc://localhost:9961 -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/fata/000e32/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9961', '-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: 223215
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 223215) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 223215) elapsed time (sec): 30.17735719680786
DEBUG    ya.test:process.py:263 Command (pid 223215) wtime: 30.182
DEBUG    ya.test:process.py:275 Command (pid 223215) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    365	365	0	0	23	49	54	58
2	    384	384	0	0	24	39	44	61
3	    406	406	0	0	23	38	42	50
4	    404	404	0	0	23	38	47	51
5	    409	409	0	0	23	33	43	48
6	    383	383	0	0	24	36	40	50
7	    452	452	0	0	21	29	40	43
8	    428	428	0	0	21	39	48	53
9	    293	293	0	0	31	54	59	63
10	    416	416	0	0	22	33	40	43
11	    373	373	0	0	24	38	77	85
12	    407	407	0	0	22	36	56	63
13	    388	388	0	0	24	37	44	52
14	    438	438	0	0	21	30	34	38
15	    451	451	0	0	21	28	34	38
16	    463	463	0	0	20	26	28	30
17	    433	433	0	0	22	30	32	34
18	    460	460	0	0	21	26	27	30
19	    489	489	0	0	20	22	23	26
20	    482	482	0	0	20	23	26	32
21	    476	476	0	0	20	25	31	36
22	    477	477	0	0	20	24	28	31
23	    485	485	0	0	20	24	28	31
24	    471	471	0	0	20	26	31	34
25	    453	453	0	0	21	29	34	35
26	    445	445	0	0	21	29	45	54
27	    478	478	0	0	20	25	32	36
28	    486	486	0	0	20	22	25	28
29	    485	485	0	0	20	21	22	24
30	    493	493	0	0	20	23	25	26

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13073	435.767	0	0	21	33	45	85

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjZhMGFiMTUtNTlhOWE1YjctMjM4YTk4OWYtNWMxZWI4ZWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, debd89cb-f4ed-4d85-96a2-bcd3759851a2, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, debd89cb-f4ed-4d85-96a2-bcd3759851a2, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=MjZhMGFiMTUtNTlhOWE1YjctMjM4YTk4OWYtNWMxZWI4ZWU=" 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, debd89cb-f4ed-4d85-96a2-bcd3759851a2, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjZhMGFiMTUtNTlhOWE1YjctMjM4YTk4OWYtNWMxZWI4ZWU=
INFO     root:test_log_scenario.py:217 Count rows after insert 12823 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzE3NTQ1ZWMtYmI4NjgyYmUtNDY5NDE3MDItZDRlZTRkN2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 34ad79db-d11d-45f5-a9c0-55df4aec7913, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 34ad79db-d11d-45f5-a9c0-55df4aec7913, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=YzE3NTQ1ZWMtYmI4NjgyYmUtNDY5NDE3MDItZDRlZTRkN2E=" 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, 34ad79db-d11d-45f5-a9c0-55df4aec7913, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzE3NTQ1ZWMtYmI4NjgyYmUtNDY5NDE3MDItZDRlZTRkN2E=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGY5NTFmZTAtNzQwZGI3OTctNjg2N2ViMmItYTAxMzFkOTI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9d0c569d-d19a-4237-809e-48641cfc9a8c, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9d0c569d-d19a-4237-809e-48641cfc9a8c, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=ZGY5NTFmZTAtNzQwZGI3OTctNjg2N2ViMmItYTAxMzFkOTI=" 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, 9d0c569d-d19a-4237-809e-48641cfc9a8c, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZGY5NTFmZTAtNzQwZGI3OTctNjg2N2ViMmItYTAxMzFkOTI=
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/fata/000e32/ydb/apps/ydb/ydb -e grpc://localhost:9961 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fata/000e32/ydb/apps/ydb/ydb -e grpc://localhost:9961 -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:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzdhMDE2YTQtZjI0OGY4MDEtYzA4MWY4OWItN2FlOWE3OTg=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fata/000e32/ydb/apps/ydb/ydb -e grpc://localhost:9961 -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, 0dbb4e5b-7e00-4d21-89bb-c61fd0fd4de3, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2Y0MjljNDctZDFhY2MyYmYtOTcyNmFlNzMtNzJhZGQwZGM=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0dbb4e5b-7e00-4d21-89bb-c61fd0fd4de3, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=YzdhMDE2YTQtZjI0OGY4MDEtYzA4MWY4OWItN2FlOWE3OTg=" 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, dc31584f-2e9b-44d5-90f8-e08c78506973, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWQ4ZDJhNjQtZTY1ZmFjZmUtNTFiMjFiMTQtNTI3YTdhZDE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dc31584f-2e9b-44d5-90f8-e08c78506973, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=N2Y0MjljNDctZDFhY2MyYmYtOTcyNmFlNzMtNzJhZGQwZGM=" 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, 0dbb4e5b-7e00-4d21-89bb-c61fd0fd4de3, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a1579428-c3ea-4716-8d85-1907a7a1786f, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmVmZTA1ZTctNDZjOTk5MDgtY2I2MWVhNWMtZTkxYzljODg=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, dc31584f-2e9b-44d5-90f8-e08c78506973, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a1579428-c3ea-4716-8d85-1907a7a1786f, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=YWQ4ZDJhNjQtZTY1ZmFjZmUtNTFiMjFiMTQtNTI3YTdhZDE=" 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, 9de7a22e-215a-4896-8e79-bf0e2b35beba, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTY0MWUzY2ItNjFlZjQwY2EtMmRhMTVhYzEtNTI2ZGNkNDA=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fata/000e32/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9961', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a1579428-c3ea-4716-8d85-1907a7a1786f, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9de7a22e-215a-4896-8e79-bf0e2b35beba, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=MmVmZTA1ZTctNDZjOTk5MDgtY2I2MWVhNWMtZTkxYzljODg=" 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, fdc5a44d-1152-4110-b791-925a38cf668f, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Nzc2NjJiYTItY2JiMzc5YWEtN2I4NzQ1MzQtNzMyZDg0MTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 14129d5b-51ed-4d7e-804e-e770bcc44734, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fata/000e32/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9961', '-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/fata/000e32/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9961', '-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:63 RpcState(ExecuteQuery, fdc5a44d-1152-4110-b791-925a38cf668f, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=ZTY0MWUzY2ItNjFlZjQwY2EtMmRhMTVhYzEtNTI2ZGNkNDA=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 246161
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2NiZGFkMTQtMzc0Njg5Y2QtNGM1Y2Y1NTgtMWRkZTEwMTE=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9de7a22e-215a-4896-8e79-bf0e2b35beba, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 14129d5b-51ed-4d7e-804e-e770bcc44734, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=Nzc2NjJiYTItY2JiMzc5YWEtN2I4NzQ1MzQtNzMyZDg0MTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 246163
DEBUG    ya.test:process.py:628 Command pid: 246164
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fdc5a44d-1152-4110-b791-925a38cf668f, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c7787ace-d5a7-4b88-8443-f61a7a23ea5c, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjZhMGFiMTUtNTlhOWE1YjctMjM4YTk4OWYtNWMxZWI4ZWU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 14129d5b-51ed-4d7e-804e-e770bcc44734, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c7787ace-d5a7-4b88-8443-f61a7a23ea5c, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=Y2NiZGFkMTQtMzc0Njg5Y2QtNGM1Y2Y1NTgtMWRkZTEwMTE=" 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, c7787ace-d5a7-4b88-8443-f61a7a23ea5c, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzE3NTQ1ZWMtYmI4NjgyYmUtNDY5NDE3MDItZDRlZTRkN2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 280d8939-ad1b-4c03-9b9f-af1dec6c22f5, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGY5NTFmZTAtNzQwZGI3OTctNjg2N2ViMmItYTAxMzFkOTI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 280d8939-ad1b-4c03-9b9f-af1dec6c22f5, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=YzE3NTQ1ZWMtYmI4NjgyYmUtNDY5NDE3MDItZDRlZTRkN2E=" 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, ba7a549d-ed01-431a-8d4f-8af8ab6618a2, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ba7a549d-ed01-431a-8d4f-8af8ab6618a2, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=ZGY5NTFmZTAtNzQwZGI3OTctNjg2N2ViMmItYTAxMzFkOTI=" 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, 280d8939-ad1b-4c03-9b9f-af1dec6c22f5, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 066a41ad-76f1-4b9f-9078-16fda4f32b81, ghrun-tatfdmmwba.auto.internal:9961): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ba7a549d-ed01-431a-8d4f-8af8ab6618a2, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 066a41ad-76f1-4b9f-9078-16fda4f32b81, ghrun-tatfdmmwba.auto.internal:9961): request = { session_id: "ydb://session/3?node_id=1&id=MjZhMGFiMTUtNTlhOWE1YjctMjM4YTk4OWYtNWMxZWI4ZWU=" 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, 066a41ad-76f1-4b9f-9078-16fda4f32b81, ghrun-tatfdmmwba.auto.internal:9961): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f36f2472-447d-461b-89e5-aeac3abf6ae5, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T19:10:03.017381413+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dbdcd3f4-9579-4045-b513-b06e86ef65af, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T19:10:03.017520719+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1dc19f52-db81-49db-afff-7679f3a8c0aa, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T19:10:03.017605226+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 02ffbbb5-409a-4e2c-ae05-f78ad12a908c, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T19:10:03.017562627+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9fa4edac-d299-4050-955f-9f37656208b1, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T19:10:03.017645186+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bbcbdd62-faa6-4bc9-ae8e-933a659e2554, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T19:10:03.017627214+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9f619353-670c-4ca6-b220-6ced98f3072a, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T19:10:03.017676987+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a266c75c-25ac-4b3f-8d1a-ee4d682ff1e9, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T19:10:03.017695006+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 45b37726-4311-43c0-a91a-5344c7343ef6, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T19:10:03.017710798+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-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 10e68ca6-d81c-4491-842a-eab899efdb35, ghrun-tatfdmmwba.auto.internal:9961): 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:9961 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T19:10:03.017763978+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0dbb4e5b-7e00-4d21-89bb-c61fd0fd4de3, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.01778475+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-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, dc31584f-2e9b-44d5-90f8-e08c78506973, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.017830174+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a1579428-c3ea-4716-8d85-1907a7a1786f, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.0178477+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-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9de7a22e-215a-4896-8e79-bf0e2b35beba, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.017865856+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fdc5a44d-1152-4110-b791-925a38cf668f, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.017893973+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 14129d5b-51ed-4d7e-804e-e770bcc44734, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.017914983+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c7787ace-d5a7-4b88-8443-f61a7a23ea5c, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.01794296+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 280d8939-ad1b-4c03-9b9f-af1dec6c22f5, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.017960265+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-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ba7a549d-ed01-431a-8d4f-8af8ab6618a2, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.01798691+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 066a41ad-76f1-4b9f-9078-16fda4f32b81, ghrun-tatfdmmwba.auto.internal:9961): 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-20T19:10:03.018007373+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tatfdmmwba.auto.internal:9961
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.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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    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 246163) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 246163) elapsed time (sec): 30.159483909606934
DEBUG    ya.test:process.py:263 Command (pid 246163) wtime: 30.166
DEBUG    ya.test:process.py:275 Command (pid 246163) 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	1734	0	0	0	0
6	      0	0	0	2129	0	0	0	0
7	      0	0	0	1859	0	0	0	0
8	      0	0	0	1926	0	0	0	0
9	      0	0	0	2120	0	0	0	0
10	      0	0	0	2155	0	0	0	0
11	      0	0	0	1885	0	0	0	0
12	      0	0	0	2199	0	0	0	0
13	      0	0	0	1879	0	0	0	0
14	      0	0	0	2035	0	0	0	0
15	      0	0	0	2026	0	0	0	0
16	      0	0	0	2040	0	0	0	0
17	      0	0	0	1759	0	0	0	0
18	      0	0	0	2076	0	0	0	0
19	      0	0	0	2099	0	0	0	0
20	      0	0	0	2191	0	0	0	0
21	      0	0	0	2270	0	0	0	0
22	      0	0	0	2219	0	0	0	0
23	      0	0	0	1980	0	0	0	0
24	      0	0	0	2229	0	0	0	0
25	      0	0	0	2101	0	0	0	0
26	      0	0	0	2266	0	0	0	0
27	      0	0	0	2257	0	0	0	0
28	      0	0	0	2057	0	0	0	0
29	      0	0	0	1880	0	0	0	0
30	      0	0	0	2138	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 246163) 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 246164) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 246164) elapsed time (sec): 30.165745735168457
DEBUG    ya.test:process.py:263 Command (pid 246164) wtime: 30.171
DEBUG    ya.test:process.py:275 Command (pid 246164) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     15	15	0	0	527	767	775	775
2	    104	104	0	0	91	168	321	331
3	     69	69	0	0	95	153	176	183
4	      0	0	0	10	0	0	0	0
5	      0	0	0	1660	0	0	0	0
6	      0	0	0	2120	0	0	0	0
7	      0	0	0	1879	0	0	0	0
8	      0	0	0	1900	0	0	0	0
9	      0	0	0	2119	0	0	0	0
10	      0	0	0	2159	0	0	0	0
11	      0	0	0	1870	0	0	0	0
12	      0	0	0	2200	0	0	0	0
13	      0	0	0	1896	0	0	0	0
14	      0	0	0	2027	0	0	0	0
15	      0	0	0	2079	0	0	0	0
16	      0	0	0	2040	0	0	0	0
17	      0	0	0	1790	0	0	0	0
18	      0	0	0	2058	0	0	0	0
19	      0	0	0	2101	0	0	0	0
20	      0	0	0	2200	0	0	0	0
21	      0	0	0	2279	0	0	0	0
22	      0	0	0	2250	0	0	0	0
23	      0	0	0	1979	0	0	0	0
24	      0	0	0	2230	0	0	0	0
25	      0	0	0	2113	0	0	0	0
26	      0	0	0	2257	0	0	0	0
27	      0	0	0	2229	0	0	0	0
28	      0	0	0	2050	0	0	0	0
29	      0	0	0	1850	0	0	0	0
30	      0	0	0	2177	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    188	6.26667	0	53522	95	485	739	775

DEBUG    ya.test:process.py:276 Command (pid 246164) 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 246161) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 246161) elapsed time (sec): 30.251447439193726
DEBUG    ya.test:process.py:263 Command (pid 246161) wtime: 30.259
DEBUG    ya.test:process.py:275 Command (pid 246161) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     28	28	0	0	243	615	623	623
2	    134	134	0	0	70	117	217	223
3	     89	89	0	0	73	147	157	162
4	      0	0	0	0	0	0	0	0
5	      0	0	0	1619	0	0	0	0
6	      0	0	0	2083	0	0	0	0
7	      0	0	0	1866	0	0	0	0
8	      0	0	0	1906	0	0	0	0
9	      0	0	0	2100	0	0	0	0
10	      0	0	0	2158	0	0	0	0
11	      0	0	0	1879	0	0	0	0
12	      0	0	0	2200	0	0	0	0
13	      0	0	0	1894	0	0	0	0
14	      0	0	0	1940	0	0	0	0
15	      0	0	0	2073	0	0	0	0
16	      0	0	0	2005	0	0	0	0
17	      0	0	0	1798	0	0	0	0
18	      0	0	0	2028	0	0	0	0
19	      0	0	0	2067	0	0	0	0
20	      0	0	0	2189	0	0	0	0
21	      0	0	0	2241	0	0	0	0
22	      0	0	0	2219	0	0	0	0
23	      0	0	0	1970	0	0	0	0
24	      0	0	0	2208	0	0	0	0
25	      0	0	0	2066	0	0	0	0
26	      0	0	0	2226	0	0	0	0
27	      0	0	0	2235	0	0	0	0
28	      0	0	0	2047	0	0	0	0
29	      0	0	0	1849	0	0	0	0
30	      0	0	0	2170	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    251	8.36667	0	53036	73	249	603	623

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

DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, d753df12-8f5d-4eb1-8a02-bfba48b507a0, localhost:63647): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d753df12-8f5d-4eb1-8a02-bfba48b507a0, localhost:63647): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d753df12-8f5d-4eb1-8a02-bfba48b507a0, localhost:63647): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tatfdmmwba.auto.internal" port: 63647 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-tatfdmmwba.auto.internal:63647, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63647
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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, 0112d313-870b-4a4f-b2e9-d9b36955c346, localhost:63647): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0112d313-870b-4a4f-b2e9-d9b36955c346, localhost:63647): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0112d313-870b-4a4f-b2e9-d9b36955c346, localhost:63647): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tatfdmmwba.auto.internal" port: 63647 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-tatfdmmwba.auto.internal:63647, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63647
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 827b929e-b268-43d3-8a91-a5fe577c56b2, localhost:63647): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 827b929e-b268-43d3-8a91-a5fe577c56b2, localhost:63647): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 827b929e-b268-43d3-8a91-a5fe577c56b2, localhost:63647): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tatfdmmwba.auto.internal" port: 63647 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-tatfdmmwba.auto.internal:63647, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63647
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". 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:9961
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9961". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
============================== slowest durations ===============================
302.53s call     test_log_scenario.py::TestLogScenario::test_log_uniform
26.69s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
17.94s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
14.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
12.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
10.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
9.45s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
8.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
7.76s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
5.08s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
4.22s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.43s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.58s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.49s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.43s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.05s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]

(17 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/fata/000e32/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/fata/000e32/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-20T19:09:59.172096Z): source_id=122;tablet_id=72075186224037983;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA7C2AA5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA7BAFE6
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB651528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD637EFB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9E11748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9E1149F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD61300D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1423762B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14E7E457
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14DCF263
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14DCF263
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14DCC083
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14DD2B37
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14255418
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CD8DF45
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5F4437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB641FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB646094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB645CA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB64688E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7C46FC
21. ??:0: ?? @ 0x7FEDB88F4AC2
22. ??:0: ?? @ 0x7FEDB89868BF
============== 1 failed, 11 passed, 1 error in 430.34s (0:07:10) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fata/000e35/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
7.57s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
7.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
6.92s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
6.34s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
6.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
5.89s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
5.84s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
5.55s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
4.98s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
4.90s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
4.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
4.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]

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

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

============================== slowest durations ===============================
10.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
9.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
8.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
5.62s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
5.54s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
5.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
5.26s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
5.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
5.12s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
4.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
4.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]

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

test_overloads.py ........

============================== slowest durations ===============================
117.39s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
104.08s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
92.40s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
92.24s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
86.68s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
83.34s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
10.55s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
10.37s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 8 passed in 601.09s (0:10:01) =========================

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/fata/000e33/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/fata/000e33/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/fata/000e33/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/fata/000e33', '--source-root', '/home/runner/.ya/build/build_root/fata/000e33/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/fata/000e33/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/10309775065/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/fata/000e33/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/fata/000e33/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/fata/000e33/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/fata/000e33', '--source-root', '/home/runner/.ya/build/build_root/fata/000e33/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/fata/000e33/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/10309775065/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/fata/000e39/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
8.54s setup    test_select.py::TestSelect::test_incorrect
5.39s setup    test_replace.py::TestReplace::test_incorrect
4.56s setup    test_update.py::TestUpdate::test_incorrect
1.08s call     test_select.py::TestSelect::test_json_query
0.94s call     test_replace.py::TestReplace::test_replace_total
0.89s call     test_update.py::TestUpdate::test_update_pk
0.86s call     test_replace.py::TestReplace::test_replace_rollback
0.85s call     test_update.py::TestUpdate::test_update_many_rows
0.74s call     test_replace.py::TestReplace::test_partial_replace
0.66s call     test_replace.py::TestReplace::test_replace_with_nulls
0.63s call     test_update.py::TestUpdate::test_partial_update
0.48s call     test_replace.py::TestReplace::test_incorrect
0.47s call     test_select.py::TestSelect::test_incorrect
0.40s call     test_update.py::TestUpdate::test_incorrect

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

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

============================== slowest durations ===============================
398.38s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
51.04s call     zip_bomb.py::TestZipBomb::test
17.01s teardown zip_bomb.py::TestZipBomb::test
11.24s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
7.36s setup    test_update.py::TestUpdate::test_update_rollback
7.05s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
6.83s setup    test_upsert.py::TestUpsert::test_copy_full
5.99s setup    zip_bomb.py::TestZipBomb::test
1.50s call     test_update.py::TestUpdate::test_update_single_column
1.31s call     test_update.py::TestUpdate::test_update_rollback
1.27s call     test_upsert.py::TestUpsert::test_copy_full
1.27s call     test_update.py::TestUpdate::test_update_single_row
1.19s call     test_upsert.py::TestUpsert::test_count
1.15s call     test_upsert.py::TestUpsert::test_copy_partial
0.53s call     test_upsert.py::TestUpsert::test_partial_update
0.44s call     test_upsert.py::TestUpsert::test_insert_nulls
0.37s call     test_upsert.py::TestUpsert::test_incorrect

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