============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oai3/00100e/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=MmExYjExMS1lNzYzM2FlZS02YjA2YzRhNS1iMTFlYjQ3Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 402fa14c-309a-458a-9260-2b66dc74c817, ghrun-c3mdp2mblq.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 402fa14c-309a-458a-9260-2b66dc74c817, ghrun-c3mdp2mblq.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MmExYjExMS1lNzYzM2FlZS02YjA2YzRhNS1iMTFlYjQ3Zg==" 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, 402fa14c-309a-458a-9260-2b66dc74c817, ghrun-c3mdp2mblq.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MmExYjExMS1lNzYzM2FlZS02YjA2YzRhNS1iMTFlYjQ3Zg==
---------------------------- 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=MmExYjExMS1lNzYzM2FlZS02YjA2YzRhNS1iMTFlYjQ3Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 45ddb25f-3e03-404f-92d4-49a5f5cb7ea5, ghrun-c3mdp2mblq.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 45ddb25f-3e03-404f-92d4-49a5f5cb7ea5, ghrun-c3mdp2mblq.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MmExYjExMS1lNzYzM2FlZS02YjA2YzRhNS1iMTFlYjQ3Zg==" 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, 45ddb25f-3e03-404f-92d4-49a5f5cb7ea5, ghrun-c3mdp2mblq.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MmExYjExMS1lNzYzM2FlZS02YjA2YzRhNS1iMTFlYjQ3Zg==
---------------------------- 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=MmExYjExMS1lNzYzM2FlZS02YjA2YzRhNS1iMTFlYjQ3Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cf7b970f-948a-49c6-8560-0fcff3fe5303, ghrun-c3mdp2mblq.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cf7b970f-948a-49c6-8560-0fcff3fe5303, ghrun-c3mdp2mblq.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MmExYjExMS1lNzYzM2FlZS02YjA2YzRhNS1iMTFlYjQ3Zg==" 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, cf7b970f-948a-49c6-8560-0fcff3fe5303, ghrun-c3mdp2mblq.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MmExYjExMS1lNzYzM2FlZS02YjA2YzRhNS1iMTFlYjQ3Zg==
---------------------------- 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/oai3/00100e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3165714
DEBUG    ya.test:process.py:259 Command (pid 3165714) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3165714) elapsed time (sec): 0.3582797050476074
DEBUG    ya.test:process.py:263 Command (pid 3165714) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3165714) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3165714) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3165714) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3165714) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3165714) maxrss: 1683300
DEBUG    ya.test:process.py:263 Command (pid 3165714) minflt: 16195
DEBUG    ya.test:process.py:263 Command (pid 3165714) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3165714) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3165714) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 3165714) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3165714) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3165714) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3165714) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3165714) stime: 0.199985
DEBUG    ya.test:process.py:263 Command (pid 3165714) utime: 0.110195
DEBUG    ya.test:process.py:263 Command (pid 3165714) wtime: 0.359
DEBUG    ya.test:process.py:275 Command (pid 3165714) 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-c3mdp2mblq    Host information: 
        Linux ghrun-c3mdp2mblq 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 3165714) 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-c3mdp2mblq    Host information: 
        Linux ghrun-c3mdp2mblq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/oai3/00100e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24807
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/oai3/00100e/r3tmp/kikimr_cluster_t63mz736
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/oai3/00100e/ydb/apps/ydbd/ydbd
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
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4476
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/oai3/00100e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create.py.TestCreate.test_create_all_opt_ints/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/oai3/00100e/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/oai3/00100e/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_cmempau_.log --grpc-port=10796 --mon-port=62602 --ic-port=24807
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:10796/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/oai3/00100e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create.py.TestCreate.test_create_all_opt_ints/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/oai3/00100e/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/oai3/00100e/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_cmempau_.log --grpc-port=10796 --mon-port=62602 --ic-port=24807
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/oai3/00100e/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/oai3/00100e/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/oai3/00100e/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_cmempau_.log', '--grpc-port=10796', '--mon-port=62602', '--ic-port=24807')' in '/home/runner/.ya/build/build_root/oai3/00100e/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: 3166720
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:10796/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/oai3/00100e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3166770
DEBUG    ya.test:process.py:259 Command (pid 3166770) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3166770) elapsed time (sec): 0.41477108001708984
DEBUG    ya.test:process.py:263 Command (pid 3166770) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3166770) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3166770) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3166770) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3166770) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3166770) maxrss: 1683300
DEBUG    ya.test:process.py:263 Command (pid 3166770) minflt: 18328
DEBUG    ya.test:process.py:263 Command (pid 3166770) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3166770) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3166770) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 3166770) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3166770) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3166770) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 3166770) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3166770) stime: 0.25388499999999997
DEBUG    ya.test:process.py:263 Command (pid 3166770) utime: 0.11283699999999999
DEBUG    ya.test:process.py:263 Command (pid 3166770) wtime: 0.416
DEBUG    ya.test:process.py:275 Command (pid 3166770) 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-c3mdp2mblq    Host information: 
        Linux ghrun-c3mdp2mblq 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 3166770) errors:

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

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/oai3/00100e/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/oai3/00100e/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10796', '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/oai3/00100e/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10796', '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: 3172594
DEBUG    ya.test:process.py:259 Command (pid 3172594) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3172594) elapsed time (sec): 0.41622233390808105
DEBUG    ya.test:process.py:263 Command (pid 3172594) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3172594) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3172594) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3172594) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3172594) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3172594) maxrss: 1683300
DEBUG    ya.test:process.py:263 Command (pid 3172594) minflt: 18335
DEBUG    ya.test:process.py:263 Command (pid 3172594) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3172594) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3172594) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3172594) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3172594) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3172594) nvcsw: 135
DEBUG    ya.test:process.py:263 Command (pid 3172594) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3172594) stime: 0.254053
DEBUG    ya.test:process.py:263 Command (pid 3172594) utime: 0.118253
DEBUG    ya.test:process.py:263 Command (pid 3172594) wtime: 0.417
DEBUG    ya.test:process.py:275 Command (pid 3172594) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 684551e4-23a6-41d0-92e4-08f32a333bc7, localhost:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 684551e4-23a6-41d0-92e4-08f32a333bc7, localhost:10796): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 684551e4-23a6-41d0-92e4-08f32a333bc7, localhost:10796): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c3mdp2mblq.auto.internal" port: 10796 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-c3mdp2mblq.auto.internal:10796, 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:10796
------------------------------ 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, 09ae3841-6a54-4c58-9a64-e5873c397444, ghrun-c3mdp2mblq.auto.internal:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 09ae3841-6a54-4c58-9a64-e5873c397444, ghrun-c3mdp2mblq.auto.internal:10796): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 09ae3841-6a54-4c58-9a64-e5873c397444, ghrun-c3mdp2mblq.auto.internal:10796): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 33f1a8ef-0c5a-4c3e-8f18-a2c2492437cf, ghrun-c3mdp2mblq.auto.internal:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 33f1a8ef-0c5a-4c3e-8f18-a2c2492437cf, ghrun-c3mdp2mblq.auto.internal:10796): request = { session_id: "ydb://session/3?node_id=1&id=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 33f1a8ef-0c5a-4c3e-8f18-a2c2492437cf, ghrun-c3mdp2mblq.auto.internal:10796): 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=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ef42fbda-0559-4c26-9b70-a7b01977e0bf, ghrun-c3mdp2mblq.auto.internal:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ef42fbda-0559-4c26-9b70-a7b01977e0bf, ghrun-c3mdp2mblq.auto.internal:10796): request = { session_id: "ydb://session/3?node_id=1&id=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/create/table98514_1` (\n                id Uint64 NOT NULL,\n                v0 Int8,\n                v1 Int16,\n                v2 Int32,\n                v3 Int64,\n                v4 Uint8,\n                v5 Uint16,\n                v6 Uint32,\n                v7 Uint64,\n                PRIMARY KEY(id),\n            )\n            WITH (STORE = COLUMN);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ef42fbda-0559-4c26-9b70-a7b01977e0bf, ghrun-c3mdp2mblq.auto.internal:10796): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e8c601ca-383f-4bba-8152-bc28c35c1eeb, ghrun-c3mdp2mblq.auto.internal:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e8c601ca-383f-4bba-8152-bc28c35c1eeb, ghrun-c3mdp2mblq.auto.internal:10796): request = { session_id: "ydb://session/3?node_id=1&id=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "INSERT INTO `/Root/create/table98514_1` (id) VALUES (0);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e8c601ca-383f-4bba-8152-bc28c35c1eeb, ghrun-c3mdp2mblq.auto.internal:10796): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 67eeb7ee-8c16-4044-b4e3-bfe4020a982e, ghrun-c3mdp2mblq.auto.internal:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 67eeb7ee-8c16-4044-b4e3-bfe4020a982e, ghrun-c3mdp2mblq.auto.internal:10796): request = { session_id: "ydb://session/3?node_id=1&id=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO `/Root/create/table98514_1`\n            (id, v0, v1, v2, v3, v4, v5, v6, v7)\n            VALUES\n            (1, -2, -3, -4, -5, 6, 7, 8, 9);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 67eeb7ee-8c16-4044-b4e3-bfe4020a982e, ghrun-c3mdp2mblq.auto.internal:10796): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 46082cef-5eda-4fc1-97bc-80f7a2c80ce3, ghrun-c3mdp2mblq.auto.internal:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 46082cef-5eda-4fc1-97bc-80f7a2c80ce3, ghrun-c3mdp2mblq.auto.internal:10796): request = { session_id: "ydb://session/3?node_id=1&id=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/create/table98514_1`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 46082cef-5eda-4fc1-97bc-80f7a2c80ce3, ghrun-c3mdp2mblq.auto.internal:10796): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjJjYTAxN2ItZGFmODZlMTAtOTI2NzYwYjItZjQ5YTQ4NGQ=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
240.93s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
119.55s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
87.85s call     tablets_movement.py::TestTabletsMovement::test[ROW]
64.68s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
5.61s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
5.31s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
4.78s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.53s call     test_create.py::TestCreate::test_create_decimals
3.76s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.61s setup    test_create.py::TestCreate::test_create_all_opt_ints
0.57s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.55s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.46s call     test_create.py::TestCreate::test_create_all_opt_ints
0.34s call     test_create.py::TestCreate::test_create_all_req_ints
0.25s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.18s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.17s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.09s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.06s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.03s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.02s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]

