============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7bkv/005df0/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=OGY0NjMwOGUtYjBhYjQzMmUtMTdhNjQ1MjEtYWRhY2FkYjg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fccdff6f-6b98-4057-849c-98ef0663f7ed, ghrun-tdcjyzwtd4.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fccdff6f-6b98-4057-849c-98ef0663f7ed, ghrun-tdcjyzwtd4.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=OGY0NjMwOGUtYjBhYjQzMmUtMTdhNjQ1MjEtYWRhY2FkYjg=" 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, fccdff6f-6b98-4057-849c-98ef0663f7ed, ghrun-tdcjyzwtd4.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGY0NjMwOGUtYjBhYjQzMmUtMTdhNjQ1MjEtYWRhY2FkYjg=
---------------------------- 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=OGY0NjMwOGUtYjBhYjQzMmUtMTdhNjQ1MjEtYWRhY2FkYjg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 81b8d448-1a1d-4435-a84b-e6a109e2cfd6, ghrun-tdcjyzwtd4.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 81b8d448-1a1d-4435-a84b-e6a109e2cfd6, ghrun-tdcjyzwtd4.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=OGY0NjMwOGUtYjBhYjQzMmUtMTdhNjQ1MjEtYWRhY2FkYjg=" 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, 81b8d448-1a1d-4435-a84b-e6a109e2cfd6, ghrun-tdcjyzwtd4.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGY0NjMwOGUtYjBhYjQzMmUtMTdhNjQ1MjEtYWRhY2FkYjg=
---------------------------- 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=OGY0NjMwOGUtYjBhYjQzMmUtMTdhNjQ1MjEtYWRhY2FkYjg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9f1329c6-1948-4d8c-b099-89aeb90b4576, ghrun-tdcjyzwtd4.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9f1329c6-1948-4d8c-b099-89aeb90b4576, ghrun-tdcjyzwtd4.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=OGY0NjMwOGUtYjBhYjQzMmUtMTdhNjQ1MjEtYWRhY2FkYjg=" 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, 9f1329c6-1948-4d8c-b099-89aeb90b4576, ghrun-tdcjyzwtd4.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGY0NjMwOGUtYjBhYjQzMmUtMTdhNjQ1MjEtYWRhY2FkYjg=
---------------------------- 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/7bkv/005df0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3114369
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ya.test:process.py:259 Command (pid 3114369) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3114369) elapsed time (sec): 0.8958418369293213
DEBUG    ya.test:process.py:263 Command (pid 3114369) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3114369) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3114369) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3114369) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3114369) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3114369) maxrss: 1678972
DEBUG    ya.test:process.py:263 Command (pid 3114369) minflt: 16245
DEBUG    ya.test:process.py:263 Command (pid 3114369) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3114369) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3114369) nivcsw: 163
DEBUG    ya.test:process.py:263 Command (pid 3114369) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3114369) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3114369) nvcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 3114369) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3114369) stime: 0.452835
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ya.test:process.py:263 Command (pid 3114369) utime: 0.10783899999999999
DEBUG    ya.test:process.py:263 Command (pid 3114369) wtime: 0.9
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, aa964d09-90ba-4db0-893d-884806e0e174, localhost:8704): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, aa964d09-90ba-4db0-893d-884806e0e174, localhost:8704): request = { database: "/Root" }
DEBUG    ya.test:process.py:275 Command (pid 3114369) 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-tdcjyzwtd4    Host information: 
        Linux ghrun-tdcjyzwtd4 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    ydb.connection:connection.py:52 RpcState(ListEndpoints, aa964d09-90ba-4db0-893d-884806e0e174, localhost:8704): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tdcjyzwtd4.auto.internal" port: 8704 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    ya.test:process.py:276 Command (pid 3114369) 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-tdcjyzwtd4    Host information: 
        Linux ghrun-tdcjyzwtd4 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    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-tdcjyzwtd4.auto.internal:8704, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8704
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/7bkv/005df0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2299
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/7bkv/005df0/r3tmp/kikimr_cluster_r8q63w83
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/7bkv/005df0/ydb/apps/ydbd/ydbd
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:119 Ensuring FileLock released: /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/24808
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
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1487
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7bkv/005df0/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/7bkv/005df0/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/7bkv/005df0/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_d0p_0yq_.log --grpc-port=24808 --mon-port=10796 --ic-port=2299
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:24808/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7bkv/005df0/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/7bkv/005df0/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/7bkv/005df0/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_d0p_0yq_.log --grpc-port=24808 --mon-port=10796 --ic-port=2299
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/7bkv/005df0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/7bkv/005df0/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/7bkv/005df0/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_d0p_0yq_.log', '--grpc-port=24808', '--mon-port=10796', '--ic-port=2299')' in '/home/runner/.ya/build/build_root/7bkv/005df0/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: 3114845
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24808/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/7bkv/005df0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3114846
DEBUG    ya.test:process.py:259 Command (pid 3114846) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3114846) elapsed time (sec): 2.0471091270446777
DEBUG    ya.test:process.py:263 Command (pid 3114846) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3114846) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3114846) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3114846) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3114846) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3114846) maxrss: 1678972
DEBUG    ya.test:process.py:263 Command (pid 3114846) minflt: 16248
DEBUG    ya.test:process.py:263 Command (pid 3114846) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3114846) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3114846) nivcsw: 324
DEBUG    ya.test:process.py:263 Command (pid 3114846) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3114846) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3114846) nvcsw: 41
DEBUG    ya.test:process.py:263 Command (pid 3114846) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3114846) stime: 1.113189
DEBUG    ya.test:process.py:263 Command (pid 3114846) utime: 0.125264
DEBUG    ya.test:process.py:263 Command (pid 3114846) wtime: 2.048
DEBUG    ya.test:process.py:275 Command (pid 3114846) 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-tdcjyzwtd4    Host information: 
        Linux ghrun-tdcjyzwtd4 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 3114846) 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-tdcjyzwtd4    Host information: 
        Linux ghrun-tdcjyzwtd4 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/7bkv/005df0/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/7bkv/005df0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24808', '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: 2299\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/7bkv/005df0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24808', '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: 2299\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3116144