(12 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 545.70s (0:09: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/oai3/001003/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: 63.3 ms
create table: 586.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 50.2
    "min_ms": 31.1
    "median_ms": 52.8
    "max_ms": 78.5
    "stdev_ms": 18.0
select count(*) after initial inserts: 169.8 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 76.7
    "min_ms": 51.5
    "median_ms": 69.4
    "max_ms": 270.3
    "stdev_ms": 24.5
select count(*) after all modifications: 3770.5 ms
select all: 3625.8 ms
delete from table: 3858.8 ms
select all after delete: 3999.6 ms
.drop table: 40.4 ms
create table: 493.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.7
    "min_ms": 27.6
    "median_ms": 29.7
    "max_ms": 33.2
    "stdev_ms": 2.0
select count(*) after initial inserts: 106.4 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 55.5
    "min_ms": 48.3
    "median_ms": 54.1
    "max_ms": 68.0
    "stdev_ms": 4.3
updates (step 1):
    "runs": 200
    "avg_ms": 191.4
    "min_ms": 148.7
    "median_ms": 187.9
    "max_ms": 286.9
    "stdev_ms": 24.1
upserts (step 2):
    "runs": 200
    "avg_ms": 34.6
    "min_ms": 27.2
    "median_ms": 32.8
    "max_ms": 53.7
    "stdev_ms": 5.9
select count(*) after all modifications: 421.3 ms
select all: 417.6 ms
delete from table: 437.3 ms
select all after delete: 426.0 ms
.drop table: 33.7 ms
create table: 628.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 36.0
    "min_ms": 31.7
    "median_ms": 36.4
    "max_ms": 43.0
    "stdev_ms": 3.5
select count(*) after initial inserts: 140.8 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 150.5
    "min_ms": 88.0
    "median_ms": 144.4
    "max_ms": 271.8
    "stdev_ms": 32.5
select count(*) after all modifications: 351.6 ms
select all: 327.7 ms
delete from table: 391.9 ms
select all after delete: 276.4 ms
.drop table: 57.6 ms
create table: 643.2 ms
initial inserts:
    "runs": 15
    "avg_ms": 39.9
    "min_ms": 28.5
    "median_ms": 38.7
    "max_ms": 52.5
    "stdev_ms": 7.1
select count(*) after initial inserts: 173.7 ms
updates (step 0):
    "runs": 150
    "avg_ms": 191.7
    "min_ms": 128.8
    "median_ms": 187.0
    "max_ms": 316.2
    "stdev_ms": 34.9
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 118.5
    "min_ms": 77.5
    "median_ms": 109.5
    "max_ms": 240.2
    "stdev_ms": 32.9
select count(*) after all modifications: 762.4 ms
select all: 605.3 ms
delete from table: 623.4 ms
select all after delete: 516.1 ms
.drop table: 183.2 ms
create table: 791.9 ms
initial inserts:
    "runs": 20
    "avg_ms": 61.0
    "min_ms": 33.2
    "median_ms": 64.2
    "max_ms": 100.7
    "stdev_ms": 14.7
select count(*) after initial inserts: 209.6 ms
updates (step 0):
    "runs": 200
    "avg_ms": 211.4
    "min_ms": 147.5
    "median_ms": 207.9
    "max_ms": 315.7
    "stdev_ms": 32.2
upserts (step 1):
    "runs": 200
    "avg_ms": 52.6
    "min_ms": 29.9
    "median_ms": 46.3
    "max_ms": 161.3
    "stdev_ms": 20.3
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 111.0
    "min_ms": 87.3
    "median_ms": 107.6
    "max_ms": 266.6
    "stdev_ms": 22.9
select count(*) after all modifications: 811.2 ms
select all: 741.5 ms
delete from table: 759.7 ms
select all after delete: 674.1 ms
.drop table: 63.1 ms
create table: 671.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 46.2
    "min_ms": 31.6
    "median_ms": 43.6
    "max_ms": 74.4
    "stdev_ms": 14.2
select count(*) after initial inserts: 145.1 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 36.7
    "min_ms": 23.7
    "median_ms": 33.7
    "max_ms": 107.1
    "stdev_ms": 10.3
select count(*) after all modifications: 369.3 ms
select all: 294.3 ms
delete from table: 296.8 ms
select all after delete: 218.2 ms
.Generated operation sequence:
  0. BULK_UPSERT: 9 operations
  1. UPDATE: 8 operations
  2. UPSERT: 16 operations
  3. BULK_UPSERT: 14 operations
  4. UPSERT: 11 operations
  5. UPDATE: 4 operations
  6. BULK_UPSERT: 19 operations
  7. UPSERT: 17 operations
  8. BULK_UPSERT: 16 operations
  9. BULK_UPSERT: 11 operations
drop table: 31.1 ms
create table: 403.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.3
    "min_ms": 26.7
    "median_ms": 30.1
    "max_ms": 36.7
    "stdev_ms": 3.0
select count(*) after initial inserts: 98.4 ms
bulk_upserts (step 0):
    "runs": 9
    "avg_ms": 50.2
    "min_ms": 47.1
    "median_ms": 49.3
    "max_ms": 53.3
    "stdev_ms": 2.1
updates (step 1):
    "runs": 80
    "avg_ms": 108.1
    "min_ms": 93.4
    "median_ms": 107.6
    "max_ms": 133.0
    "stdev_ms": 7.5
upserts (step 2):
    "runs": 160
    "avg_ms": 29.4
    "min_ms": 23.8
    "median_ms": 27.7
    "max_ms": 53.8
    "stdev_ms": 5.0
bulk_upserts (step 3):
    "runs": 14
    "avg_ms": 54.7
    "min_ms": 49.2
    "median_ms": 53.2
    "max_ms": 64.0
    "stdev_ms": 4.6
upserts (step 4):
    "runs": 110
    "avg_ms": 32.6
    "min_ms": 24.8
    "median_ms": 30.0
    "max_ms": 94.0
    "stdev_ms": 8.3
updates (step 5):
    "runs": 40
    "avg_ms": 136.9
    "min_ms": 110.9
    "median_ms": 134.9
    "max_ms": 166.2
    "stdev_ms": 16.4
bulk_upserts (step 6):
    "runs": 19
    "avg_ms": 52.1
    "min_ms": 46.2
    "median_ms": 51.4
    "max_ms": 64.4
    "stdev_ms": 4.0
upserts (step 7):
    "runs": 170
    "avg_ms": 28.9
    "min_ms": 23.3
    "median_ms": 27.5
    "max_ms": 76.5
    "stdev_ms": 6.1
bulk_upserts (step 8):
    "runs": 16
    "avg_ms": 51.0
    "min_ms": 44.3
    "median_ms": 50.5
    "max_ms": 59.3
    "stdev_ms": 3.4
bulk_upserts (step 9):
    "runs": 11
    "avg_ms": 52.3
    "min_ms": 49.9
    "median_ms": 51.1
    "max_ms": 57.0
    "stdev_ms": 2.4
select count(*) after all modifications: 304.3 ms
select all: 314.4 ms
delete from table: 356.9 ms
select all after delete: 295.6 ms
.
test_delete.py .

============================== slowest durations ===============================
152.99s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
69.30s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
54.93s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
53.39s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
44.60s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
39.22s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
33.07s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
7.43s setup    test_create.py::TestCreate::test_create_real_opt
5.71s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.78s setup    test_delete.py::TestDelete::test_delete_rollback
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.09s call     test_create.py::TestCreate::test_create_real_req
0.93s call     test_create.py::TestCreate::test_create_real_opt
0.91s call     test_delete.py::TestDelete::test_delete_rollback
0.86s call     test_create.py::TestCreate::test_create_strings_opt
0.24s setup    test_create.py::TestCreate::test_create_strings_opt
0.06s setup    test_create.py::TestCreate::test_create_real_req
0.03s setup    test_create.py::TestCreate::test_dy_number_not_supported
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.02s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 473.49s (0:07:53) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oai3/001010/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 ===============================
8.82s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.43s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.34s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
1.21s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
1.07s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
1.05s call     test_delete.py::TestDelete::test_delete_where[True-0]
1.03s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.95s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.94s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.91s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.90s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.83s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.80s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.07s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.03s setup    test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.02s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[True-0]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.01s teardown test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.01s teardown test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id = 101-100]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 23.17s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oai3/001005/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 ===============================
7.83s setup    test_delete.py::TestDelete::test_incorrect
6.88s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
1.92s call     test_insert.py::TestInsertStatement::test_copy_full
1.50s call     test_insert.py::TestInsertStatement::test_copy_partial
0.76s call     test_insert.py::TestInsertStatement::test_bulk
0.72s call     test_delete.py::TestDelete::test_incorrect
0.71s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.71s call     test_insert.py::TestInsertStatement::test_plain
0.65s call     test_insert.py::TestInsertStatement::test_duplicate
0.63s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.57s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.56s call     test_insert.py::TestInsertStatement::test_out_of_range
0.52s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.50s call     test_insert.py::TestInsertStatement::test_incorrect
0.04s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.03s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.02s setup    test_insert.py::TestInsertStatement::test_plain
0.01s setup    test_insert.py::TestInsertStatement::test_duplicate
0.01s setup    test_insert.py::TestInsertStatement::test_bulk
0.01s setup    test_insert.py::TestInsertStatement::test_copy_full
0.01s teardown test_insert.py::TestInsertStatement::test_incorrect

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 26.13s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oai3/001001/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:702: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/oai3/001001/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/oai3/001001/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-19T11:39:58.025617Z): source_id=112;tablet_id=72075186224037972;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 @ 0xA779755
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA771C96
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB607FC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E89DB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCD258
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCCFAF
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C3AED
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141877FB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCE627
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1F433
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1F433
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D1C253
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D22D07
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A55E8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA75F5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5AAED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F8A74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FCB34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FC740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FD32E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77B3AC
E   21. ??:0: ?? @ 0x7FD06E18AAC2
E   22. ??:0: ?? @ 0x7FD06E21C8BF
------------------------------ 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/oai3/001001/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/oai3/001001/ydb/apps/ydb/ydb -e grpc://localhost:29809 -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/oai3/001001/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29809', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2784672
DEBUG    ya.test:process.py:259 Command (pid 2784672) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2784672) elapsed time (sec): 0.35929083824157715
DEBUG    ya.test:process.py:263 Command (pid 2784672) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) maxrss: 615044
DEBUG    ya.test:process.py:263 Command (pid 2784672) minflt: 3539
DEBUG    ya.test:process.py:263 Command (pid 2784672) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) nivcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 2784672) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) nvcsw: 195
DEBUG    ya.test:process.py:263 Command (pid 2784672) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2784672) stime: 0.033141
DEBUG    ya.test:process.py:263 Command (pid 2784672) utime: 0.053855
DEBUG    ya.test:process.py:263 Command (pid 2784672) wtime: 0.361
DEBUG    ya.test:process.py:275 Command (pid 2784672) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2784672) 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/oai3/001001/ydb/apps/ydb/ydb -e grpc://localhost:29809 -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/oai3/001001/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29809', '-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: 2784977
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, aecd9dfc-ce1a-492f-9812-e2192fd90fff, localhost:29809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, aecd9dfc-ce1a-492f-9812-e2192fd90fff, localhost:29809): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, aecd9dfc-ce1a-492f-9812-e2192fd90fff, localhost:29809): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c3mdp2mblq.auto.internal" port: 29809 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-c3mdp2mblq.auto.internal:29809, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29809
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 2784977) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2784977) elapsed time (sec): 30.198161602020264
DEBUG    ya.test:process.py:263 Command (pid 2784977) wtime: 30.199
DEBUG    ya.test:process.py:275 Command (pid 2784977) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    467	467	0	0	20	25	30	35
2	    487	487	0	0	20	22	23	25
3	    476	476	0	0	20	25	27	33
4	    486	486	0	0	20	22	26	27
5	    475	475	0	0	20	24	26	29
6	    479	479	0	0	20	23	25	27
7	    468	468	0	0	20	26	28	29
8	    463	463	0	0	20	25	40	45
9	    477	477	0	0	20	24	27	29
10	    482	482	0	0	20	22	25	25
11	    466	466	0	0	20	26	34	37
12	    450	450	0	0	21	29	31	33
13	    470	470	0	0	20	25	27	29
14	    485	485	0	0	20	22	24	26
15	    486	486	0	0	20	21	22	23
16	    486	486	0	0	20	22	23	25
17	    480	480	0	0	20	24	25	28
18	    472	472	0	0	20	24	28	36
19	    466	466	0	0	20	26	29	40
20	    426	426	0	0	21	34	41	49
21	    447	447	0	0	21	27	33	37
22	    468	468	0	0	20	26	30	36
23	    475	475	0	0	20	24	27	33
24	    472	472	0	0	20	24	25	28
25	    449	449	0	0	21	29	36	43
26	    427	427	0	0	23	29	32	35
27	    474	474	0	0	20	25	28	32
28	    454	454	0	0	21	27	34	36
29	    454	454	0	0	21	28	31	32
30	    444	444	0	0	21	31	42	48

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14011	467.033	0	0	20	26	31	49

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTVmYjE0LWIzYmM2YzExLTExYTY4NGUtNGRkN2MxYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 503bdac6-986d-4c94-be69-1afed771d8a1, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 503bdac6-986d-4c94-be69-1afed771d8a1, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=OTVmYjE0LWIzYmM2YzExLTExYTY4NGUtNGRkN2MxYTM=" 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, 503bdac6-986d-4c94-be69-1afed771d8a1, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTVmYjE0LWIzYmM2YzExLTExYTY4NGUtNGRkN2MxYTM=
INFO     root:test_log_scenario.py:217 Count rows after insert 13717 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTk0M2U2Y2UtYWUwODJmMDQtOThjOGEyZWYtOWMzMGEwMGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 980a9504-72d4-4b57-8732-8048e474b1e4, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 980a9504-72d4-4b57-8732-8048e474b1e4, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=OTk0M2U2Y2UtYWUwODJmMDQtOThjOGEyZWYtOWMzMGEwMGY=" 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, 980a9504-72d4-4b57-8732-8048e474b1e4, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTk0M2U2Y2UtYWUwODJmMDQtOThjOGEyZWYtOWMzMGEwMGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTQzMjRkNmItMjI5MWY5MmMtMTExOGZkMi0zNzlkOTVkYQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 83655847-4144-462b-a7de-35c46326d3e6, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 83655847-4144-462b-a7de-35c46326d3e6, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=MTQzMjRkNmItMjI5MWY5MmMtMTExOGZkMi0zNzlkOTVkYQ==" 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, 83655847-4144-462b-a7de-35c46326d3e6, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTQzMjRkNmItMjI5MWY5MmMtMTExOGZkMi0zNzlkOTVkYQ==
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/oai3/001001/ydb/apps/ydb/ydb -e grpc://localhost:29809 -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.13
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=NTEyOGYwMGMtZTY1OWFiNjItMmI0YTQ5MDMtMWQzYzVhMzU=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/oai3/001001/ydb/apps/ydb/ydb -e grpc://localhost:29809 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/oai3/001001/ydb/apps/ydb/ydb -e grpc://localhost:29809 -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 err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2759182c-2a54-4960-8e9b-452e5e817877, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzExOTZiMjUtYWEwZjUzMWMtOGQzM2VmMDEtYWMzODNmMmE=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oai3/001001/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29809', '-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    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2759182c-2a54-4960-8e9b-452e5e817877, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=NTEyOGYwMGMtZTY1OWFiNjItMmI0YTQ5MDMtMWQzYzVhMzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 64d1cb20-fb28-4868-a31d-222fd2a70db8, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWNiZjg5Y2ItZTlkZWMwN2UtZjkyODc0MzktZGZkOTM4NzQ=
DEBUG    ya.test:process.py:628 Command pid: 2797053
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2759182c-2a54-4960-8e9b-452e5e817877, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 64d1cb20-fb28-4868-a31d-222fd2a70db8, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=NzExOTZiMjUtYWEwZjUzMWMtOGQzM2VmMDEtYWMzODNmMmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8d0efc2c-6980-4cb4-b3e9-af4a613507af, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjMzMmVmMmMtZGFiMjMwNzItZDFkMGQ4My1hYTJkMTVmOA==
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8d0efc2c-6980-4cb4-b3e9-af4a613507af, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=YWNiZjg5Y2ItZTlkZWMwN2UtZjkyODc0MzktZGZkOTM4NzQ=" 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, 64d1cb20-fb28-4868-a31d-222fd2a70db8, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3fe04421-734f-4b65-b277-4e80bd951b10, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGUwNDVmYzctYTEyYjBmYTMtNWNmMGZjZWYtZTMwZDg1NDg=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oai3/001001/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29809', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8d0efc2c-6980-4cb4-b3e9-af4a613507af, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3fe04421-734f-4b65-b277-4e80bd951b10, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=YjMzMmVmMmMtZGFiMjMwNzItZDFkMGQ4My1hYTJkMTVmOA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 56a59f41-1964-4464-a9da-f2c14e9bb69f, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODVmNzMyNWUtMjUxYmI4NDEtNDIxODhmMGUtOGE2MmIyNmY=
DEBUG    ya.test:process.py:628 Command pid: 2797091
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oai3/001001/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29809', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 56a59f41-1964-4464-a9da-f2c14e9bb69f, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=ZGUwNDVmYzctYTEyYjBmYTMtNWNmMGZjZWYtZTMwZDg1NDg=" 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, 3fe04421-734f-4b65-b277-4e80bd951b10, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7b547dab-dc02-4243-a0b8-e74e7a8f7a8f, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWViMmMxNzAtOWQzOGViZWUtNjg0NjNiNzctN2ViNDRiZWE=
DEBUG    ya.test:process.py:628 Command pid: 2797112
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 56a59f41-1964-4464-a9da-f2c14e9bb69f, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7b547dab-dc02-4243-a0b8-e74e7a8f7a8f, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=ODVmNzMyNWUtMjUxYmI4NDEtNDIxODhmMGUtOGE2MmIyNmY=" 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=OTVmYjE0LWIzYmM2YzExLTExYTY4NGUtNGRkN2MxYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 76d01aa7-e4e1-4090-8509-ec633866f7c4, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 76d01aa7-e4e1-4090-8509-ec633866f7c4, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=OTVmYjE0LWIzYmM2YzExLTExYTY4NGUtNGRkN2MxYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7eb21779-0c66-4f52-bee3-c342d9e7475d, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7b547dab-dc02-4243-a0b8-e74e7a8f7a8f, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTk0M2U2Y2UtYWUwODJmMDQtOThjOGEyZWYtOWMzMGEwMGY=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7eb21779-0c66-4f52-bee3-c342d9e7475d, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=MWViMmMxNzAtOWQzOGViZWUtNjg0NjNiNzctN2ViNDRiZWE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bec09e79-3767-42e8-b7bc-200c8e60d6ff, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 76d01aa7-e4e1-4090-8509-ec633866f7c4, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTQzMjRkNmItMjI5MWY5MmMtMTExOGZkMi0zNzlkOTVkYQ==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bec09e79-3767-42e8-b7bc-200c8e60d6ff, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=OTk0M2U2Y2UtYWUwODJmMDQtOThjOGEyZWYtOWMzMGEwMGY=" 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, 7eb21779-0c66-4f52-bee3-c342d9e7475d, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4b260ea9-309d-43a0-b06c-05195d3bbed6, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bec09e79-3767-42e8-b7bc-200c8e60d6ff, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4b260ea9-309d-43a0-b06c-05195d3bbed6, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=MTQzMjRkNmItMjI5MWY5MmMtMTExOGZkMi0zNzlkOTVkYQ==" 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, 4b260ea9-309d-43a0-b06c-05195d3bbed6, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a75194ac-2530-4799-a94b-2fe5ccbe0961, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657620185+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5c000601-923b-4961-97d6-c703144a79b4, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657735795+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-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4a2bdd57-41bb-46e2-91b8-606a249c10c2, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657753956+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 01c3ed40-643d-4909-8e8a-1f8950eda6e5, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.657801364+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8d4f7b0f-af4b-4493-a828-4ade5155ac5d, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657815456+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f8b5c1f6-27ef-4792-a475-5d65baf0d45b, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.657768844+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3d5bc8c8-ccbe-465a-9fd4-a56d1404f34e, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657833263+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6b15de55-9184-4c48-9934-fea30321f16a, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.657847132+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e2832181-5558-4b31-9d96-c3c18362ebdd, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657861093+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c685e011-b22a-4973-a26b-5743470a1977, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657876483+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-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2759182c-2a54-4960-8e9b-452e5e817877, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657908552+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 64d1cb20-fb28-4868-a31d-222fd2a70db8, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657944701+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8d0efc2c-6980-4cb4-b3e9-af4a613507af, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657960894+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3fe04421-734f-4b65-b277-4e80bd951b10, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.657975655+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 56a59f41-1964-4464-a9da-f2c14e9bb69f, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.657988557+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7b547dab-dc02-4243-a0b8-e74e7a8f7a8f, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.658005853+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 76d01aa7-e4e1-4090-8509-ec633866f7c4, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.658029777+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7eb21779-0c66-4f52-bee3-c342d9e7475d, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.658043167+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bec09e79-3767-42e8-b7bc-200c8e60d6ff, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.658063528+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4b260ea9-309d-43a0-b06c-05195d3bbed6, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.658090161+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py: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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, b3d9ab93-4951-4055-9ea6-9bad5e978d1f, localhost:7779): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b3d9ab93-4951-4055-9ea6-9bad5e978d1f, localhost:7779): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b3d9ab93-4951-4055-9ea6-9bad5e978d1f, localhost:7779): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c3mdp2mblq.auto.internal" port: 7779 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-c3mdp2mblq.auto.internal:7779, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:7779
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:29809
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2797091) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2797091) elapsed time (sec): 30.16048812866211
DEBUG    ya.test:process.py:263 Command (pid 2797091) wtime: 30.185
DEBUG    ya.test:process.py:275 Command (pid 2797091) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	523	879	879	879
2	     77	77	0	0	124	547	579	579
3	     82	82	0	0	115	170	186	187
4	     85	85	0	0	109	169	174	183
5	     87	87	0	0	109	163	179	191
6	     33	33	0	0	97	135	147	147
7	      0	0	0	1233	0	0	0	0
8	      0	0	0	1281	0	0	0	0
9	      0	0	0	1250	0	0	0	0
10	      0	0	0	1352	0	0	0	0
11	      0	0	0	1486	0	0	0	0
12	      0	0	0	1277	0	0	0	0
13	      0	0	0	1429	0	0	0	0
14	      0	0	0	1561	0	0	0	0
15	      0	0	0	1390	0	0	0	0
16	      0	0	0	1425	0	0	0	0
17	      0	0	0	1326	0	0	0	0
18	      0	0	0	1400	0	0	0	0
19	      0	0	0	1359	0	0	0	0
20	      0	0	0	1399	0	0	0	0
21	      0	0	0	1409	0	0	0	0
22	      0	0	0	1256	0	0	0	0
23	      0	0	0	1398	0	0	0	0
24	      0	0	0	1222	0	0	0	0
25	      0	0	0	1365	0	0	0	0
26	      0	0	0	1350	0	0	0	0
27	      0	0	0	1357	0	0	0	0
28	      0	0	0	1285	0	0	0	0
29	      0	0	0	1377	0	0	0	0
30	      0	0	0	1237	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    374	12.4667	0	32424	116	265	579	879