DEBUG    ya.test:process.py:259 Command (pid 3116144) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3116144) elapsed time (sec): 1.9858903884887695
DEBUG    ya.test:process.py:263 Command (pid 3116144) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3116144) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3116144) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3116144) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3116144) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3116144) maxrss: 1678972
DEBUG    ya.test:process.py:263 Command (pid 3116144) minflt: 18388
DEBUG    ya.test:process.py:263 Command (pid 3116144) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3116144) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3116144) nivcsw: 360
DEBUG    ya.test:process.py:263 Command (pid 3116144) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3116144) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3116144) nvcsw: 133
DEBUG    ya.test:process.py:263 Command (pid 3116144) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3116144) stime: 1.231648
DEBUG    ya.test:process.py:263 Command (pid 3116144) utime: 0.12421199999999999
DEBUG    ya.test:process.py:263 Command (pid 3116144) wtime: 1.989
DEBUG    ya.test:process.py:275 Command (pid 3116144) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/7bkv/005df0/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/7bkv/005df0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24808', '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/7bkv/005df0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24808', '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: 3117071
DEBUG    ya.test:process.py:259 Command (pid 3117071) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3117071) elapsed time (sec): 1.443326711654663
DEBUG    ya.test:process.py:263 Command (pid 3117071) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3117071) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3117071) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3117071) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3117071) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3117071) maxrss: 1678972
DEBUG    ya.test:process.py:263 Command (pid 3117071) minflt: 18386
DEBUG    ya.test:process.py:263 Command (pid 3117071) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3117071) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3117071) nivcsw: 632
DEBUG    ya.test:process.py:263 Command (pid 3117071) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3117071) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3117071) nvcsw: 122
DEBUG    ya.test:process.py:263 Command (pid 3117071) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3117071) stime: 1.070018
DEBUG    ya.test:process.py:263 Command (pid 3117071) utime: 0.10654
DEBUG    ya.test:process.py:263 Command (pid 3117071) wtime: 1.463
DEBUG    ya.test:process.py:275 Command (pid 3117071) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 3117071) 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, 9104ee01-8b27-465a-a72c-451c782af6e5, localhost:24808): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9104ee01-8b27-465a-a72c-451c782af6e5, localhost:24808): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9104ee01-8b27-465a-a72c-451c782af6e5, localhost:24808): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tdcjyzwtd4.auto.internal" port: 24808 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-tdcjyzwtd4.auto.internal:24808, 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:24808
------------------------------ 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, 1e294d7c-c9af-4394-ac16-6a58a2521b1f, ghrun-tdcjyzwtd4.auto.internal:24808): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1e294d7c-c9af-4394-ac16-6a58a2521b1f, ghrun-tdcjyzwtd4.auto.internal:24808): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1e294d7c-c9af-4394-ac16-6a58a2521b1f, ghrun-tdcjyzwtd4.auto.internal:24808): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 634db84c-68bc-4141-af1d-687fa4beec3b, ghrun-tdcjyzwtd4.auto.internal:24808): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 634db84c-68bc-4141-af1d-687fa4beec3b, ghrun-tdcjyzwtd4.auto.internal:24808): request = { session_id: "ydb://session/3?node_id=1&id=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 634db84c-68bc-4141-af1d-687fa4beec3b, ghrun-tdcjyzwtd4.auto.internal:24808): 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=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 29f2ef87-38a7-4609-ab98-2b0efd747394, ghrun-tdcjyzwtd4.auto.internal:24808): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 29f2ef87-38a7-4609-ab98-2b0efd747394, ghrun-tdcjyzwtd4.auto.internal:24808): request = { session_id: "ydb://session/3?node_id=1&id=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/create/table20011_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, 29f2ef87-38a7-4609-ab98-2b0efd747394, ghrun-tdcjyzwtd4.auto.internal:24808): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f0740e5a-0a61-4f78-bdc1-05d7efb5c626, ghrun-tdcjyzwtd4.auto.internal:24808): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f0740e5a-0a61-4f78-bdc1-05d7efb5c626, ghrun-tdcjyzwtd4.auto.internal:24808): request = { session_id: "ydb://session/3?node_id=1&id=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "INSERT INTO `/Root/create/table20011_1` (id) VALUES (0);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f0740e5a-0a61-4f78-bdc1-05d7efb5c626, ghrun-tdcjyzwtd4.auto.internal:24808): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6b154d88-7ca7-4d23-8b47-7903aef29f83, ghrun-tdcjyzwtd4.auto.internal:24808): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6b154d88-7ca7-4d23-8b47-7903aef29f83, ghrun-tdcjyzwtd4.auto.internal:24808): request = { session_id: "ydb://session/3?node_id=1&id=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO `/Root/create/table20011_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, 6b154d88-7ca7-4d23-8b47-7903aef29f83, ghrun-tdcjyzwtd4.auto.internal:24808): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 422e20cc-186b-405d-b51c-92691c740c41, ghrun-tdcjyzwtd4.auto.internal:24808): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 422e20cc-186b-405d-b51c-92691c740c41, ghrun-tdcjyzwtd4.auto.internal:24808): request = { session_id: "ydb://session/3?node_id=1&id=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/create/table20011_1`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 422e20cc-186b-405d-b51c-92691c740c41, ghrun-tdcjyzwtd4.auto.internal:24808): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGEwOWM1MTUtZDc2ZDljOWMtNDI2MGNmZmEtZDgzM2YwN2M=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
263.93s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
126.69s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
86.31s call     tablets_movement.py::TestTabletsMovement::test[ROW]
45.85s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
7.97s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
7.71s setup    test_create.py::TestCreate::test_create_all_opt_ints
5.27s call     test_create.py::TestCreate::test_create_decimals
4.60s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
4.30s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
3.17s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
1.03s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.74s call     test_create.py::TestCreate::test_create_all_opt_ints
0.65s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.61s call     test_create.py::TestCreate::test_create_all_req_ints
0.18s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.14s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.13s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.09s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s setup    order_by_with_limit.py::TestOrderBy::test_random
0.01s teardown test_create.py::TestCreate::test_create_decimals
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s setup    test_create.py::TestCreate::test_create_decimals

(11 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 561.46s (0:09:21) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7bkv/005de4/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: 55.4 ms
create table: 599.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 50.4
    "min_ms": 34.9
    "median_ms": 51.7
    "max_ms": 70.1
    "stdev_ms": 11.6
select count(*) after initial inserts: 170.0 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 89.2
    "min_ms": 46.3
    "median_ms": 85.9
    "max_ms": 178.5
    "stdev_ms": 24.4
select count(*) after all modifications: 3949.7 ms
select all: 4226.0 ms
delete from table: 4390.5 ms
select all after delete: 4388.3 ms
.drop table: 47.6 ms
create table: 623.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 43.5
    "min_ms": 33.9
    "median_ms": 41.5
    "max_ms": 65.6
    "stdev_ms": 9.9
select count(*) after initial inserts: 175.6 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 80.3
    "min_ms": 48.4
    "median_ms": 78.8
    "max_ms": 142.3
    "stdev_ms": 18.6
updates (step 1):
    "runs": 200
    "avg_ms": 251.5
    "min_ms": 168.0
    "median_ms": 246.6
    "max_ms": 450.4
    "stdev_ms": 48.9
upserts (step 2):
    "runs": 200
    "avg_ms": 40.8
    "min_ms": 20.6
    "median_ms": 36.6
    "max_ms": 129.2
    "stdev_ms": 15.6
select count(*) after all modifications: 519.2 ms
select all: 486.7 ms
delete from table: 471.5 ms
select all after delete: 563.3 ms
.drop table: 66.2 ms
create table: 827.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 45.5
    "min_ms": 27.7
    "median_ms": 48.1
    "max_ms": 75.0
    "stdev_ms": 16.0
select count(*) after initial inserts: 223.2 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 132.2
    "min_ms": 76.7
    "median_ms": 118.9
    "max_ms": 309.0
    "stdev_ms": 42.2
select count(*) after all modifications: 221.3 ms
select all: 198.1 ms
delete from table: 253.7 ms
select all after delete: 178.3 ms
.drop table: 23.5 ms
create table: 354.6 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.4
    "min_ms": 25.2
    "median_ms": 29.8
    "max_ms": 30.9
    "stdev_ms": 1.7
select count(*) after initial inserts: 97.5 ms
updates (step 0):
    "runs": 150
    "avg_ms": 89.6
    "min_ms": 72.4
    "median_ms": 88.9
    "max_ms": 112.0
    "stdev_ms": 7.5
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 60.8
    "min_ms": 54.0
    "median_ms": 61.2
    "max_ms": 69.4
    "stdev_ms": 3.2
select count(*) after all modifications: 345.1 ms
select all: 307.6 ms
delete from table: 348.4 ms
select all after delete: 294.9 ms
.drop table: 32.7 ms
create table: 365.0 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.7
    "min_ms": 26.4
    "median_ms": 29.8
    "max_ms": 33.2
    "stdev_ms": 1.6
select count(*) after initial inserts: 90.7 ms
updates (step 0):
    "runs": 200
    "avg_ms": 146.2
    "min_ms": 85.5
    "median_ms": 111.9
    "max_ms": 390.6
    "stdev_ms": 63.9
upserts (step 1):
    "runs": 200
    "avg_ms": 98.1
    "min_ms": 31.7
    "median_ms": 82.9
    "max_ms": 494.5
    "stdev_ms": 62.5
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 163.4
    "min_ms": 97.6
    "median_ms": 152.8
    "max_ms": 427.7
    "stdev_ms": 51.2
select count(*) after all modifications: 1104.4 ms
select all: 1417.9 ms
delete from table: 1561.6 ms
select all after delete: 1778.6 ms
.drop table: 109.1 ms
create table: 1364.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 72.6
    "min_ms": 48.2
    "median_ms": 76.6
    "max_ms": 114.2
    "stdev_ms": 20.9
select count(*) after initial inserts: 184.7 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 45.2
    "min_ms": 21.1
    "median_ms": 37.2
    "max_ms": 201.5
    "stdev_ms": 22.8
select count(*) after all modifications: 516.6 ms
select all: 421.8 ms
delete from table: 423.6 ms
select all after delete: 247.5 ms
.Generated operation sequence:
  0. UPSERT: 4 operations
  1. UPDATE: 3 operations
  2. BULK_UPSERT: 16 operations
  3. UPDATE: 3 operations
  4. UPDATE: 4 operations
  5. UPDATE: 13 operations
  6. UPSERT: 6 operations
  7. BULK_UPSERT: 18 operations
  8. BULK_UPSERT: 10 operations
  9. UPDATE: 7 operations
drop table: 95.8 ms
create table: 771.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 52.6
    "min_ms": 36.0
    "median_ms": 52.0
    "max_ms": 71.7
    "stdev_ms": 10.7
select count(*) after initial inserts: 137.7 ms
upserts (step 0):
    "runs": 40
    "avg_ms": 52.9
    "min_ms": 26.8
    "median_ms": 48.7
    "max_ms": 94.0
    "stdev_ms": 18.2
updates (step 1):
    "runs": 30
    "avg_ms": 154.1
    "min_ms": 112.9
    "median_ms": 147.6
    "max_ms": 221.3
    "stdev_ms": 29.1
bulk_upserts (step 2):
    "runs": 16
    "avg_ms": 72.1
    "min_ms": 48.7
    "median_ms": 72.0
    "max_ms": 112.3
    "stdev_ms": 18.5
updates (step 3):
    "runs": 30
    "avg_ms": 202.2
    "min_ms": 136.5
    "median_ms": 199.6
    "max_ms": 316.9
    "stdev_ms": 43.3
updates (step 4):
    "runs": 40
    "avg_ms": 175.4
    "min_ms": 120.8
    "median_ms": 175.9
    "max_ms": 255.3
    "stdev_ms": 35.5
updates (step 5):
    "runs": 130
    "avg_ms": 140.5
    "min_ms": 94.0
    "median_ms": 132.4
    "max_ms": 248.7
    "stdev_ms": 36.1
upserts (step 6):
    "runs": 60
    "avg_ms": 27.5
    "min_ms": 21.4
    "median_ms": 26.4
    "max_ms": 45.1
    "stdev_ms": 4.8
bulk_upserts (step 7):
    "runs": 18
    "avg_ms": 48.1
    "min_ms": 46.4
    "median_ms": 48.0
    "max_ms": 50.4
    "stdev_ms": 1.3
bulk_upserts (step 8):
    "runs": 10
    "avg_ms": 53.0
    "min_ms": 44.8
    "median_ms": 51.8
    "max_ms": 69.6
    "stdev_ms": 7.8
updates (step 9):
    "runs": 70
    "avg_ms": 134.3
    "min_ms": 109.8
    "median_ms": 127.2
    "max_ms": 205.4
    "stdev_ms": 20.4
select count(*) after all modifications: 175.5 ms
select all: 210.7 ms
delete from table: 214.8 ms
select all after delete: 143.5 ms
.
test_delete.py .

============================== slowest durations ===============================
134.60s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
72.15s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
69.82s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
62.90s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
53.97s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
49.24s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
21.74s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
5.44s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
4.74s setup    test_create.py::TestCreate::test_create_real_opt
4.56s setup    test_delete.py::TestDelete::test_delete_rollback
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.21s call     test_delete.py::TestDelete::test_delete_rollback
0.79s call     test_create.py::TestCreate::test_create_real_req
0.73s call     test_create.py::TestCreate::test_create_strings_opt
0.67s call     test_create.py::TestCreate::test_create_real_opt
0.11s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.02s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s 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]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 487.11s (0:08:07) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7bkv/005df8/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 ===============================
4.21s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.16s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
1.14s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
1.01s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
1.00s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.99s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.99s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.96s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.92s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.91s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.89s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.80s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.79s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]