DEBUG    ya.test:process.py:276 Command (pid 2797091) 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 2797053) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2797053) elapsed time (sec): 30.273038148880005
DEBUG    ya.test:process.py:263 Command (pid 2797053) wtime: 30.282
DEBUG    ya.test:process.py:275 Command (pid 2797053) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	333	619	655	655
2	     99	99	0	0	93	250	305	329
3	    105	105	0	0	84	139	169	171
4	    112	112	0	0	85	133	141	145
5	    113	113	0	0	81	136	147	153
6	     44	44	0	0	76	107	116	116
7	      0	0	0	1113	0	0	0	0
8	      0	0	0	1377	0	0	0	0
9	      0	0	0	1261	0	0	0	0
10	      0	0	0	1309	0	0	0	0
11	      0	0	0	1401	0	0	0	0
12	      0	0	0	1295	0	0	0	0
13	      0	0	0	1431	0	0	0	0
14	      0	0	0	1489	0	0	0	0
15	      0	0	0	1338	0	0	0	0
16	      0	0	0	1390	0	0	0	0
17	      0	0	0	1297	0	0	0	0
18	      0	0	0	1266	0	0	0	0
19	      0	0	0	1362	0	0	0	0
20	      0	0	0	1357	0	0	0	0
21	      0	0	0	1395	0	0	0	0
22	      0	0	0	1269	0	0	0	0
23	      0	0	0	1260	0	0	0	0
24	      0	0	0	1099	0	0	0	0
25	      0	0	0	1344	0	0	0	0
26	      0	0	0	1293	0	0	0	0
27	      0	0	0	1298	0	0	0	0
28	      0	0	0	1359	0	0	0	0
29	      0	0	0	1316	0	0	0	0
30	      0	0	0	1160	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    493	16.4333	0	31479	87	250	535	655

DEBUG    ya.test:process.py:276 Command (pid 2797053) 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 2797112) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2797112) elapsed time (sec): 30.340050220489502
DEBUG    ya.test:process.py:263 Command (pid 2797112) wtime: 30.346
DEBUG    ya.test:process.py:275 Command (pid 2797112) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	52	0	0	0	0
7	      0	0	0	1362	0	0	0	0
8	      0	0	0	1488	0	0	0	0
9	      0	0	0	1264	0	0	0	0
10	      0	0	0	1429	0	0	0	0
11	      0	0	0	1430	0	0	0	0
12	      0	0	0	1228	0	0	0	0
13	      0	0	0	1540	0	0	0	0
14	      0	0	0	1529	0	0	0	0
15	      0	0	0	1409	0	0	0	0
16	      0	0	0	1419	0	0	0	0
17	      0	0	0	1437	0	0	0	0
18	      0	0	0	1389	0	0	0	0
19	      0	0	0	1360	0	0	0	0
20	      0	0	0	1450	0	0	0	0
21	      0	0	0	1448	0	0	0	0
22	      0	0	0	1347	0	0	0	0
23	      0	0	0	1300	0	0	0	0
24	      0	0	0	1172	0	0	0	0
25	      0	0	0	1351	0	0	0	0
26	      0	0	0	1369	0	0	0	0
27	      0	0	0	1377	0	0	0	0
28	      0	0	0	1347	0	0	0	0
29	      0	0	0	1361	0	0	0	0
30	      0	0	0	1215	0	0	0	0

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

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6d26cbbe-7a86-46da-bea0-aa8ed58d265e, localhost:7779): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6d26cbbe-7a86-46da-bea0-aa8ed58d265e, localhost:7779): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6d26cbbe-7a86-46da-bea0-aa8ed58d265e, localhost:7779): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c3mdp2mblq.auto.internal" port: 7779 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-c3mdp2mblq.auto.internal:7779, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:7779
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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, d0ef74c9-bb52-4424-962a-1bbc5d9d5d97, localhost:7779): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d0ef74c9-bb52-4424-962a-1bbc5d9d5d97, localhost:7779): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d0ef74c9-bb52-4424-962a-1bbc5d9d5d97, localhost:7779): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c3mdp2mblq.auto.internal" port: 7779 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-c3mdp2mblq.auto.internal:7779, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:7779
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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-c3mdp2mblq'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/oai3/001001/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.2756828' in '/home/runner/.ya/build/build_root/oai3/001001/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_uvbxie4_.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:29809/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27149
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13950
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2368
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29809
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9834
=================================== 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/oai3/001001/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/oai3/001001/ydb/apps/ydb/ydb -e grpc://localhost:29809 -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/oai3/001001/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29809', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2784672
DEBUG    ya.test:process.py:259 Command (pid 2784672) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2784672) elapsed time (sec): 0.35929083824157715
DEBUG    ya.test:process.py:263 Command (pid 2784672) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) maxrss: 615044
DEBUG    ya.test:process.py:263 Command (pid 2784672) minflt: 3539
DEBUG    ya.test:process.py:263 Command (pid 2784672) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) nivcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 2784672) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2784672) nvcsw: 195
DEBUG    ya.test:process.py:263 Command (pid 2784672) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2784672) stime: 0.033141
DEBUG    ya.test:process.py:263 Command (pid 2784672) utime: 0.053855
DEBUG    ya.test:process.py:263 Command (pid 2784672) wtime: 0.361
DEBUG    ya.test:process.py:275 Command (pid 2784672) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2784672) 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/oai3/001001/ydb/apps/ydb/ydb -e grpc://localhost:29809 -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/oai3/001001/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29809', '-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: 2784977
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, aecd9dfc-ce1a-492f-9812-e2192fd90fff, localhost:29809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, aecd9dfc-ce1a-492f-9812-e2192fd90fff, localhost:29809): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, aecd9dfc-ce1a-492f-9812-e2192fd90fff, localhost:29809): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c3mdp2mblq.auto.internal" port: 29809 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-c3mdp2mblq.auto.internal:29809, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29809
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 2784977) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2784977) elapsed time (sec): 30.198161602020264
DEBUG    ya.test:process.py:263 Command (pid 2784977) wtime: 30.199
DEBUG    ya.test:process.py:275 Command (pid 2784977) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    467	467	0	0	20	25	30	35
2	    487	487	0	0	20	22	23	25
3	    476	476	0	0	20	25	27	33
4	    486	486	0	0	20	22	26	27
5	    475	475	0	0	20	24	26	29
6	    479	479	0	0	20	23	25	27
7	    468	468	0	0	20	26	28	29
8	    463	463	0	0	20	25	40	45
9	    477	477	0	0	20	24	27	29
10	    482	482	0	0	20	22	25	25
11	    466	466	0	0	20	26	34	37
12	    450	450	0	0	21	29	31	33
13	    470	470	0	0	20	25	27	29
14	    485	485	0	0	20	22	24	26
15	    486	486	0	0	20	21	22	23
16	    486	486	0	0	20	22	23	25
17	    480	480	0	0	20	24	25	28
18	    472	472	0	0	20	24	28	36
19	    466	466	0	0	20	26	29	40
20	    426	426	0	0	21	34	41	49
21	    447	447	0	0	21	27	33	37
22	    468	468	0	0	20	26	30	36
23	    475	475	0	0	20	24	27	33
24	    472	472	0	0	20	24	25	28
25	    449	449	0	0	21	29	36	43
26	    427	427	0	0	23	29	32	35
27	    474	474	0	0	20	25	28	32
28	    454	454	0	0	21	27	34	36
29	    454	454	0	0	21	28	31	32
30	    444	444	0	0	21	31	42	48

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14011	467.033	0	0	20	26	31	49

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTVmYjE0LWIzYmM2YzExLTExYTY4NGUtNGRkN2MxYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 503bdac6-986d-4c94-be69-1afed771d8a1, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 503bdac6-986d-4c94-be69-1afed771d8a1, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=OTVmYjE0LWIzYmM2YzExLTExYTY4NGUtNGRkN2MxYTM=" 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, 503bdac6-986d-4c94-be69-1afed771d8a1, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTVmYjE0LWIzYmM2YzExLTExYTY4NGUtNGRkN2MxYTM=
INFO     root:test_log_scenario.py:217 Count rows after insert 13717 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTk0M2U2Y2UtYWUwODJmMDQtOThjOGEyZWYtOWMzMGEwMGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 980a9504-72d4-4b57-8732-8048e474b1e4, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 980a9504-72d4-4b57-8732-8048e474b1e4, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=OTk0M2U2Y2UtYWUwODJmMDQtOThjOGEyZWYtOWMzMGEwMGY=" 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, 980a9504-72d4-4b57-8732-8048e474b1e4, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTk0M2U2Y2UtYWUwODJmMDQtOThjOGEyZWYtOWMzMGEwMGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTQzMjRkNmItMjI5MWY5MmMtMTExOGZkMi0zNzlkOTVkYQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 83655847-4144-462b-a7de-35c46326d3e6, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 83655847-4144-462b-a7de-35c46326d3e6, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=MTQzMjRkNmItMjI5MWY5MmMtMTExOGZkMi0zNzlkOTVkYQ==" 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, 83655847-4144-462b-a7de-35c46326d3e6, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTQzMjRkNmItMjI5MWY5MmMtMTExOGZkMi0zNzlkOTVkYQ==
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/oai3/001001/ydb/apps/ydb/ydb -e grpc://localhost:29809 -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.13
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=NTEyOGYwMGMtZTY1OWFiNjItMmI0YTQ5MDMtMWQzYzVhMzU=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/oai3/001001/ydb/apps/ydb/ydb -e grpc://localhost:29809 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/oai3/001001/ydb/apps/ydb/ydb -e grpc://localhost:29809 -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 err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2759182c-2a54-4960-8e9b-452e5e817877, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzExOTZiMjUtYWEwZjUzMWMtOGQzM2VmMDEtYWMzODNmMmE=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oai3/001001/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29809', '-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    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2759182c-2a54-4960-8e9b-452e5e817877, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=NTEyOGYwMGMtZTY1OWFiNjItMmI0YTQ5MDMtMWQzYzVhMzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 64d1cb20-fb28-4868-a31d-222fd2a70db8, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWNiZjg5Y2ItZTlkZWMwN2UtZjkyODc0MzktZGZkOTM4NzQ=
DEBUG    ya.test:process.py:628 Command pid: 2797053
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2759182c-2a54-4960-8e9b-452e5e817877, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 64d1cb20-fb28-4868-a31d-222fd2a70db8, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=NzExOTZiMjUtYWEwZjUzMWMtOGQzM2VmMDEtYWMzODNmMmE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8d0efc2c-6980-4cb4-b3e9-af4a613507af, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjMzMmVmMmMtZGFiMjMwNzItZDFkMGQ4My1hYTJkMTVmOA==
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8d0efc2c-6980-4cb4-b3e9-af4a613507af, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=YWNiZjg5Y2ItZTlkZWMwN2UtZjkyODc0MzktZGZkOTM4NzQ=" 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, 64d1cb20-fb28-4868-a31d-222fd2a70db8, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3fe04421-734f-4b65-b277-4e80bd951b10, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGUwNDVmYzctYTEyYjBmYTMtNWNmMGZjZWYtZTMwZDg1NDg=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oai3/001001/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29809', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8d0efc2c-6980-4cb4-b3e9-af4a613507af, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3fe04421-734f-4b65-b277-4e80bd951b10, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=YjMzMmVmMmMtZGFiMjMwNzItZDFkMGQ4My1hYTJkMTVmOA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 56a59f41-1964-4464-a9da-f2c14e9bb69f, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODVmNzMyNWUtMjUxYmI4NDEtNDIxODhmMGUtOGE2MmIyNmY=
DEBUG    ya.test:process.py:628 Command pid: 2797091
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/oai3/001001/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29809', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 56a59f41-1964-4464-a9da-f2c14e9bb69f, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=ZGUwNDVmYzctYTEyYjBmYTMtNWNmMGZjZWYtZTMwZDg1NDg=" 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, 3fe04421-734f-4b65-b277-4e80bd951b10, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7b547dab-dc02-4243-a0b8-e74e7a8f7a8f, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWViMmMxNzAtOWQzOGViZWUtNjg0NjNiNzctN2ViNDRiZWE=
DEBUG    ya.test:process.py:628 Command pid: 2797112
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 56a59f41-1964-4464-a9da-f2c14e9bb69f, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7b547dab-dc02-4243-a0b8-e74e7a8f7a8f, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=ODVmNzMyNWUtMjUxYmI4NDEtNDIxODhmMGUtOGE2MmIyNmY=" 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=OTVmYjE0LWIzYmM2YzExLTExYTY4NGUtNGRkN2MxYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 76d01aa7-e4e1-4090-8509-ec633866f7c4, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 76d01aa7-e4e1-4090-8509-ec633866f7c4, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=OTVmYjE0LWIzYmM2YzExLTExYTY4NGUtNGRkN2MxYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7eb21779-0c66-4f52-bee3-c342d9e7475d, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7b547dab-dc02-4243-a0b8-e74e7a8f7a8f, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTk0M2U2Y2UtYWUwODJmMDQtOThjOGEyZWYtOWMzMGEwMGY=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7eb21779-0c66-4f52-bee3-c342d9e7475d, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=MWViMmMxNzAtOWQzOGViZWUtNjg0NjNiNzctN2ViNDRiZWE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bec09e79-3767-42e8-b7bc-200c8e60d6ff, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 76d01aa7-e4e1-4090-8509-ec633866f7c4, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTQzMjRkNmItMjI5MWY5MmMtMTExOGZkMi0zNzlkOTVkYQ==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bec09e79-3767-42e8-b7bc-200c8e60d6ff, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=OTk0M2U2Y2UtYWUwODJmMDQtOThjOGEyZWYtOWMzMGEwMGY=" 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, 7eb21779-0c66-4f52-bee3-c342d9e7475d, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4b260ea9-309d-43a0-b06c-05195d3bbed6, ghrun-c3mdp2mblq.auto.internal:29809): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bec09e79-3767-42e8-b7bc-200c8e60d6ff, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4b260ea9-309d-43a0-b06c-05195d3bbed6, ghrun-c3mdp2mblq.auto.internal:29809): request = { session_id: "ydb://session/3?node_id=1&id=MTQzMjRkNmItMjI5MWY5MmMtMTExOGZkMi0zNzlkOTVkYQ==" 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, 4b260ea9-309d-43a0-b06c-05195d3bbed6, ghrun-c3mdp2mblq.auto.internal:29809): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a75194ac-2530-4799-a94b-2fe5ccbe0961, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657620185+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5c000601-923b-4961-97d6-c703144a79b4, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657735795+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-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4a2bdd57-41bb-46e2-91b8-606a249c10c2, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657753956+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 01c3ed40-643d-4909-8e8a-1f8950eda6e5, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.657801364+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8d4f7b0f-af4b-4493-a828-4ade5155ac5d, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657815456+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f8b5c1f6-27ef-4792-a475-5d65baf0d45b, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.657768844+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3d5bc8c8-ccbe-465a-9fd4-a56d1404f34e, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657833263+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6b15de55-9184-4c48-9934-fea30321f16a, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.657847132+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e2832181-5558-4b31-9d96-c3c18362ebdd, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657861093+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c685e011-b22a-4973-a26b-5743470a1977, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29809 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657876483+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-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2759182c-2a54-4960-8e9b-452e5e817877, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657908552+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 64d1cb20-fb28-4868-a31d-222fd2a70db8, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657944701+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8d0efc2c-6980-4cb4-b3e9-af4a613507af, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.657960894+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3fe04421-734f-4b65-b277-4e80bd951b10, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.657975655+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 56a59f41-1964-4464-a9da-f2c14e9bb69f, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.657988557+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7b547dab-dc02-4243-a0b8-e74e7a8f7a8f, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.658005853+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 76d01aa7-e4e1-4090-8509-ec633866f7c4, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:40:03.658029777+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7eb21779-0c66-4f52-bee3-c342d9e7475d, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.658043167+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bec09e79-3767-42e8-b7bc-200c8e60d6ff, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.658063528+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4b260ea9-309d-43a0-b06c-05195d3bbed6, ghrun-c3mdp2mblq.auto.internal:29809): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T11:40:03.658090161+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c3mdp2mblq.auto.internal:29809
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py: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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, b3d9ab93-4951-4055-9ea6-9bad5e978d1f, localhost:7779): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b3d9ab93-4951-4055-9ea6-9bad5e978d1f, localhost:7779): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b3d9ab93-4951-4055-9ea6-9bad5e978d1f, localhost:7779): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c3mdp2mblq.auto.internal" port: 7779 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-c3mdp2mblq.auto.internal:7779, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:7779
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:29809
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2797091) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2797091) elapsed time (sec): 30.16048812866211
DEBUG    ya.test:process.py:263 Command (pid 2797091) wtime: 30.185
DEBUG    ya.test:process.py:275 Command (pid 2797091) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	523	879	879	879
2	     77	77	0	0	124	547	579	579
3	     82	82	0	0	115	170	186	187
4	     85	85	0	0	109	169	174	183
5	     87	87	0	0	109	163	179	191
6	     33	33	0	0	97	135	147	147
7	      0	0	0	1233	0	0	0	0
8	      0	0	0	1281	0	0	0	0
9	      0	0	0	1250	0	0	0	0
10	      0	0	0	1352	0	0	0	0
11	      0	0	0	1486	0	0	0	0
12	      0	0	0	1277	0	0	0	0
13	      0	0	0	1429	0	0	0	0
14	      0	0	0	1561	0	0	0	0
15	      0	0	0	1390	0	0	0	0
16	      0	0	0	1425	0	0	0	0
17	      0	0	0	1326	0	0	0	0
18	      0	0	0	1400	0	0	0	0
19	      0	0	0	1359	0	0	0	0
20	      0	0	0	1399	0	0	0	0
21	      0	0	0	1409	0	0	0	0
22	      0	0	0	1256	0	0	0	0
23	      0	0	0	1398	0	0	0	0
24	      0	0	0	1222	0	0	0	0
25	      0	0	0	1365	0	0	0	0
26	      0	0	0	1350	0	0	0	0
27	      0	0	0	1357	0	0	0	0
28	      0	0	0	1285	0	0	0	0
29	      0	0	0	1377	0	0	0	0
30	      0	0	0	1237	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    374	12.4667	0	32424	116	265	579	879