(22 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 17.06s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7bkv/005de3/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 ===============================
5.31s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
4.88s setup    test_delete.py::TestDelete::test_incorrect
1.95s call     test_insert.py::TestInsertStatement::test_copy_partial
1.82s call     test_insert.py::TestInsertStatement::test_copy_full
0.94s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.88s call     test_insert.py::TestInsertStatement::test_plain
0.88s call     test_insert.py::TestInsertStatement::test_bulk
0.83s call     test_insert.py::TestInsertStatement::test_duplicate
0.78s call     test_insert.py::TestInsertStatement::test_incorrect
0.73s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.66s call     test_insert.py::TestInsertStatement::test_out_of_range
0.65s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.63s call     test_delete.py::TestDelete::test_incorrect
0.63s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.08s setup    test_insert.py::TestInsertStatement::test_plain
0.07s setup    test_insert.py::TestInsertStatement::test_out_of_range
0.04s setup    test_insert.py::TestInsertStatement::test_copy_partial
0.02s setup    test_insert.py::TestInsertStatement::test_insert_rollback
0.02s teardown test_insert.py::TestInsertStatement::test_insert_rollback
0.02s teardown test_insert.py::TestInsertStatement::test_copy_full
0.02s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.01s setup    test_insert.py::TestInsertStatement::test_incorrect
0.01s setup    test_insert.py::TestInsertStatement::test_duplicate
0.01s setup    test_insert.py::TestInsertStatement::test_copy_full

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 23.39s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7bkv/005de5/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/7bkv/005de5/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/7bkv/005de5/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-24T12:11:55.952642Z): source_id=234;tablet_id=72075186224037976;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 @ 0xA917F95
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA9104D6
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A7528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD71BBFB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F70748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F7049F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD6F624D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14374F5B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FBBF57
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F10D13
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F10D13
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F0E6C3
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F12087
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14392D48
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF3FFC5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74A437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB797FD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79C094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79BCA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79C88E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA919BEC
E   21. ??:0: ?? @ 0x7FFADE7D6AC2
E   22. ??:0: ?? @ 0x7FFADE8688BF
------------------------------ 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/7bkv/005de5/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/7bkv/005de5/ydb/apps/ydb/ydb -e grpc://localhost:12030 -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/7bkv/005de5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:12030', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2843970
DEBUG    ya.test:process.py:259 Command (pid 2843970) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2843970) elapsed time (sec): 0.525153636932373
DEBUG    ya.test:process.py:263 Command (pid 2843970) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) maxrss: 647432
DEBUG    ya.test:process.py:263 Command (pid 2843970) minflt: 3559
DEBUG    ya.test:process.py:263 Command (pid 2843970) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) nivcsw: 49
DEBUG    ya.test:process.py:263 Command (pid 2843970) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) nvcsw: 176
DEBUG    ya.test:process.py:263 Command (pid 2843970) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2843970) stime: 0.036052
DEBUG    ya.test:process.py:263 Command (pid 2843970) utime: 0.048069999999999995
DEBUG    ya.test:process.py:263 Command (pid 2843970) wtime: 0.542
DEBUG    ya.test:process.py:275 Command (pid 2843970) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2843970) 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/7bkv/005de5/ydb/apps/ydb/ydb -e grpc://localhost:12030 -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/7bkv/005de5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:12030', '-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: 2844132
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 2844132) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2844132) elapsed time (sec): 30.290297031402588
DEBUG    ya.test:process.py:263 Command (pid 2844132) wtime: 30.318
DEBUG    ya.test:process.py:275 Command (pid 2844132) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    312	312	0	0	28	52	74	81
2	    322	322	0	0	29	47	55	66
3	    364	364	0	0	25	41	47	56
4	    279	279	0	0	35	52	60	63
5	    291	291	0	0	33	52	65	73
6	    325	325	0	0	28	47	56	59
7	    296	296	0	0	31	56	71	75
8	    324	324	0	0	28	51	60	61
9	    295	295	0	0	32	51	69	72
10	    291	291	0	0	30	56	64	69
11	    320	320	0	0	29	50	55	64
12	    346	346	0	0	26	50	61	64
13	    309	309	0	0	29	55	67	72
14	    400	400	0	0	23	36	42	48
15	    425	425	0	0	23	34	42	49
16	    397	397	0	0	24	36	43	44
17	    398	398	0	0	23	37	39	49
18	    383	383	0	0	24	40	44	49
19	    353	353	0	0	26	40	49	57
20	    333	333	0	0	28	55	71	76
21	    398	398	0	0	23	37	41	42
22	    344	344	0	0	27	44	52	61
23	    340	340	0	0	27	49	62	65
24	    364	364	0	0	25	42	54	64
25	    306	306	0	0	30	50	66	67
26	    324	324	0	0	29	51	71	73
27	    340	340	0	0	27	47	55	56
28	    289	289	0	0	32	57	72	79
29	    194	194	0	0	54	80	90	95
30	    304	304	0	0	31	56	61	68

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   9966	332.2	0	0	27	50	65	95

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWY2OGUwN2YtY2QzZDJlY2MtOTljOWJhYy0xZjRmZWU1MQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 48f35491-c17f-4e1b-9c6f-83e6c9eddb94, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 48f35491-c17f-4e1b-9c6f-83e6c9eddb94, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZWY2OGUwN2YtY2QzZDJlY2MtOTljOWJhYy0xZjRmZWU1MQ==" 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, 48f35491-c17f-4e1b-9c6f-83e6c9eddb94, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWY2OGUwN2YtY2QzZDJlY2MtOTljOWJhYy0xZjRmZWU1MQ==
INFO     root:test_log_scenario.py:217 Count rows after insert 9820 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2VjZDI3NWEtZTMwNTEzZS0xMTk0MjgxOC1hNWRlYjBjMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fa60eabf-f689-466e-887a-db8e6b4c40ad, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fa60eabf-f689-466e-887a-db8e6b4c40ad, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=Y2VjZDI3NWEtZTMwNTEzZS0xMTk0MjgxOC1hNWRlYjBjMw==" 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, fa60eabf-f689-466e-887a-db8e6b4c40ad, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2VjZDI3NWEtZTMwNTEzZS0xMTk0MjgxOC1hNWRlYjBjMw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2VhYjE4ZGItYmUzNWEwOGQtYjUyMGE5NWQtNTYwMzFkODQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1bdb273c-2d79-4d05-9ed1-e56cc9cb2bbc, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1bdb273c-2d79-4d05-9ed1-e56cc9cb2bbc, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=M2VhYjE4ZGItYmUzNWEwOGQtYjUyMGE5NWQtNTYwMzFkODQ=" 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, 1bdb273c-2d79-4d05-9ed1-e56cc9cb2bbc, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=M2VhYjE4ZGItYmUzNWEwOGQtYjUyMGE5NWQtNTYwMzFkODQ=
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/7bkv/005de5/ydb/apps/ydb/ydb -e grpc://localhost:12030 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGY1MGUzM2EtNjdiOGRlYjctYzJkNDY1NjUtYWZkMjJkN2I=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aaebd2d7-1761-4b87-89ff-bca8488d3769, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, aaebd2d7-1761-4b87-89ff-bca8488d3769, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZGY1MGUzM2EtNjdiOGRlYjctYzJkNDY1NjUtYWZkMjJkN2I=" 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, aaebd2d7-1761-4b87-89ff-bca8488d3769, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGJmNTJjMDUtYWNmOGQ1NWItN2I3MTlkMGItZWNiMDI3NzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 45a4b9e7-a845-4224-ac05-71da6a46949e, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 45a4b9e7-a845-4224-ac05-71da6a46949e, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZGJmNTJjMDUtYWNmOGQ1NWItN2I3MTlkMGItZWNiMDI3NzU=" 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, 45a4b9e7-a845-4224-ac05-71da6a46949e, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTBjMTAzNjMtNWVkZmQzYzctODYwOTRhNmYtODM4ZWU4ZWY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 37c34ee2-f95a-4fb5-b83d-11e904ca8a50, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 37c34ee2-f95a-4fb5-b83d-11e904ca8a50, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=YTBjMTAzNjMtNWVkZmQzYzctODYwOTRhNmYtODM4ZWU4ZWY=" 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, 37c34ee2-f95a-4fb5-b83d-11e904ca8a50, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTQyZDVlMDYtOTM0MDEzZWEtZTY3Yzc0NGQtZjNiZjFmN2Q=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/7bkv/005de5/ydb/apps/ydb/ydb -e grpc://localhost:12030 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 908c826b-4be3-4077-a6e8-7a2d04fe6242, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 908c826b-4be3-4077-a6e8-7a2d04fe6242, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZTQyZDVlMDYtOTM0MDEzZWEtZTY3Yzc0NGQtZjNiZjFmN2Q=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjY2YTk5ZC1jMjE1OGE4Ni01ZjZlMTY2MS1lMjFhY2MxMg==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/7bkv/005de5/ydb/apps/ydb/ydb -e grpc://localhost:12030 -d /Root workload log --path log run 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.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 05079f1d-4859-4fae-9862-54998e14d626, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 05079f1d-4859-4fae-9862-54998e14d626, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=MjY2YTk5ZC1jMjE1OGE4Ni01ZjZlMTY2MS1lMjFhY2MxMg==" 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, 05079f1d-4859-4fae-9862-54998e14d626, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTIyYWEyNWMtNDVjOGM1YWYtMjRmYmNjYzAtZDIxMWYyYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, faaea9b0-c8cd-4c4f-8721-d781575b5dcf, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, faaea9b0-c8cd-4c4f-8721-d781575b5dcf, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZTIyYWEyNWMtNDVjOGM1YWYtMjRmYmNjYzAtZDIxMWYyYjY=" 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, faaea9b0-c8cd-4c4f-8721-d781575b5dcf, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 908c826b-4be3-4077-a6e8-7a2d04fe6242, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7bkv/005de5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:12030', '-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 out will be placed to ydb.out.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7bkv/005de5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:12030', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDA2NWNiODAtNDdmNmZmNWQtMjY1OGY5MzgtZmIxYTQ3Mzg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 79b795a6-b289-42ac-b646-c409535c360b, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 79b795a6-b289-42ac-b646-c409535c360b, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZDA2NWNiODAtNDdmNmZmNWQtMjY1OGY5MzgtZmIxYTQ3Mzg=" 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, 79b795a6-b289-42ac-b646-c409535c360b, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2854457
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7bkv/005de5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:12030', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2854547
DEBUG    ya.test:process.py:628 Command pid: 2854549
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWY2OGUwN2YtY2QzZDJlY2MtOTljOWJhYy0xZjRmZWU1MQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 636003c9-3f3e-452b-8b55-89ba11e42b7d, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 636003c9-3f3e-452b-8b55-89ba11e42b7d, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZWY2OGUwN2YtY2QzZDJlY2MtOTljOWJhYy0xZjRmZWU1MQ==" 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, 636003c9-3f3e-452b-8b55-89ba11e42b7d, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2VjZDI3NWEtZTMwNTEzZS0xMTk0MjgxOC1hNWRlYjBjMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 04dd0668-e5ab-4115-b705-642d8fa1e786, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2VhYjE4ZGItYmUzNWEwOGQtYjUyMGE5NWQtNTYwMzFkODQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 60b4d5f3-d4cb-42f6-84cb-0f8821d902df, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 60b4d5f3-d4cb-42f6-84cb-0f8821d902df, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=M2VhYjE4ZGItYmUzNWEwOGQtYjUyMGE5NWQtNTYwMzFkODQ=" 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, 60b4d5f3-d4cb-42f6-84cb-0f8821d902df, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 04dd0668-e5ab-4115-b705-642d8fa1e786, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=Y2VjZDI3NWEtZTMwNTEzZS0xMTk0MjgxOC1hNWRlYjBjMw==" 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, 04dd0668-e5ab-4115-b705-642d8fa1e786, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, fe9b69f8-eaf7-429c-8643-dcab73768faa, localhost:63960): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, fe9b69f8-eaf7-429c-8643-dcab73768faa, localhost:63960): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, fe9b69f8-eaf7-429c-8643-dcab73768faa, localhost:63960): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tdcjyzwtd4.auto.internal" port: 63960 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-tdcjyzwtd4.auto.internal:63960, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63960
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 5ae50197-3a77-468d-8dac-cf3a955d2635, localhost:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5ae50197-3a77-468d-8dac-cf3a955d2635, localhost:12030): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5ae50197-3a77-468d-8dac-cf3a955d2635, localhost:12030): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tdcjyzwtd4.auto.internal" port: 12030 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-tdcjyzwtd4.auto.internal:12030, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, eb70e036-0163-462f-9423-043beb4c9734, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T12:12:08.548490306+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-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 53b45b30-a88d-497a-935b-e949b80cdcb3, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T12:12:08.548542982+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, de6c0f02-eff3-4342-ae30-9388e11357a6, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T12:12:08.548512554+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1261ffd5-035f-4be6-9c95-c6c9cc42cffe, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T12:12:08.548392758+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b98dc9b6-5d03-4b70-8db2-a88afe0a8289, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T12:12:08.548529316+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bbeb3b72-0453-490f-b8d9-483f9d1d7b51, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T12:12:08.548557285+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, daa9ab70-85a2-492c-9007-69a0a6c4e5c8, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T12:12:08.548572214+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3378783e-7f12-4186-98ce-e9bda7a8606c, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T12:12:08.548587082+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5100ceea-e65d-4d65-88e9-ac3ed523c2cb, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T12:12:08.548614816+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-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cc2af3f0-23ad-41d0-a9a8-f8c8a3768a62, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T12:12:08.54860136+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 45a4b9e7-a845-4224-ac05-71da6a46949e, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548655571+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-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 636003c9-3f3e-452b-8b55-89ba11e42b7d, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548790287+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 908c826b-4be3-4077-a6e8-7a2d04fe6242, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548689101+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 37c34ee2-f95a-4fb5-b83d-11e904ca8a50, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548671014+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-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 05079f1d-4859-4fae-9862-54998e14d626, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548721854+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 04dd0668-e5ab-4115-b705-642d8fa1e786, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548818864+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, faaea9b0-c8cd-4c4f-8721-d781575b5dcf, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548742915+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, aaebd2d7-1761-4b87-89ff-bca8488d3769, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548641179+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZGJmNTJjMDUtYWNmOGQ1NWItN2I3MTlkMGItZWNiMDI3NzU=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 60b4d5f3-d4cb-42f6-84cb-0f8821d902df, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.5488042+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 79b795a6-b289-42ac-b646-c409535c360b, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548774346+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    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 2854547) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2854547) elapsed time (sec): 30.156102418899536
DEBUG    ya.test:process.py:263 Command (pid 2854547) wtime: 30.181
DEBUG    ya.test:process.py:275 Command (pid 2854547) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     12	12	0	0	731	911	919	919
2	     81	81	0	0	127	222	293	367
3	     62	62	0	0	128	313	361	367
4	     77	77	0	0	128	170	176	181
5	     86	86	0	0	119	160	176	182
6	     87	87	0	0	106	149	151	152
7	     83	83	0	0	116	165	178	201
8	     90	90	0	0	109	163	185	209
9	     80	80	0	0	114	183	192	196
10	     92	92	0	0	103	165	183	187
11	     92	92	0	0	101	177	191	191
12	     82	82	0	0	108	181	191	192
13	      0	0	0	9	0	0	0	0
14	      0	0	0	1112	0	0	0	0
15	      0	0	0	941	0	0	0	0
16	      0	0	0	962	0	0	0	0
17	      0	0	0	986	0	0	0	0
18	      0	0	0	1097	0	0	0	0
19	      0	0	0	1011	0	0	0	0
20	      0	0	0	1082	0	0	0	0
21	      0	0	0	1082	0	0	0	0
22	      0	0	0	1059	0	0	0	0
23	      0	0	0	1019	0	0	0	0
24	      0	0	0	1022	0	0	0	0
25	      0	0	0	698	0	0	0	0
26	      0	0	0	788	0	0	0	0
27	      0	0	0	1105	0	0	0	0
28	      0	0	0	1217	0	0	0	0
29	      0	0	0	1109	0	0	0	0
30	      0	0	0	1143	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    924	30.8	0	17442	114	183	627	919

DEBUG    ya.test:process.py:276 Command (pid 2854547) 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 2854549) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2854549) elapsed time (sec): 30.25638747215271
DEBUG    ya.test:process.py:263 Command (pid 2854549) wtime: 30.279
DEBUG    ya.test:process.py:275 Command (pid 2854549) 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	      1	1	0	10	239	239	239	239
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	10	0	0	0	0
9	      0	0	0	10	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	10	0	0	0	0
12	      0	0	0	10	0	0	0	0
13	      0	0	0	10	0	0	0	0
14	      0	0	0	1021	0	0	0	0
15	      0	0	0	984	0	0	0	0
16	      0	0	0	864	0	0	0	0
17	      0	0	0	987	0	0	0	0
18	      0	0	0	835	0	0	0	0
19	      0	0	0	1081	0	0	0	0
20	      0	0	0	1050	0	0	0	0
21	      0	0	0	1027	0	0	0	0
22	      0	0	0	1027	0	0	0	0
23	      0	0	0	1167	0	0	0	0
24	      0	0	0	1082	0	0	0	0
25	      0	0	0	733	0	0	0	0
26	      0	0	0	867	0	0	0	0
27	      0	0	0	904	0	0	0	0
28	      0	0	0	1078	0	0	0	0
29	      0	0	0	957	0	0	0	0
30	      0	0	0	1147	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 2854549) 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 2854457) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2854457) elapsed time (sec): 30.29160237312317
DEBUG    ya.test:process.py:263 Command (pid 2854457) wtime: 30.342
DEBUG    ya.test:process.py:275 Command (pid 2854457) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     25	25	0	0	327	619	623	623
2	    106	106	0	0	93	140	165	171
3	     85	85	0	0	96	273	291	323
4	     99	99	0	0	92	149	163	168
5	    114	114	0	0	84	125	131	133
6	    116	116	0	0	82	117	123	125
7	    109	109	0	0	86	135	144	150
8	    118	118	0	0	81	129	146	146
9	    114	114	0	0	82	150	157	161
10	    124	124	0	0	74	127	141	142
11	    121	121	0	0	74	147	153	155
12	    108	108	0	0	80	143	158	159
13	      0	0	0	0	0	0	0	0
14	      0	0	0	1049	0	0	0	0
15	      0	0	0	800	0	0	0	0
16	      0	0	0	843	0	0	0	0
17	      0	0	0	789	0	0	0	0
18	      0	0	0	885	0	0	0	0
19	      0	0	0	934	0	0	0	0
20	      0	0	0	977	0	0	0	0
21	      0	0	0	923	0	0	0	0
22	      0	0	0	1059	0	0	0	0
23	      0	0	0	1008	0	0	0	0
24	      0	0	0	93	0	0	0	0
25	      0	0	0	0	0	0	0	0
26	      0	0	0	0	0	0	0	0
27	      0	0	0	844	0	0	0	0
28	      0	0	0	906	0	0	0	0
29	      0	0	0	1063	0	0	0	0
30	      0	0	0	1200	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1239	41.3	0	13373	85	146	327	623

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, e1e09d62-83f1-4a5f-9b67-60337f26cdff, localhost:63960): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e1e09d62-83f1-4a5f-9b67-60337f26cdff, localhost:63960): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e1e09d62-83f1-4a5f-9b67-60337f26cdff, localhost:63960): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tdcjyzwtd4.auto.internal" port: 63960 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-tdcjyzwtd4.auto.internal:63960, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63960
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 7fef49a1-9438-410a-8e8a-cae26e515c0d, localhost:63960): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7fef49a1-9438-410a-8e8a-cae26e515c0d, localhost:63960): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7fef49a1-9438-410a-8e8a-cae26e515c0d, localhost:63960): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tdcjyzwtd4.auto.internal" port: 63960 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-tdcjyzwtd4.auto.internal:63960, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63960
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 84f21031-fe33-4f7c-a7d6-765e83c67232, localhost:63960): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 84f21031-fe33-4f7c-a7d6-765e83c67232, localhost:63960): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 84f21031-fe33-4f7c-a7d6-765e83c67232, localhost:63960): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tdcjyzwtd4.auto.internal" port: 63960 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-tdcjyzwtd4.auto.internal:63960, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63960
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-tdcjyzwtd4'
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/7bkv/005de5/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.2819180' in '/home/runner/.ya/build/build_root/7bkv/005de5/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_boeaucfy.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:12030/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11061
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3186
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18947
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12030
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15798
=================================== 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/7bkv/005de5/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/7bkv/005de5/ydb/apps/ydb/ydb -e grpc://localhost:12030 -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/7bkv/005de5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:12030', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2843970
DEBUG    ya.test:process.py:259 Command (pid 2843970) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2843970) elapsed time (sec): 0.525153636932373
DEBUG    ya.test:process.py:263 Command (pid 2843970) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) maxrss: 647432
DEBUG    ya.test:process.py:263 Command (pid 2843970) minflt: 3559
DEBUG    ya.test:process.py:263 Command (pid 2843970) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) nivcsw: 49
DEBUG    ya.test:process.py:263 Command (pid 2843970) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2843970) nvcsw: 176
DEBUG    ya.test:process.py:263 Command (pid 2843970) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2843970) stime: 0.036052
DEBUG    ya.test:process.py:263 Command (pid 2843970) utime: 0.048069999999999995
DEBUG    ya.test:process.py:263 Command (pid 2843970) wtime: 0.542
DEBUG    ya.test:process.py:275 Command (pid 2843970) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2843970) 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/7bkv/005de5/ydb/apps/ydb/ydb -e grpc://localhost:12030 -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/7bkv/005de5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:12030', '-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: 2844132
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 2844132) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2844132) elapsed time (sec): 30.290297031402588
DEBUG    ya.test:process.py:263 Command (pid 2844132) wtime: 30.318
DEBUG    ya.test:process.py:275 Command (pid 2844132) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    312	312	0	0	28	52	74	81
2	    322	322	0	0	29	47	55	66
3	    364	364	0	0	25	41	47	56
4	    279	279	0	0	35	52	60	63
5	    291	291	0	0	33	52	65	73
6	    325	325	0	0	28	47	56	59
7	    296	296	0	0	31	56	71	75
8	    324	324	0	0	28	51	60	61
9	    295	295	0	0	32	51	69	72
10	    291	291	0	0	30	56	64	69
11	    320	320	0	0	29	50	55	64
12	    346	346	0	0	26	50	61	64
13	    309	309	0	0	29	55	67	72
14	    400	400	0	0	23	36	42	48
15	    425	425	0	0	23	34	42	49
16	    397	397	0	0	24	36	43	44
17	    398	398	0	0	23	37	39	49
18	    383	383	0	0	24	40	44	49
19	    353	353	0	0	26	40	49	57
20	    333	333	0	0	28	55	71	76
21	    398	398	0	0	23	37	41	42
22	    344	344	0	0	27	44	52	61
23	    340	340	0	0	27	49	62	65
24	    364	364	0	0	25	42	54	64
25	    306	306	0	0	30	50	66	67
26	    324	324	0	0	29	51	71	73
27	    340	340	0	0	27	47	55	56
28	    289	289	0	0	32	57	72	79
29	    194	194	0	0	54	80	90	95
30	    304	304	0	0	31	56	61	68

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   9966	332.2	0	0	27	50	65	95

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWY2OGUwN2YtY2QzZDJlY2MtOTljOWJhYy0xZjRmZWU1MQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 48f35491-c17f-4e1b-9c6f-83e6c9eddb94, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 48f35491-c17f-4e1b-9c6f-83e6c9eddb94, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZWY2OGUwN2YtY2QzZDJlY2MtOTljOWJhYy0xZjRmZWU1MQ==" 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, 48f35491-c17f-4e1b-9c6f-83e6c9eddb94, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWY2OGUwN2YtY2QzZDJlY2MtOTljOWJhYy0xZjRmZWU1MQ==
INFO     root:test_log_scenario.py:217 Count rows after insert 9820 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2VjZDI3NWEtZTMwNTEzZS0xMTk0MjgxOC1hNWRlYjBjMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fa60eabf-f689-466e-887a-db8e6b4c40ad, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fa60eabf-f689-466e-887a-db8e6b4c40ad, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=Y2VjZDI3NWEtZTMwNTEzZS0xMTk0MjgxOC1hNWRlYjBjMw==" 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, fa60eabf-f689-466e-887a-db8e6b4c40ad, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2VjZDI3NWEtZTMwNTEzZS0xMTk0MjgxOC1hNWRlYjBjMw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2VhYjE4ZGItYmUzNWEwOGQtYjUyMGE5NWQtNTYwMzFkODQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1bdb273c-2d79-4d05-9ed1-e56cc9cb2bbc, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1bdb273c-2d79-4d05-9ed1-e56cc9cb2bbc, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=M2VhYjE4ZGItYmUzNWEwOGQtYjUyMGE5NWQtNTYwMzFkODQ=" 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, 1bdb273c-2d79-4d05-9ed1-e56cc9cb2bbc, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=M2VhYjE4ZGItYmUzNWEwOGQtYjUyMGE5NWQtNTYwMzFkODQ=
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/7bkv/005de5/ydb/apps/ydb/ydb -e grpc://localhost:12030 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGY1MGUzM2EtNjdiOGRlYjctYzJkNDY1NjUtYWZkMjJkN2I=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aaebd2d7-1761-4b87-89ff-bca8488d3769, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, aaebd2d7-1761-4b87-89ff-bca8488d3769, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZGY1MGUzM2EtNjdiOGRlYjctYzJkNDY1NjUtYWZkMjJkN2I=" 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, aaebd2d7-1761-4b87-89ff-bca8488d3769, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGJmNTJjMDUtYWNmOGQ1NWItN2I3MTlkMGItZWNiMDI3NzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 45a4b9e7-a845-4224-ac05-71da6a46949e, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 45a4b9e7-a845-4224-ac05-71da6a46949e, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZGJmNTJjMDUtYWNmOGQ1NWItN2I3MTlkMGItZWNiMDI3NzU=" 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, 45a4b9e7-a845-4224-ac05-71da6a46949e, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTBjMTAzNjMtNWVkZmQzYzctODYwOTRhNmYtODM4ZWU4ZWY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 37c34ee2-f95a-4fb5-b83d-11e904ca8a50, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 37c34ee2-f95a-4fb5-b83d-11e904ca8a50, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=YTBjMTAzNjMtNWVkZmQzYzctODYwOTRhNmYtODM4ZWU4ZWY=" 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, 37c34ee2-f95a-4fb5-b83d-11e904ca8a50, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTQyZDVlMDYtOTM0MDEzZWEtZTY3Yzc0NGQtZjNiZjFmN2Q=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/7bkv/005de5/ydb/apps/ydb/ydb -e grpc://localhost:12030 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 908c826b-4be3-4077-a6e8-7a2d04fe6242, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 908c826b-4be3-4077-a6e8-7a2d04fe6242, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZTQyZDVlMDYtOTM0MDEzZWEtZTY3Yzc0NGQtZjNiZjFmN2Q=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjY2YTk5ZC1jMjE1OGE4Ni01ZjZlMTY2MS1lMjFhY2MxMg==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/7bkv/005de5/ydb/apps/ydb/ydb -e grpc://localhost:12030 -d /Root workload log --path log run 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.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 05079f1d-4859-4fae-9862-54998e14d626, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 05079f1d-4859-4fae-9862-54998e14d626, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=MjY2YTk5ZC1jMjE1OGE4Ni01ZjZlMTY2MS1lMjFhY2MxMg==" 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, 05079f1d-4859-4fae-9862-54998e14d626, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTIyYWEyNWMtNDVjOGM1YWYtMjRmYmNjYzAtZDIxMWYyYjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, faaea9b0-c8cd-4c4f-8721-d781575b5dcf, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, faaea9b0-c8cd-4c4f-8721-d781575b5dcf, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZTIyYWEyNWMtNDVjOGM1YWYtMjRmYmNjYzAtZDIxMWYyYjY=" 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, faaea9b0-c8cd-4c4f-8721-d781575b5dcf, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 908c826b-4be3-4077-a6e8-7a2d04fe6242, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7bkv/005de5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:12030', '-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 out will be placed to ydb.out.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7bkv/005de5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:12030', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDA2NWNiODAtNDdmNmZmNWQtMjY1OGY5MzgtZmIxYTQ3Mzg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 79b795a6-b289-42ac-b646-c409535c360b, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 79b795a6-b289-42ac-b646-c409535c360b, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZDA2NWNiODAtNDdmNmZmNWQtMjY1OGY5MzgtZmIxYTQ3Mzg=" 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, 79b795a6-b289-42ac-b646-c409535c360b, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2854457
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7bkv/005de5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:12030', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2854547
DEBUG    ya.test:process.py:628 Command pid: 2854549
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWY2OGUwN2YtY2QzZDJlY2MtOTljOWJhYy0xZjRmZWU1MQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 636003c9-3f3e-452b-8b55-89ba11e42b7d, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 636003c9-3f3e-452b-8b55-89ba11e42b7d, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=ZWY2OGUwN2YtY2QzZDJlY2MtOTljOWJhYy0xZjRmZWU1MQ==" 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, 636003c9-3f3e-452b-8b55-89ba11e42b7d, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2VjZDI3NWEtZTMwNTEzZS0xMTk0MjgxOC1hNWRlYjBjMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 04dd0668-e5ab-4115-b705-642d8fa1e786, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2VhYjE4ZGItYmUzNWEwOGQtYjUyMGE5NWQtNTYwMzFkODQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 60b4d5f3-d4cb-42f6-84cb-0f8821d902df, ghrun-tdcjyzwtd4.auto.internal:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 60b4d5f3-d4cb-42f6-84cb-0f8821d902df, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=M2VhYjE4ZGItYmUzNWEwOGQtYjUyMGE5NWQtNTYwMzFkODQ=" 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, 60b4d5f3-d4cb-42f6-84cb-0f8821d902df, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 04dd0668-e5ab-4115-b705-642d8fa1e786, ghrun-tdcjyzwtd4.auto.internal:12030): request = { session_id: "ydb://session/3?node_id=1&id=Y2VjZDI3NWEtZTMwNTEzZS0xMTk0MjgxOC1hNWRlYjBjMw==" 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, 04dd0668-e5ab-4115-b705-642d8fa1e786, ghrun-tdcjyzwtd4.auto.internal:12030): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, fe9b69f8-eaf7-429c-8643-dcab73768faa, localhost:63960): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, fe9b69f8-eaf7-429c-8643-dcab73768faa, localhost:63960): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, fe9b69f8-eaf7-429c-8643-dcab73768faa, localhost:63960): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tdcjyzwtd4.auto.internal" port: 63960 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-tdcjyzwtd4.auto.internal:63960, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63960
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 5ae50197-3a77-468d-8dac-cf3a955d2635, localhost:12030): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5ae50197-3a77-468d-8dac-cf3a955d2635, localhost:12030): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5ae50197-3a77-468d-8dac-cf3a955d2635, localhost:12030): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tdcjyzwtd4.auto.internal" port: 12030 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-tdcjyzwtd4.auto.internal:12030, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, eb70e036-0163-462f-9423-043beb4c9734, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T12:12:08.548490306+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-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 53b45b30-a88d-497a-935b-e949b80cdcb3, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T12:12:08.548542982+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, de6c0f02-eff3-4342-ae30-9388e11357a6, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T12:12:08.548512554+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1261ffd5-035f-4be6-9c95-c6c9cc42cffe, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T12:12:08.548392758+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b98dc9b6-5d03-4b70-8db2-a88afe0a8289, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T12:12:08.548529316+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bbeb3b72-0453-490f-b8d9-483f9d1d7b51, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T12:12:08.548557285+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, daa9ab70-85a2-492c-9007-69a0a6c4e5c8, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T12:12:08.548572214+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3378783e-7f12-4186-98ce-e9bda7a8606c, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T12:12:08.548587082+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5100ceea-e65d-4d65-88e9-ac3ed523c2cb, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T12:12:08.548614816+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-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cc2af3f0-23ad-41d0-a9a8-f8c8a3768a62, ghrun-tdcjyzwtd4.auto.internal:12030): 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:12030 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T12:12:08.54860136+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 45a4b9e7-a845-4224-ac05-71da6a46949e, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548655571+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-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 636003c9-3f3e-452b-8b55-89ba11e42b7d, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548790287+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 908c826b-4be3-4077-a6e8-7a2d04fe6242, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548689101+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 37c34ee2-f95a-4fb5-b83d-11e904ca8a50, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548671014+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-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 05079f1d-4859-4fae-9862-54998e14d626, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548721854+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 04dd0668-e5ab-4115-b705-642d8fa1e786, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548818864+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, faaea9b0-c8cd-4c4f-8721-d781575b5dcf, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548742915+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, aaebd2d7-1761-4b87-89ff-bca8488d3769, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548641179+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZGJmNTJjMDUtYWNmOGQ1NWItN2I3MTlkMGItZWNiMDI3NzU=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 60b4d5f3-d4cb-42f6-84cb-0f8821d902df, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.5488042+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 79b795a6-b289-42ac-b646-c409535c360b, ghrun-tdcjyzwtd4.auto.internal:12030): 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-24T12:12:08.548774346+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tdcjyzwtd4.auto.internal:12030
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    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 2854547) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2854547) elapsed time (sec): 30.156102418899536
DEBUG    ya.test:process.py:263 Command (pid 2854547) wtime: 30.181
DEBUG    ya.test:process.py:275 Command (pid 2854547) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     12	12	0	0	731	911	919	919
2	     81	81	0	0	127	222	293	367
3	     62	62	0	0	128	313	361	367
4	     77	77	0	0	128	170	176	181
5	     86	86	0	0	119	160	176	182
6	     87	87	0	0	106	149	151	152
7	     83	83	0	0	116	165	178	201
8	     90	90	0	0	109	163	185	209
9	     80	80	0	0	114	183	192	196
10	     92	92	0	0	103	165	183	187
11	     92	92	0	0	101	177	191	191
12	     82	82	0	0	108	181	191	192
13	      0	0	0	9	0	0	0	0
14	      0	0	0	1112	0	0	0	0
15	      0	0	0	941	0	0	0	0
16	      0	0	0	962	0	0	0	0
17	      0	0	0	986	0	0	0	0
18	      0	0	0	1097	0	0	0	0
19	      0	0	0	1011	0	0	0	0
20	      0	0	0	1082	0	0	0	0
21	      0	0	0	1082	0	0	0	0
22	      0	0	0	1059	0	0	0	0
23	      0	0	0	1019	0	0	0	0
24	      0	0	0	1022	0	0	0	0
25	      0	0	0	698	0	0	0	0
26	      0	0	0	788	0	0	0	0
27	      0	0	0	1105	0	0	0	0
28	      0	0	0	1217	0	0	0	0
29	      0	0	0	1109	0	0	0	0
30	      0	0	0	1143	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    924	30.8	0	17442	114	183	627	919