DEBUG    ya.test:process.py:276 Command (pid 2797091) 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 2797053) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2797053) elapsed time (sec): 30.273038148880005
DEBUG    ya.test:process.py:263 Command (pid 2797053) wtime: 30.282
DEBUG    ya.test:process.py:275 Command (pid 2797053) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	333	619	655	655
2	     99	99	0	0	93	250	305	329
3	    105	105	0	0	84	139	169	171
4	    112	112	0	0	85	133	141	145
5	    113	113	0	0	81	136	147	153
6	     44	44	0	0	76	107	116	116
7	      0	0	0	1113	0	0	0	0
8	      0	0	0	1377	0	0	0	0
9	      0	0	0	1261	0	0	0	0
10	      0	0	0	1309	0	0	0	0
11	      0	0	0	1401	0	0	0	0
12	      0	0	0	1295	0	0	0	0
13	      0	0	0	1431	0	0	0	0
14	      0	0	0	1489	0	0	0	0
15	      0	0	0	1338	0	0	0	0
16	      0	0	0	1390	0	0	0	0
17	      0	0	0	1297	0	0	0	0
18	      0	0	0	1266	0	0	0	0
19	      0	0	0	1362	0	0	0	0
20	      0	0	0	1357	0	0	0	0
21	      0	0	0	1395	0	0	0	0
22	      0	0	0	1269	0	0	0	0
23	      0	0	0	1260	0	0	0	0
24	      0	0	0	1099	0	0	0	0
25	      0	0	0	1344	0	0	0	0
26	      0	0	0	1293	0	0	0	0
27	      0	0	0	1298	0	0	0	0
28	      0	0	0	1359	0	0	0	0
29	      0	0	0	1316	0	0	0	0
30	      0	0	0	1160	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    493	16.4333	0	31479	87	250	535	655