DEBUG    ya.test:process.py:276 Command (pid 2854547) 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 2854549) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2854549) elapsed time (sec): 30.25638747215271
DEBUG    ya.test:process.py:263 Command (pid 2854549) wtime: 30.279
DEBUG    ya.test:process.py:275 Command (pid 2854549) 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	      1	1	0	10	239	239	239	239
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	10	0	0	0	0
9	      0	0	0	10	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	10	0	0	0	0
12	      0	0	0	10	0	0	0	0
13	      0	0	0	10	0	0	0	0
14	      0	0	0	1021	0	0	0	0
15	      0	0	0	984	0	0	0	0
16	      0	0	0	864	0	0	0	0
17	      0	0	0	987	0	0	0	0
18	      0	0	0	835	0	0	0	0
19	      0	0	0	1081	0	0	0	0
20	      0	0	0	1050	0	0	0	0
21	      0	0	0	1027	0	0	0	0
22	      0	0	0	1027	0	0	0	0
23	      0	0	0	1167	0	0	0	0
24	      0	0	0	1082	0	0	0	0
25	      0	0	0	733	0	0	0	0
26	      0	0	0	867	0	0	0	0
27	      0	0	0	904	0	0	0	0
28	      0	0	0	1078	0	0	0	0
29	      0	0	0	957	0	0	0	0
30	      0	0	0	1147	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 2854549) 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 2854457) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2854457) elapsed time (sec): 30.29160237312317
DEBUG    ya.test:process.py:263 Command (pid 2854457) wtime: 30.342
DEBUG    ya.test:process.py:275 Command (pid 2854457) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     25	25	0	0	327	619	623	623
2	    106	106	0	0	93	140	165	171
3	     85	85	0	0	96	273	291	323
4	     99	99	0	0	92	149	163	168
5	    114	114	0	0	84	125	131	133
6	    116	116	0	0	82	117	123	125
7	    109	109	0	0	86	135	144	150
8	    118	118	0	0	81	129	146	146
9	    114	114	0	0	82	150	157	161
10	    124	124	0	0	74	127	141	142
11	    121	121	0	0	74	147	153	155
12	    108	108	0	0	80	143	158	159
13	      0	0	0	0	0	0	0	0
14	      0	0	0	1049	0	0	0	0
15	      0	0	0	800	0	0	0	0
16	      0	0	0	843	0	0	0	0
17	      0	0	0	789	0	0	0	0
18	      0	0	0	885	0	0	0	0
19	      0	0	0	934	0	0	0	0
20	      0	0	0	977	0	0	0	0
21	      0	0	0	923	0	0	0	0
22	      0	0	0	1059	0	0	0	0
23	      0	0	0	1008	0	0	0	0
24	      0	0	0	93	0	0	0	0
25	      0	0	0	0	0	0	0	0
26	      0	0	0	0	0	0	0	0
27	      0	0	0	844	0	0	0	0
28	      0	0	0	906	0	0	0	0
29	      0	0	0	1063	0	0	0	0
30	      0	0	0	1200	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1239	41.3	0	13373	85	146	327	623

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, e1e09d62-83f1-4a5f-9b67-60337f26cdff, localhost:63960): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e1e09d62-83f1-4a5f-9b67-60337f26cdff, localhost:63960): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e1e09d62-83f1-4a5f-9b67-60337f26cdff, localhost:63960): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tdcjyzwtd4.auto.internal" port: 63960 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-tdcjyzwtd4.auto.internal:63960, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63960
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 7fef49a1-9438-410a-8e8a-cae26e515c0d, localhost:63960): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7fef49a1-9438-410a-8e8a-cae26e515c0d, localhost:63960): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7fef49a1-9438-410a-8e8a-cae26e515c0d, localhost:63960): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tdcjyzwtd4.auto.internal" port: 63960 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-tdcjyzwtd4.auto.internal:63960, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63960
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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:12030
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12030". 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 ===============================
342.40s call     test_log_scenario.py::TestLogScenario::test_log_uniform
32.70s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
19.74s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
13.97s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
13.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
12.48s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
8.48s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
8.40s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
6.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
4.69s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
4.64s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
4.59s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
3.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.75s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.57s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.50s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.02s teardown test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_uniform