DEBUG    ya.test:process.py:276 Command (pid 2797053) 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 2797112) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2797112) elapsed time (sec): 30.340050220489502
DEBUG    ya.test:process.py:263 Command (pid 2797112) wtime: 30.346
DEBUG    ya.test:process.py:275 Command (pid 2797112) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	52	0	0	0	0
7	      0	0	0	1362	0	0	0	0
8	      0	0	0	1488	0	0	0	0
9	      0	0	0	1264	0	0	0	0
10	      0	0	0	1429	0	0	0	0
11	      0	0	0	1430	0	0	0	0
12	      0	0	0	1228	0	0	0	0
13	      0	0	0	1540	0	0	0	0
14	      0	0	0	1529	0	0	0	0
15	      0	0	0	1409	0	0	0	0
16	      0	0	0	1419	0	0	0	0
17	      0	0	0	1437	0	0	0	0
18	      0	0	0	1389	0	0	0	0
19	      0	0	0	1360	0	0	0	0
20	      0	0	0	1450	0	0	0	0
21	      0	0	0	1448	0	0	0	0
22	      0	0	0	1347	0	0	0	0
23	      0	0	0	1300	0	0	0	0
24	      0	0	0	1172	0	0	0	0
25	      0	0	0	1351	0	0	0	0
26	      0	0	0	1369	0	0	0	0
27	      0	0	0	1377	0	0	0	0
28	      0	0	0	1347	0	0	0	0
29	      0	0	0	1361	0	0	0	0
30	      0	0	0	1215	0	0	0	0

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

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6d26cbbe-7a86-46da-bea0-aa8ed58d265e, localhost:7779): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6d26cbbe-7a86-46da-bea0-aa8ed58d265e, localhost:7779): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6d26cbbe-7a86-46da-bea0-aa8ed58d265e, localhost:7779): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c3mdp2mblq.auto.internal" port: 7779 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-c3mdp2mblq.auto.internal:7779, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:7779
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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, d0ef74c9-bb52-4424-962a-1bbc5d9d5d97, localhost:7779): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d0ef74c9-bb52-4424-962a-1bbc5d9d5d97, localhost:7779): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d0ef74c9-bb52-4424-962a-1bbc5d9d5d97, localhost:7779): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c3mdp2mblq.auto.internal" port: 7779 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-c3mdp2mblq.auto.internal:7779, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:7779
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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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:29809
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29809". 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 ===============================
339.05s call     test_log_scenario.py::TestLogScenario::test_log_uniform
32.26s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
22.32s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
7.72s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
6.26s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
5.25s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
5.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
4.85s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
4.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
4.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
4.04s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.97s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.88s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.78s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.74s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.04s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.01s teardown test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.01s teardown test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.01s setup    test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]