(15 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/7bkv/005de5/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/7bkv/005de5/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-24T12:11:55.952642Z): source_id=234;tablet_id=72075186224037976;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 @ 0xA917F95
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA9104D6
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A7528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD71BBFB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F70748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F7049F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD6F624D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14374F5B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FBBF57
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F10D13
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F10D13
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F0E6C3
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F12087
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14392D48
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF3FFC5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74A437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB797FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79C094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79BCA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79C88E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA919BEC
21. ??:0: ?? @ 0x7FFADE7D6AC2
22. ??:0: ?? @ 0x7FFADE8688BF
============== 1 failed, 11 passed, 1 error in 479.28s (0:07:59) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7bkv/005de9/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 ===============================
6.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
6.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
6.14s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
5.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
5.58s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
5.26s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
5.20s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
5.20s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
5.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
4.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
4.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
4.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 70.78s (0:01: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/7bkv/005df1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
7.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
6.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
5.95s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
5.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
5.63s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
5.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
5.26s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
5.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
5.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
4.86s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
4.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.02s 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-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 65.75s (0:01:05) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7bkv/005dec/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 ........
test_replace.py ...

============================== slowest durations ===============================
115.82s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
97.16s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
95.32s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
90.27s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
86.72s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
79.11s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
8.42s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
6.20s setup    test_replace.py::TestReplace::test_copy_full
4.50s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
3.06s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
1.64s call     test_replace.py::TestReplace::test_copy_partial
1.45s call     test_replace.py::TestReplace::test_count
1.41s call     test_replace.py::TestReplace::test_copy_full
0.01s setup    test_replace.py::TestReplace::test_copy_partial
0.01s setup    test_replace.py::TestReplace::test_count
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 592.22s (0:09:52) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7bkv/005de1/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 ===============================
5.52s setup    test_update.py::TestUpdate::test_incorrect
5.06s setup    test_select.py::TestSelect::test_incorrect
4.83s setup    test_replace.py::TestReplace::test_incorrect
1.45s call     test_select.py::TestSelect::test_json_query
1.32s call     test_update.py::TestUpdate::test_update_many_rows
1.23s call     test_replace.py::TestReplace::test_replace_rollback
1.19s call     test_replace.py::TestReplace::test_replace_total
1.16s call     test_update.py::TestUpdate::test_partial_update
1.02s call     test_update.py::TestUpdate::test_update_pk
0.99s call     test_replace.py::TestReplace::test_partial_replace
0.70s call     test_select.py::TestSelect::test_incorrect
0.68s call     test_replace.py::TestReplace::test_replace_with_nulls
0.63s call     test_update.py::TestUpdate::test_incorrect
0.56s call     test_replace.py::TestReplace::test_incorrect
0.01s setup    test_update.py::TestUpdate::test_update_many_rows
0.01s setup    test_replace.py::TestReplace::test_replace_total
0.01s setup    test_select.py::TestSelect::test_json_query

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 27.59s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7bkv/005e1a/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 ===============================
405.32s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
71.10s call     zip_bomb.py::TestZipBomb::test
17.07s teardown zip_bomb.py::TestZipBomb::test
12.09s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
11.09s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
10.32s setup    zip_bomb.py::TestZipBomb::test
4.29s setup    test_upsert.py::TestUpsert::test_copy_full
4.21s setup    test_update.py::TestUpdate::test_update_rollback
1.93s call     test_upsert.py::TestUpsert::test_copy_partial
1.81s call     test_upsert.py::TestUpsert::test_copy_full
1.74s call     test_upsert.py::TestUpsert::test_count
1.26s call     test_update.py::TestUpdate::test_update_rollback
1.03s call     test_update.py::TestUpdate::test_update_single_column
0.95s call     test_upsert.py::TestUpsert::test_partial_update
0.91s call     test_upsert.py::TestUpsert::test_incorrect
0.83s call     test_update.py::TestUpdate::test_update_single_row
0.63s call     test_upsert.py::TestUpsert::test_insert_nulls
0.02s setup    test_upsert.py::TestUpsert::test_insert_nulls

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 548.02s (0:09:08) ========================