(13 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/oai3/001001/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/oai3/001001/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-19T11:39:58.025617Z): source_id=112;tablet_id=72075186224037972;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 @ 0xA779755
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA771C96
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB607FC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E89DB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCD258
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCCFAF
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C3AED
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141877FB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCE627
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1F433
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1F433
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D1C253
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D22D07
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A55E8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA75F5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5AAED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F8A74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FCB34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FC740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FD32E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77B3AC
21. ??:0: ?? @ 0x7FD06E18AAC2
22. ??:0: ?? @ 0x7FD06E21C8BF
============== 1 failed, 11 passed, 1 error in 447.36s (0:07:27) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oai3/000ffa/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.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
6.56s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
6.47s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
6.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
5.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
5.46s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
5.39s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
5.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
5.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
4.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
4.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
4.46s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 71.65s (0:01:11) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oai3/001049/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.63s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
7.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
7.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
7.04s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
6.90s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
6.89s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
6.89s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
6.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
6.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
5.95s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
5.63s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
3.11s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.14s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.02s 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-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
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-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]

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

test_overloads.py .......

============================== slowest durations ===============================
120.21s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
118.84s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
112.53s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
110.45s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
77.90s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
14.67s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
7.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 7 passed in 612.14s (0:10:12) =========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...er/.ya/build/build_root/oai3/001014/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/oai3/001014/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/oai3/001014/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/oai3/001014', '--source-root', '/home/runner/.ya/build/build_root/oai3/001014/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/oai3/001014/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10309775065/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...er/.ya/build/build_root/oai3/001014/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/oai3/001014/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/oai3/001014/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/oai3/001014', '--source-root', '/home/runner/.ya/build/build_root/oai3/001014/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/oai3/001014/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10309775065/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oai3/00100c/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 ===============================
6.84s setup    test_select.py::TestSelect::test_incorrect
5.85s setup    test_update.py::TestUpdate::test_incorrect
5.00s setup    test_replace.py::TestReplace::test_incorrect
1.82s call     test_select.py::TestSelect::test_json_query
1.38s call     test_replace.py::TestReplace::test_replace_total
1.38s call     test_replace.py::TestReplace::test_replace_rollback
1.07s call     test_update.py::TestUpdate::test_update_many_rows
1.03s call     test_replace.py::TestReplace::test_partial_replace
1.02s call     test_update.py::TestUpdate::test_partial_update
0.77s call     test_select.py::TestSelect::test_incorrect
0.73s call     test_replace.py::TestReplace::test_replace_with_nulls
0.64s call     test_update.py::TestUpdate::test_update_pk
0.62s call     test_update.py::TestUpdate::test_incorrect
0.59s call     test_replace.py::TestReplace::test_incorrect
0.05s setup    test_replace.py::TestReplace::test_replace_total
0.02s setup    test_update.py::TestUpdate::test_update_pk
0.02s setup    test_update.py::TestUpdate::test_partial_update
0.01s setup    test_replace.py::TestReplace::test_replace_with_nulls
0.01s setup    test_update.py::TestUpdate::test_update_many_rows

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 30.41s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/oai3/001012/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 ===============================
362.75s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
53.08s call     zip_bomb.py::TestZipBomb::test
16.58s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
6.51s setup    test_update.py::TestUpdate::test_update_rollback
5.15s setup    test_upsert.py::TestUpsert::test_copy_full
4.36s setup    zip_bomb.py::TestZipBomb::test
3.09s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
2.34s call     test_update.py::TestUpdate::test_update_rollback
1.71s call     test_upsert.py::TestUpsert::test_copy_full
1.65s call     test_update.py::TestUpdate::test_update_single_column
1.50s call     test_upsert.py::TestUpsert::test_copy_partial
1.42s call     test_upsert.py::TestUpsert::test_count
0.91s call     test_update.py::TestUpdate::test_update_single_row
0.85s call     test_upsert.py::TestUpsert::test_partial_update
0.53s call     test_upsert.py::TestUpsert::test_insert_nulls
0.44s call     test_upsert.py::TestUpsert::test_incorrect
0.01s setup    test_upsert.py::TestUpsert::test_partial_update
0.01s setup    test_update.py::TestUpdate::test_update_single_row
0.01s setup    test_upsert.py::TestUpsert::test_incorrect
0.01s setup    test_update.py::TestUpdate::test_update_single_column
0.01s setup    test_upsert.py::TestUpsert::test_copy_partial

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