============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/00348d/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_auth_system_views.py ....
test_create_users.py .
test_create_users_strict_acl_checks.py .

============================== slowest durations ===============================
151.26s setup    test_auth_system_views.py::test_tenant_auth_groups_access[clusteradmin-True]
29.53s teardown test_auth_system_views.py::test_tenant_auth_groups_access[ordinaryuser-False]
12.80s call     test_create_users.py::test_create_user
12.22s setup    test_create_users.py::test_create_user
9.78s setup    test_create_users_strict_acl_checks.py::test_create_user
8.57s teardown test_create_users_strict_acl_checks.py::test_create_user
3.17s teardown test_create_users.py::test_create_user
1.97s call     test_create_users_strict_acl_checks.py::test_create_user
0.44s call     test_auth_system_views.py::test_tenant_auth_groups_access[dbadmin-True]
0.43s call     test_auth_system_views.py::test_tenant_auth_groups_access[ordinaryuser-False]
0.43s call     test_auth_system_views.py::test_tenant_auth_groups_access[clusteradmin-True]
0.43s call     test_auth_system_views.py::test_tenant_auth_groups_access[clusteruser-False]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 231.32s (0:03:51) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/0034db/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_db_counters.py .....
test_dynamic_tenants.py .

============================== slowest durations ===============================
150.25s call     test_db_counters.py::TestKqpCounters::test_case
66.55s call     test_db_counters.py::TestStorageCounters::test_storage_counters[enable_separate_quotas]
46.49s call     test_db_counters.py::TestStorageCounters::test_storage_counters[disable_separate_quotas]
20.33s setup    test_db_counters.py::test_serverless_counters[enable_separate_quotas]
17.56s call     test_db_counters.py::test_serverless_counters[disable_separate_quotas]
17.01s teardown test_db_counters.py::test_serverless_counters[enable_separate_quotas]
14.89s setup    test_db_counters.py::TestStorageCounters::test_storage_counters[enable_separate_quotas]
13.79s call     test_db_counters.py::test_serverless_counters[enable_separate_quotas]
13.35s call     test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--false]
10.32s setup    test_db_counters.py::test_serverless_counters[disable_separate_quotas]
7.03s setup    test_db_counters.py::TestStorageCounters::test_storage_counters[disable_separate_quotas]
6.60s setup    test_db_counters.py::TestKqpCounters::test_case
3.62s teardown test_db_counters.py::TestStorageCounters::test_storage_counters[disable_separate_quotas]
3.52s teardown test_db_counters.py::TestKqpCounters::test_case
3.01s setup    test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--false]
3.00s teardown test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--false]
1.52s teardown test_db_counters.py::TestStorageCounters::test_storage_counters[enable_separate_quotas]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 399.13s (0:06:39) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_dynamic_tenants.py ...FF.

=================================== FAILURES ===================================
_ test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false] _
ydb/tests/functional/tenants/test_dynamic_tenants.py:350: in test_create_and_drop_the_same_tenant2
    pool.retry_operation_sync(write_some_data, None, "table", "table_for_rm", value)
contrib/python/ydb/py3/ydb/table.py:2655: in retry_operation_sync
    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/table.py:2653: in wrapped_callee
    return callee(session, *args, **kwargs)
ydb/tests/functional/tenants/test_dynamic_tenants.py:340: in write_some_data
    session.transaction().execute(
contrib/python/ydb/py3/ydb/table.py:2392: in execute
    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:464: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:516: in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
contrib/python/ydb/py3/ydb/_session_impl.py:20: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:9: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:22: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:165: in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.SchemeError: message: "Failed to create default pool in database /Root/users/database" severity: 1 issues { message: "Failed to create resource pool: StatusPathDoesNotExist" severity: 1 issues { message: "Path does not exist" issue_code: 200200 severity: 1 } } ,message: "Query failed during adding/waiting in workload pool " severity: 1 (server_code: 400070)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
INFO     ydb.tests.library.fixtures:__init__.py:58 destroy ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:12879/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13736
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3777
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15135
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4619
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32049
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4542
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23643
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28196
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64080
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11117
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12722
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21630
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9191
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5341
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13745
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12517
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26595
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62760
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14022
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9739
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11802
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1116
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8361
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5952
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15330
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29381
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4685
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31309
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25282
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2036
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22832
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26341
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6142
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3228
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25995
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10131
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1247
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8584
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1256
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22191
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27241
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28524
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21704
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14413
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10611
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28045
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10963
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29155
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32128
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8720
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2680
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29259
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23842
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12879
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26477
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24842
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/ntzx/0034d3/r3tmp/kikimr_cluster_ojcoar57
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19345
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64536
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4711
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22601
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034d3/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/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_dh_k7ifl.log --grpc-port=19345 --mon-port=64536 --ic-port=24842
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:19345/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034d3/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/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_dh_k7ifl.log --grpc-port=19345 --mon-port=64536 --ic-port=24842
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_dh_k7ifl.log', '--grpc-port=19345', '--mon-port=64536', '--ic-port=24842')' in '/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1120537
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:19345/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.30
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.30
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1120538
DEBUG    ya.test:process.py:259 Command (pid 1120538) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1120538) elapsed time (sec): 0.7578823566436768
DEBUG    ya.test:process.py:263 Command (pid 1120538) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1120538) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1120538) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1120538) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1120538) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1120538) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1120538) minflt: 16090
DEBUG    ya.test:process.py:263 Command (pid 1120538) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1120538) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1120538) nivcsw: 40
DEBUG    ya.test:process.py:263 Command (pid 1120538) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1120538) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1120538) nvcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 1120538) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1120538) stime: 0.601743
DEBUG    ya.test:process.py:263 Command (pid 1120538) utime: 0.106888
DEBUG    ya.test:process.py:263 Command (pid 1120538) wtime: 0.759
DEBUG    ya.test:process.py:275 Command (pid 1120538) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1120538) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19345', '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: 24842\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.31
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.31
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19345', '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: 24842\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1121891
DEBUG    ya.test:process.py:259 Command (pid 1121891) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1121891) elapsed time (sec): 0.5262489318847656
DEBUG    ya.test:process.py:263 Command (pid 1121891) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1121891) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1121891) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1121891) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1121891) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1121891) maxrss: 545992
DEBUG    ya.test:process.py:263 Command (pid 1121891) minflt: 18229
DEBUG    ya.test:process.py:263 Command (pid 1121891) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1121891) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1121891) nivcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 1121891) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1121891) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1121891) nvcsw: 137
DEBUG    ya.test:process.py:263 Command (pid 1121891) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1121891) stime: 0.35221199999999997
DEBUG    ya.test:process.py:263 Command (pid 1121891) utime: 0.130597
DEBUG    ya.test:process.py:263 Command (pid 1121891) wtime: 0.527
DEBUG    ya.test:process.py:275 Command (pid 1121891) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19345', '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.32
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.32
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19345', '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: 1122208
DEBUG    ya.test:process.py:259 Command (pid 1122208) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1122208) elapsed time (sec): 0.6141993999481201
DEBUG    ya.test:process.py:263 Command (pid 1122208) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1122208) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1122208) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1122208) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1122208) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1122208) maxrss: 546000
DEBUG    ya.test:process.py:263 Command (pid 1122208) minflt: 18232
DEBUG    ya.test:process.py:263 Command (pid 1122208) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1122208) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1122208) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 1122208) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1122208) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1122208) nvcsw: 149
DEBUG    ya.test:process.py:263 Command (pid 1122208) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1122208) stime: 0.445664
DEBUG    ya.test:process.py:263 Command (pid 1122208) utime: 0.12446399999999999
DEBUG    ya.test:process.py:263 Command (pid 1122208) wtime: 0.615
DEBUG    ya.test:process.py:275 Command (pid 1122208) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:512 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:519 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_dynamic_tenants.py, test_name: test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false])
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:310 create_database
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18536
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23648
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10854
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65172
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25793
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:19345 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/slot_1/logfile_52zrkdr5.log --grpc-port=18536 --mon-port=23648 --ic-port=10854
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:19345 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/slot_1/logfile_52zrkdr5.log --grpc-port=18536 --mon-port=23648 --ic-port=10854
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:19345', '--tenant=/Root/users/database', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/slot_1/logfile_52zrkdr5.log', '--grpc-port=18536', '--mon-port=23648', '--ic-port=10854')' in '/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1122974
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:18536/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.33
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.33
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1122975
DEBUG    ya.test:process.py:259 Command (pid 1122975) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1122975) elapsed time (sec): 0.5479187965393066
DEBUG    ya.test:process.py:263 Command (pid 1122975) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1122975) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1122975) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1122975) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1122975) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1122975) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1122975) minflt: 16651
DEBUG    ya.test:process.py:263 Command (pid 1122975) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1122975) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1122975) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 1122975) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1122975) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1122975) nvcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 1122975) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1122975) stime: 0.393611
DEBUG    ya.test:process.py:263 Command (pid 1122975) utime: 0.106275
DEBUG    ya.test:process.py:263 Command (pid 1122975) wtime: 0.549
DEBUG    ya.test:process.py:275 Command (pid 1122975) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1122975) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:334 create table one
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7f1841804650 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 1). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f18418052d0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/users/database
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 85235fc7-ecad-485e-ae6b-8a508f39a82d, localhost:19345): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 85235fc7-ecad-485e-ae6b-8a508f39a82d, localhost:19345): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 85235fc7-ecad-485e-ae6b-8a508f39a82d, localhost:19345): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root/users/database. Endpoint: "localhost:19345". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19345
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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/users/database
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 964bea14-dd07-4f38-98e0-121cd232c860, localhost:19345): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 964bea14-dd07-4f38-98e0-121cd232c860, localhost:19345): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 964bea14-dd07-4f38-98e0-121cd232c860, localhost:19345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-w576c2t3um.auto.internal" port: 18536 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/users/database: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-w576c2t3um.auto.internal:18536, location , 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:19345
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6ef0d031-f27d-4410-bfa4-420faff42bb4, ghrun-w576c2t3um.auto.internal:18536): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6ef0d031-f27d-4410-bfa4-420faff42bb4, ghrun-w576c2t3um.auto.internal:18536): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 6ef0d031-f27d-4410-bfa4-420faff42bb4, ghrun-w576c2t3um.auto.internal:18536): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6ef0d031-f27d-4410-bfa4-420faff42bb4, ghrun-w576c2t3um.auto.internal:18536): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=YjAzNDFkMDQtZTJhN2IyNmEtNGYwZjE5ZTAtZDVkOWU3NjQ=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 6ef0d031-f27d-4410-bfa4-420faff42bb4, ghrun-w576c2t3um.auto.internal:18536): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, e89efdd0-2eea-49fc-a510-9098ef31ca77, ghrun-w576c2t3um.auto.internal:18536): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, e89efdd0-2eea-49fc-a510-9098ef31ca77, ghrun-w576c2t3um.auto.internal:18536): request = { session_id: "ydb://session/3?node_id=50000&id=YjAzNDFkMDQtZTJhN2IyNmEtNGYwZjE5ZTAtZDVkOWU3NjQ=" path: "/Root/users/database/table" columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, e89efdd0-2eea-49fc-a510-9098ef31ca77, ghrun-w576c2t3um.auto.internal:18536): response = { operation { ready: true status: UNAVAILABLE issues { message: "Schemeshard not available" severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 8d85d1f1-da52-4c95-801a-1d781e0326cb, ghrun-w576c2t3um.auto.internal:18536): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 8d85d1f1-da52-4c95-801a-1d781e0326cb, ghrun-w576c2t3um.auto.internal:18536): request = { session_id: "ydb://session/3?node_id=50000&id=YjAzNDFkMDQtZTJhN2IyNmEtNGYwZjE5ZTAtZDVkOWU3NjQ=" path: "/Root/users/database/table" columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 8d85d1f1-da52-4c95-801a-1d781e0326cb, ghrun-w576c2t3um.auto.internal:18536): response = { operation { ready: true status: UNAVAILABLE issues { message: "Schemeshard not available" severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, e750b067-d23b-41ed-bc53-cafdce1b9a15, ghrun-w576c2t3um.auto.internal:18536): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, e750b067-d23b-41ed-bc53-cafdce1b9a15, ghrun-w576c2t3um.auto.internal:18536): request = { session_id: "ydb://session/3?node_id=50000&id=YjAzNDFkMDQtZTJhN2IyNmEtNGYwZjE5ZTAtZDVkOWU3NjQ=" path: "/Root/users/database/table" columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, e750b067-d23b-41ed-bc53-cafdce1b9a15, ghrun-w576c2t3um.auto.internal:18536): response = { operation { ready: true status: UNAVAILABLE issues { message: "Schemeshard not available" severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 1f647fa6-ab24-4e86-bea7-71fe3df04c7c, ghrun-w576c2t3um.auto.internal:18536): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 1f647fa6-ab24-4e86-bea7-71fe3df04c7c, ghrun-w576c2t3um.auto.internal:18536): request = { session_id: "ydb://session/3?node_id=50000&id=YjAzNDFkMDQtZTJhN2IyNmEtNGYwZjE5ZTAtZDVkOWU3NjQ=" path: "/Root/users/database/table" columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 1f647fa6-ab24-4e86-bea7-71fe3df04c7c, ghrun-w576c2t3um.auto.internal:18536): response = { operation { ready: true status: UNAVAILABLE issues { message: "Schemeshard not available" severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, fcd7b276-e574-4745-8770-a376c92b379a, ghrun-w576c2t3um.auto.internal:18536): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, fcd7b276-e574-4745-8770-a376c92b379a, ghrun-w576c2t3um.auto.internal:18536): request = { session_id: "ydb://session/3?node_id=50000&id=YjAzNDFkMDQtZTJhN2IyNmEtNGYwZjE5ZTAtZDVkOWU3NjQ=" path: "/Root/users/database/table" columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, fcd7b276-e574-4745-8770-a376c92b379a, ghrun-w576c2t3um.auto.internal:18536): response = { operation { ready: true status: UNAVAILABLE issues { message: "Schemeshard not available" severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, b11c47e5-2a86-431d-91db-870e492a4546, ghrun-w576c2t3um.auto.internal:18536): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, b11c47e5-2a86-431d-91db-870e492a4546, ghrun-w576c2t3um.auto.internal:18536): request = { session_id: "ydb://session/3?node_id=50000&id=YjAzNDFkMDQtZTJhN2IyNmEtNGYwZjE5ZTAtZDVkOWU3NjQ=" path: "/Root/users/database/table" columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, b11c47e5-2a86-431d-91db-870e492a4546, ghrun-w576c2t3um.auto.internal:18536): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:336 create table two
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, dd5b8d85-6a5f-46b8-93cc-ee8ddd54bf41, ghrun-w576c2t3um.auto.internal:18536): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, dd5b8d85-6a5f-46b8-93cc-ee8ddd54bf41, ghrun-w576c2t3um.auto.internal:18536): request = { session_id: "ydb://session/3?node_id=50000&id=YjAzNDFkMDQtZTJhN2IyNmEtNGYwZjE5ZTAtZDVkOWU3NjQ=" path: "/Root/users/database/table_for_rm" columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, dd5b8d85-6a5f-46b8-93cc-ee8ddd54bf41, ghrun-w576c2t3um.auto.internal:18536): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:349 write_some_data
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d526e755-2b8b-48fb-a092-d8f656a285fd, ghrun-w576c2t3um.auto.internal:18536): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d526e755-2b8b-48fb-a092-d8f656a285fd, ghrun-w576c2t3um.auto.internal:18536): request = { session_id: "ydb://session/3?node_id=50000&id=YjAzNDFkMDQtZTJhN2IyNmEtNGYwZjE5ZTAtZDVkOWU3NjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "\n                        upsert into table (id, value)\n                        values (1u, \"/Root/users/database_0\");\n                        upsert into table_for_rm (id, value)\n                        values (2u, \"/Root/users/database_0\");\n                        " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d526e755-2b8b-48fb-a092-d8f656a285fd, ghrun-w576c2t3um.auto.internal:18536): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:362 read_some_data
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf19ce47-a01a-4a8c-9455-a539a1755369, ghrun-w576c2t3um.auto.internal:18536): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf19ce47-a01a-4a8c-9455-a539a1755369, ghrun-w576c2t3um.auto.internal:18536): request = { session_id: "ydb://session/3?node_id=50000&id=YjAzNDFkMDQtZTJhN2IyNmEtNGYwZjE5ZTAtZDVkOWU3NjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "\n                        select id, value FROM table;\n                        select id, value FROM table_for_rm;\n                        " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf19ce47-a01a-4a8c-9455-a539a1755369, ghrun-w576c2t3um.auto.internal:18536): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } rows { items { uint64_value: 1 } items { text_value: "/Root/users/database_0" } } format: FORMAT_VALUE } result_sets { columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } rows { items { uint64_value: 2 } items { text_value: "/Root/users/database_0" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:380 drop table two
DEBUG    ydb.connection:connection.py:421 RpcState(DropTable, f5271170-a585-4fe3-bd04-51af2abb5af2, ghrun-w576c2t3um.auto.internal:18536): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DropTable, f5271170-a585-4fe3-bd04-51af2abb5af2, ghrun-w576c2t3um.auto.internal:18536): request = { session_id: "ydb://session/3?node_id=50000&id=YjAzNDFkMDQtZTJhN2IyNmEtNGYwZjE5ZTAtZDVkOWU3NjQ=" path: "/Root/users/database/table_for_rm" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DropTable, f5271170-a585-4fe3-bd04-51af2abb5af2, ghrun-w576c2t3um.auto.internal:18536): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.table.SessionPool:_sp_impl.py:56 Session pool is under stop, cancelling all in flight waiters.
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7f18418052d0>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7f18418052d0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 8ae5a25a-e61c-4041-bc3b-208ba6d096a4, ghrun-w576c2t3um.auto.internal:18536): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 8ae5a25a-e61c-4041-bc3b-208ba6d096a4, ghrun-w576c2t3um.auto.internal:18536): request = { session_id: "ydb://session/3?node_id=50000&id=YjAzNDFkMDQtZTJhN2IyNmEtNGYwZjE5ZTAtZDVkOWU3NjQ=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7f18418052d0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 8ae5a25a-e61c-4041-bc3b-208ba6d096a4, ghrun-w576c2t3um.auto.internal:18536): on response callback started
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 8ae5a25a-e61c-4041-bc3b-208ba6d096a4, ghrun-w576c2t3um.auto.internal:18536): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 8ae5a25a-e61c-4041-bc3b-208ba6d096a4, ghrun-w576c2t3um.auto.internal:18536): on response callback success
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19345
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-w576c2t3um.auto.internal:18536
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:383 remove_database
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/users/database
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/users/database: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:378 /Root/users/database: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/users/database&cmstid=72057594037936131&txid=1760608041819519&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:386 /Root/users/database: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:388 /Root/users/database: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/users/database: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:407 /Root/users/database: tenant gone
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:18536/1
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:387 done 0
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:310 create_database
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27993
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4615
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21149
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15776
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14816
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:19345 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/slot_2/logfile_3y5rfp2a.log --grpc-port=27993 --mon-port=4615 --ic-port=21149
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:19345 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/slot_2/logfile_3y5rfp2a.log --grpc-port=27993 --mon-port=4615 --ic-port=21149
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:19345', '--tenant=/Root/users/database', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/slot_2/logfile_3y5rfp2a.log', '--grpc-port=27993', '--mon-port=4615', '--ic-port=21149')' in '/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/slot_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1126977
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:27993/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.34
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.34
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1126978
DEBUG    ya.test:process.py:259 Command (pid 1126978) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1126978) elapsed time (sec): 0.5756649971008301
DEBUG    ya.test:process.py:263 Command (pid 1126978) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1126978) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1126978) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1126978) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1126978) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1126978) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1126978) minflt: 17572
DEBUG    ya.test:process.py:263 Command (pid 1126978) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1126978) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1126978) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 1126978) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1126978) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1126978) nvcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 1126978) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1126978) stime: 0.415253
DEBUG    ya.test:process.py:263 Command (pid 1126978) utime: 0.111798
DEBUG    ya.test:process.py:263 Command (pid 1126978) wtime: 0.576
DEBUG    ya.test:process.py:275 Command (pid 1126978) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1126978) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:334 create table one
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7f184279eea0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 1). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7f184156c920>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f184156c920>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/users/database
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 67c60ace-bd3d-48f5-bdaa-cda4d0e31f7b, localhost:19345): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 67c60ace-bd3d-48f5-bdaa-cda4d0e31f7b, localhost:19345): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 67c60ace-bd3d-48f5-bdaa-cda4d0e31f7b, localhost:19345): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root/users/database. Endpoint: "localhost:19345". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19345
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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/users/database
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, d41b3b81-acbe-44c2-81f9-ade92f159dfe, localhost:19345): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d41b3b81-acbe-44c2-81f9-ade92f159dfe, localhost:19345): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d41b3b81-acbe-44c2-81f9-ade92f159dfe, localhost:19345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-w576c2t3um.auto.internal" port: 27993 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" node_id: 50001 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/users/database: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-w576c2t3um.auto.internal:27993, location , 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:19345
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f184156c920>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ff44392f-7fcf-447a-a221-d5f706d8499f, ghrun-w576c2t3um.auto.internal:27993): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ff44392f-7fcf-447a-a221-d5f706d8499f, ghrun-w576c2t3um.auto.internal:27993): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, ff44392f-7fcf-447a-a221-d5f706d8499f, ghrun-w576c2t3um.auto.internal:27993): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ff44392f-7fcf-447a-a221-d5f706d8499f, ghrun-w576c2t3um.auto.internal:27993): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=NWEwYTIzYWItOGI0NDlhOTAtY2U3ZWZkMmQtNjFjZGFkZmQ=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f184156c920>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f184156c920>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, ff44392f-7fcf-447a-a221-d5f706d8499f, ghrun-w576c2t3um.auto.internal:27993): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 08734fc4-b6cb-4f7d-81c7-f0ab2b2e46a4, ghrun-w576c2t3um.auto.internal:27993): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 08734fc4-b6cb-4f7d-81c7-f0ab2b2e46a4, ghrun-w576c2t3um.auto.internal:27993): request = { session_id: "ydb://session/3?node_id=50001&id=NWEwYTIzYWItOGI0NDlhOTAtY2U3ZWZkMmQtNjFjZGFkZmQ=" path: "/Root/users/database/table" columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 08734fc4-b6cb-4f7d-81c7-f0ab2b2e46a4, ghrun-w576c2t3um.auto.internal:27993): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f184156c920>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:336 create table two
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 6005a916-99a0-420c-a86a-ec51d8be395d, ghrun-w576c2t3um.auto.internal:27993): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 6005a916-99a0-420c-a86a-ec51d8be395d, ghrun-w576c2t3um.auto.internal:27993): request = { session_id: "ydb://session/3?node_id=50001&id=NWEwYTIzYWItOGI0NDlhOTAtY2U3ZWZkMmQtNjFjZGFkZmQ=" path: "/Root/users/database/table_for_rm" columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 6005a916-99a0-420c-a86a-ec51d8be395d, ghrun-w576c2t3um.auto.internal:27993): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f184156c920>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:349 write_some_data
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34dd74e1-3269-47d4-a6e1-c78d1d3ec14f, ghrun-w576c2t3um.auto.internal:27993): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34dd74e1-3269-47d4-a6e1-c78d1d3ec14f, ghrun-w576c2t3um.auto.internal:27993): request = { session_id: "ydb://session/3?node_id=50001&id=NWEwYTIzYWItOGI0NDlhOTAtY2U3ZWZkMmQtNjFjZGFkZmQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "\n                        upsert into table (id, value)\n                        values (1u, \"/Root/users/database_1\");\n                        upsert into table_for_rm (id, value)\n                        values (2u, \"/Root/users/database_1\");\n                        " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34dd74e1-3269-47d4-a6e1-c78d1d3ec14f, ghrun-w576c2t3um.auto.internal:27993): response = { operation { ready: true status: SCHEME_ERROR issues { message: "Failed to create default pool in database /Root/users/database" severity: 1 issues { message: "Failed to create resource pool: StatusPathDoesNotExist" severity: 1 issues { message: "Path does not exist" issue_code: 200200 severity: 1 } } } issues { message: "Query failed during adding/waiting in workload pool " severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f184156c920>
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.table.SessionPool:_sp_impl.py:56 Session pool is under stop, cancelling all in flight waiters.
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7f184156c920>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7f184156c920> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 09f5019f-4879-4499-81e9-3f5e53f1f04c, ghrun-w576c2t3um.auto.internal:27993): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 09f5019f-4879-4499-81e9-3f5e53f1f04c, ghrun-w576c2t3um.auto.internal:27993): request = { session_id: "ydb://session/3?node_id=50001&id=NWEwYTIzYWItOGI0NDlhOTAtY2U3ZWZkMmQtNjFjZGFkZmQ=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7f184156c920>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 09f5019f-4879-4499-81e9-3f5e53f1f04c, ghrun-w576c2t3um.auto.internal:27993): on response callback started
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 09f5019f-4879-4499-81e9-3f5e53f1f04c, ghrun-w576c2t3um.auto.internal:27993): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19345
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 09f5019f-4879-4499-81e9-3f5e53f1f04c, ghrun-w576c2t3um.auto.internal:27993): on response callback success
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-w576c2t3um.auto.internal:27993
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
_ test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true] _
ydb/tests/functional/tenants/test_dynamic_tenants.py:350: in test_create_and_drop_the_same_tenant2
    pool.retry_operation_sync(write_some_data, None, "table", "table_for_rm", value)
contrib/python/ydb/py3/ydb/table.py:2655: in retry_operation_sync
    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/table.py:2653: in wrapped_callee
    return callee(session, *args, **kwargs)
ydb/tests/functional/tenants/test_dynamic_tenants.py:340: in write_some_data
    session.transaction().execute(
contrib/python/ydb/py3/ydb/table.py:2392: in execute
    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:464: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:516: in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
contrib/python/ydb/py3/ydb/_session_impl.py:20: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:9: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:22: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:165: in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.SchemeError: message: "Failed to create default pool in database /Root/users/database" severity: 1 issues { message: "Failed to create resource pool: StatusPathDoesNotExist" severity: 1 issues { message: "Path does not exist" issue_code: 200200 severity: 1 } } ,message: "Query failed during adding/waiting in workload pool " severity: 1 (server_code: 400070)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
INFO     ydb.tests.library.fixtures:__init__.py:58 destroy ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:27993/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:19345/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14816
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15776
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21149
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4615
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27993
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25793
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65172
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10854
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23648
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18536
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22601
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4711
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64536
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19345
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24842
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24475
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/ntzx/0034d3/r3tmp/kikimr_cluster_x4ii5vvt
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5614
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18243
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20223
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2822
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034d3/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/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_p9jiqv7x.log --grpc-port=5614 --mon-port=18243 --ic-port=24475
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:5614/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034d3/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/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_p9jiqv7x.log --grpc-port=5614 --mon-port=18243 --ic-port=24475
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_p9jiqv7x.log', '--grpc-port=5614', '--mon-port=18243', '--ic-port=24475')' in '/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1132616
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:5614/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.35
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.35
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1132621
DEBUG    ya.test:process.py:259 Command (pid 1132621) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1132621) elapsed time (sec): 0.5930817127227783
DEBUG    ya.test:process.py:263 Command (pid 1132621) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1132621) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1132621) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1132621) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1132621) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1132621) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1132621) minflt: 20145
DEBUG    ya.test:process.py:263 Command (pid 1132621) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1132621) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1132621) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 1132621) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1132621) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1132621) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1132621) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1132621) stime: 0.460837
DEBUG    ya.test:process.py:263 Command (pid 1132621) utime: 0.08415199999999999
DEBUG    ya.test:process.py:263 Command (pid 1132621) wtime: 0.594
DEBUG    ya.test:process.py:275 Command (pid 1132621) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1132621) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:5614', '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: 24475\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.36
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.36
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:5614', '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: 24475\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1134714
DEBUG    ya.test:process.py:259 Command (pid 1134714) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1134714) elapsed time (sec): 0.5566165447235107
DEBUG    ya.test:process.py:263 Command (pid 1134714) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1134714) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1134714) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1134714) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1134714) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1134714) maxrss: 546208
DEBUG    ya.test:process.py:263 Command (pid 1134714) minflt: 18243
DEBUG    ya.test:process.py:263 Command (pid 1134714) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1134714) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1134714) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 1134714) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1134714) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1134714) nvcsw: 149
DEBUG    ya.test:process.py:263 Command (pid 1134714) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1134714) stime: 0.397238
DEBUG    ya.test:process.py:263 Command (pid 1134714) utime: 0.11520599999999999
DEBUG    ya.test:process.py:263 Command (pid 1134714) wtime: 0.558
DEBUG    ya.test:process.py:275 Command (pid 1134714) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:5614', '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.37
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.37
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:5614', '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: 1135052
DEBUG    ya.test:process.py:259 Command (pid 1135052) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1135052) elapsed time (sec): 0.5640919208526611
DEBUG    ya.test:process.py:263 Command (pid 1135052) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1135052) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1135052) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1135052) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1135052) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1135052) maxrss: 546228
DEBUG    ya.test:process.py:263 Command (pid 1135052) minflt: 18238
DEBUG    ya.test:process.py:263 Command (pid 1135052) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1135052) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1135052) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 1135052) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1135052) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1135052) nvcsw: 150
DEBUG    ya.test:process.py:263 Command (pid 1135052) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1135052) stime: 0.424069
DEBUG    ya.test:process.py:263 Command (pid 1135052) utime: 0.09601499999999999
DEBUG    ya.test:process.py:263 Command (pid 1135052) wtime: 0.565
DEBUG    ya.test:process.py:275 Command (pid 1135052) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:512 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:519 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_dynamic_tenants.py, test_name: test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true])
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:310 create_database
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25062
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19356
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10060
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4599
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29625
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:5614 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/slot_1/logfile_vdzqn1pj.log --grpc-port=25062 --mon-port=19356 --ic-port=10060
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:5614 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/slot_1/logfile_vdzqn1pj.log --grpc-port=25062 --mon-port=19356 --ic-port=10060
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:5614', '--tenant=/Root/users/database', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/slot_1/logfile_vdzqn1pj.log', '--grpc-port=25062', '--mon-port=19356', '--ic-port=10060')' in '/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1135755
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:25062/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.38
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.38
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1135758
DEBUG    ya.test:process.py:259 Command (pid 1135758) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1135758) elapsed time (sec): 0.8158314228057861
DEBUG    ya.test:process.py:263 Command (pid 1135758) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1135758) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1135758) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1135758) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1135758) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1135758) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1135758) minflt: 23575
DEBUG    ya.test:process.py:263 Command (pid 1135758) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1135758) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1135758) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 1135758) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1135758) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1135758) nvcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 1135758) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1135758) stime: 0.6510159999999999
DEBUG    ya.test:process.py:263 Command (pid 1135758) utime: 0.11664
DEBUG    ya.test:process.py:263 Command (pid 1135758) wtime: 0.817
DEBUG    ya.test:process.py:275 Command (pid 1135758) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1135758) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:334 create table one
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7f183ff4f5d0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 1). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7f183ff4d190>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f183ff4d190>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/users/database
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 2363afaf-9052-4548-b0b7-227076bc38cb, localhost:5614): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2363afaf-9052-4548-b0b7-227076bc38cb, localhost:5614): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2363afaf-9052-4548-b0b7-227076bc38cb, localhost:5614): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root/users/database. Endpoint: "localhost:5614". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5614
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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/users/database
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, da6ad7c1-b799-4c19-91cf-71e758fcf608, localhost:5614): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, da6ad7c1-b799-4c19-91cf-71e758fcf608, localhost:5614): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, da6ad7c1-b799-4c19-91cf-71e758fcf608, localhost:5614): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-w576c2t3um.auto.internal" port: 25062 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/users/database: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-w576c2t3um.auto.internal:25062, location , 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:5614
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f183ff4d190>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 126871a3-2385-4907-afbc-03f29f5b0a00, ghrun-w576c2t3um.auto.internal:25062): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 126871a3-2385-4907-afbc-03f29f5b0a00, ghrun-w576c2t3um.auto.internal:25062): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 126871a3-2385-4907-afbc-03f29f5b0a00, ghrun-w576c2t3um.auto.internal:25062): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 126871a3-2385-4907-afbc-03f29f5b0a00, ghrun-w576c2t3um.auto.internal:25062): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=ZmY4MTJmZDgtOWRjNTVlMjEtYjgwZDljNy00NmRhZDI2NQ==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f183ff4d190>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f183ff4d190>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, a0174b15-7c34-4b7f-a5c9-72c21025d96f, ghrun-w576c2t3um.auto.internal:25062): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 126871a3-2385-4907-afbc-03f29f5b0a00, ghrun-w576c2t3um.auto.internal:25062): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, a0174b15-7c34-4b7f-a5c9-72c21025d96f, ghrun-w576c2t3um.auto.internal:25062): request = { session_id: "ydb://session/3?node_id=50000&id=ZmY4MTJmZDgtOWRjNTVlMjEtYjgwZDljNy00NmRhZDI2NQ==" path: "/Root/users/database/table" columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, a0174b15-7c34-4b7f-a5c9-72c21025d96f, ghrun-w576c2t3um.auto.internal:25062): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f183ff4d190>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:336 create table two
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 925b47e8-e444-4f77-a4d9-c66594af578f, ghrun-w576c2t3um.auto.internal:25062): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 925b47e8-e444-4f77-a4d9-c66594af578f, ghrun-w576c2t3um.auto.internal:25062): request = { session_id: "ydb://session/3?node_id=50000&id=ZmY4MTJmZDgtOWRjNTVlMjEtYjgwZDljNy00NmRhZDI2NQ==" path: "/Root/users/database/table_for_rm" columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 925b47e8-e444-4f77-a4d9-c66594af578f, ghrun-w576c2t3um.auto.internal:25062): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f183ff4d190>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:349 write_some_data
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfabf56c-5dc0-476a-84ed-dcd20213f10d, ghrun-w576c2t3um.auto.internal:25062): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfabf56c-5dc0-476a-84ed-dcd20213f10d, ghrun-w576c2t3um.auto.internal:25062): request = { session_id: "ydb://session/3?node_id=50000&id=ZmY4MTJmZDgtOWRjNTVlMjEtYjgwZDljNy00NmRhZDI2NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "\n                        upsert into table (id, value)\n                        values (1u, \"/Root/users/database_0\");\n                        upsert into table_for_rm (id, value)\n                        values (2u, \"/Root/users/database_0\");\n                        " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfabf56c-5dc0-476a-84ed-dcd20213f10d, ghrun-w576c2t3um.auto.internal:25062): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f183ff4d190>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:362 read_some_data
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e49f041-56a3-4100-a566-bb249b93b939, ghrun-w576c2t3um.auto.internal:25062): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e49f041-56a3-4100-a566-bb249b93b939, ghrun-w576c2t3um.auto.internal:25062): request = { session_id: "ydb://session/3?node_id=50000&id=ZmY4MTJmZDgtOWRjNTVlMjEtYjgwZDljNy00NmRhZDI2NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "\n                        select id, value FROM table;\n                        select id, value FROM table_for_rm;\n                        " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e49f041-56a3-4100-a566-bb249b93b939, ghrun-w576c2t3um.auto.internal:25062): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } rows { items { uint64_value: 1 } items { text_value: "/Root/users/database_0" } } format: FORMAT_VALUE } result_sets { columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } rows { items { uint64_value: 2 } items { text_value: "/Root/users/database_0" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f183ff4d190>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:380 drop table two
DEBUG    ydb.connection:connection.py:421 RpcState(DropTable, 1b6ea76d-8964-4262-9da5-36fe9d3be37b, ghrun-w576c2t3um.auto.internal:25062): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DropTable, 1b6ea76d-8964-4262-9da5-36fe9d3be37b, ghrun-w576c2t3um.auto.internal:25062): request = { session_id: "ydb://session/3?node_id=50000&id=ZmY4MTJmZDgtOWRjNTVlMjEtYjgwZDljNy00NmRhZDI2NQ==" path: "/Root/users/database/table_for_rm" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DropTable, 1b6ea76d-8964-4262-9da5-36fe9d3be37b, ghrun-w576c2t3um.auto.internal:25062): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f183ff4d190>
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.table.SessionPool:_sp_impl.py:56 Session pool is under stop, cancelling all in flight waiters.
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7f183ff4d190>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7f183ff4d190> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, a3cb9689-bc3e-4c50-b82f-7dff1566a737, ghrun-w576c2t3um.auto.internal:25062): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, a3cb9689-bc3e-4c50-b82f-7dff1566a737, ghrun-w576c2t3um.auto.internal:25062): request = { session_id: "ydb://session/3?node_id=50000&id=ZmY4MTJmZDgtOWRjNTVlMjEtYjgwZDljNy00NmRhZDI2NQ==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7f183ff4d190>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
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:5614
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, a3cb9689-bc3e-4c50-b82f-7dff1566a737, ghrun-w576c2t3um.auto.internal:25062): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, a3cb9689-bc3e-4c50-b82f-7dff1566a737, ghrun-w576c2t3um.auto.internal:25062): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, a3cb9689-bc3e-4c50-b82f-7dff1566a737, ghrun-w576c2t3um.auto.internal:25062): on response callback success
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-w576c2t3um.auto.internal:25062
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:383 remove_database
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/users/database
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/users/database: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:378 /Root/users/database: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/users/database&cmstid=72057594037936131&txid=1760608062747066&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:386 /Root/users/database: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:388 /Root/users/database: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/users/database: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:407 /Root/users/database: tenant gone
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:25062/1
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:387 done 0
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:310 create_database
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12549
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24551
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22339
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13812
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29040
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:5614 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/slot_2/logfile_m38jgjxl.log --grpc-port=12549 --mon-port=24551 --ic-port=22339
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:5614 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/slot_2/logfile_m38jgjxl.log --grpc-port=12549 --mon-port=24551 --ic-port=22339
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:5614', '--tenant=/Root/users/database', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/slot_2/logfile_m38jgjxl.log', '--grpc-port=12549', '--mon-port=24551', '--ic-port=22339')' in '/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/slot_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1139110
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:12549/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.39
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.39
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034d3/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1139124
DEBUG    ya.test:process.py:259 Command (pid 1139124) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1139124) elapsed time (sec): 0.9393782615661621
DEBUG    ya.test:process.py:263 Command (pid 1139124) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1139124) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1139124) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1139124) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1139124) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1139124) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1139124) minflt: 16087
DEBUG    ya.test:process.py:263 Command (pid 1139124) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1139124) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1139124) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 1139124) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1139124) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1139124) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 1139124) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1139124) stime: 0.773975
DEBUG    ya.test:process.py:263 Command (pid 1139124) utime: 0.11709599999999999
DEBUG    ya.test:process.py:263 Command (pid 1139124) wtime: 0.94
DEBUG    ya.test:process.py:275 Command (pid 1139124) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1139124) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:334 create table one
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7f18435a34e0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 1). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7f18435a3580>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f18435a3580>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/users/database
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 65efc5c2-6a55-410e-9f08-0dacdc9d0c36, localhost:5614): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 65efc5c2-6a55-410e-9f08-0dacdc9d0c36, localhost:5614): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 65efc5c2-6a55-410e-9f08-0dacdc9d0c36, localhost:5614): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/users/database: DiscoveryResult <self_location: 1, endpoints []>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5614
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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/users/database
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, fcc7f1ed-9182-4c07-8e53-d2fdbaf3132e, localhost:5614): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, fcc7f1ed-9182-4c07-8e53-d2fdbaf3132e, localhost:5614): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, fcc7f1ed-9182-4c07-8e53-d2fdbaf3132e, localhost:5614): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-w576c2t3um.auto.internal" port: 12549 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" node_id: 50001 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/users/database: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-w576c2t3um.auto.internal:12549, location , 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:5614
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f18435a3580>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4bdadfeb-5144-41ca-88fc-fea5c52d46b3, ghrun-w576c2t3um.auto.internal:12549): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4bdadfeb-5144-41ca-88fc-fea5c52d46b3, ghrun-w576c2t3um.auto.internal:12549): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 4bdadfeb-5144-41ca-88fc-fea5c52d46b3, ghrun-w576c2t3um.auto.internal:12549): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4bdadfeb-5144-41ca-88fc-fea5c52d46b3, ghrun-w576c2t3um.auto.internal:12549): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=OTJmMDNmM2EtY2YwZTU2OTAtYzdlMmQzYTUtNmNmZjQ3NTk=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18435a3580>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f18435a3580>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 94514faf-8479-49fd-8b0d-09dc6a9ed6dc, ghrun-w576c2t3um.auto.internal:12549): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 4bdadfeb-5144-41ca-88fc-fea5c52d46b3, ghrun-w576c2t3um.auto.internal:12549): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 94514faf-8479-49fd-8b0d-09dc6a9ed6dc, ghrun-w576c2t3um.auto.internal:12549): request = { session_id: "ydb://session/3?node_id=50001&id=OTJmMDNmM2EtY2YwZTU2OTAtYzdlMmQzYTUtNmNmZjQ3NTk=" path: "/Root/users/database/table" columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 94514faf-8479-49fd-8b0d-09dc6a9ed6dc, ghrun-w576c2t3um.auto.internal:12549): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18435a3580>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:336 create table two
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 0476c1fb-8350-4200-9330-7b97aae530d4, ghrun-w576c2t3um.auto.internal:12549): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 0476c1fb-8350-4200-9330-7b97aae530d4, ghrun-w576c2t3um.auto.internal:12549): request = { session_id: "ydb://session/3?node_id=50001&id=OTJmMDNmM2EtY2YwZTU2OTAtYzdlMmQzYTUtNmNmZjQ3NTk=" path: "/Root/users/database/table_for_rm" columns { name: "id" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 0476c1fb-8350-4200-9330-7b97aae530d4, ghrun-w576c2t3um.auto.internal:12549): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18435a3580>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:349 write_some_data
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10795650-0494-4d43-9cc8-ceb6f6e8ca1f, ghrun-w576c2t3um.auto.internal:12549): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10795650-0494-4d43-9cc8-ceb6f6e8ca1f, ghrun-w576c2t3um.auto.internal:12549): request = { session_id: "ydb://session/3?node_id=50001&id=OTJmMDNmM2EtY2YwZTU2OTAtYzdlMmQzYTUtNmNmZjQ3NTk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "\n                        upsert into table (id, value)\n                        values (1u, \"/Root/users/database_1\");\n                        upsert into table_for_rm (id, value)\n                        values (2u, \"/Root/users/database_1\");\n                        " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10795650-0494-4d43-9cc8-ceb6f6e8ca1f, ghrun-w576c2t3um.auto.internal:12549): response = { operation { ready: true status: SCHEME_ERROR issues { message: "Failed to create default pool in database /Root/users/database" severity: 1 issues { message: "Failed to create resource pool: StatusPathDoesNotExist" severity: 1 issues { message: "Path does not exist" issue_code: 200200 severity: 1 } } } issues { message: "Query failed during adding/waiting in workload pool " severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18435a3580>
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.table.SessionPool:_sp_impl.py:56 Session pool is under stop, cancelling all in flight waiters.
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7f18435a3580>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7f18435a3580> is no longer active. Current active count 0.
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 2ee9d5a8-56d1-4db5-b745-8f2742e7e646, ghrun-w576c2t3um.auto.internal:12549): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 2ee9d5a8-56d1-4db5-b745-8f2742e7e646, ghrun-w576c2t3um.auto.internal:12549): request = { session_id: "ydb://session/3?node_id=50001&id=OTJmMDNmM2EtY2YwZTU2OTAtYzdlMmQzYTUtNmNmZjQ3NTk=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7f18435a3580>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 2ee9d5a8-56d1-4db5-b745-8f2742e7e646, ghrun-w576c2t3um.auto.internal:12549): on response callback started
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 2ee9d5a8-56d1-4db5-b745-8f2742e7e646, ghrun-w576c2t3um.auto.internal:12549): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5614
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 2ee9d5a8-56d1-4db5-b745-8f2742e7e646, ghrun-w576c2t3um.auto.internal:12549): on response callback success
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-w576c2t3um.auto.internal:12549
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
53.11s call     test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--false]
50.11s call     test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--true]
12.48s setup    test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true]
10.89s setup    test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false]
10.28s setup    test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--false]
9.70s call     test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--true]
9.08s call     test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false]
8.28s call     test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true]
7.00s teardown test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--false]
6.41s setup    test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--true]
4.08s setup    test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--false]
3.83s setup    test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--true]
1.02s call     test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--false]
0.01s teardown test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--false]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false] - ydb.issues.SchemeError: message: "Failed to create default pool in database /Root/users/database" severity: 1 issues { message: "Failed to create resource pool: StatusPathDoesNotExist" severity: 1 issues { message: "Path does not exist" issue_code: 200200 severity: 1 } } ,message: "Query failed during adding/waiting in workload pool " severity: 1 (server_code: 400070)
FAILED test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true] - ydb.issues.SchemeError: message: "Failed to create default pool in database /Root/users/database" severity: 1 issues { message: "Failed to create resource pool: StatusPathDoesNotExist" severity: 1 issues { message: "Path does not exist" issue_code: 200200 severity: 1 } } ,message: "Query failed during adding/waiting in workload pool " severity: 1 (server_code: 400070)
=================== 2 failed, 4 passed in 187.41s (0:03:07) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/0034b7/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_dynamic_tenants.py ......

============================== slowest durations ===============================
11.39s setup    test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--false]
10.43s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--true]
10.40s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--true]
10.15s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--false]
9.04s call     test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--true]
8.85s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--false]
7.01s teardown test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--false]
5.50s call     test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--false]
4.99s call     test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--true]
4.98s call     test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--false]
4.93s call     test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--false]
3.62s setup    test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--true]
1.02s call     test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--true]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 92.63s (0:01:32) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/0034b0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_dynamic_tenants.py ......

============================== slowest durations ===============================
11.77s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--false]
10.82s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--false]
10.34s setup    test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--false]
10.34s setup    test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--true]
7.53s call     test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--false]
7.27s call     test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--false]
7.01s teardown test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--false]
6.87s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--true]
5.43s call     test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--true]
5.39s call     test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--true]
4.85s call     test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--true]
4.69s call     test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--false]
3.48s setup    test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--true]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 96.03s (0:01:36) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/003493/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_dynamic_tenants.py .
test_publish_into_schemeboard_with_common_ssring.py .
test_storage_config.py ....

============================== slowest durations ===============================
7.01s teardown test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--true]
7.00s teardown test_publish_into_schemeboard_with_common_ssring.py::TestOn3DC::test_create_dirs
6.93s call     test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--true]
6.20s setup    test_storage_config.py::TestStorageConfig::test_cases[case_0]
4.10s call     test_storage_config.py::TestStorageConfig::test_cases[case_12]
4.07s call     test_storage_config.py::TestStorageConfig::test_cases[case_10]
3.96s call     test_storage_config.py::TestStorageConfig::test_cases[case_11]
3.44s call     test_storage_config.py::TestStorageConfig::test_cases[case_0]
3.28s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--true]
3.03s setup    test_publish_into_schemeboard_with_common_ssring.py::TestOn3DC::test_create_dirs
3.02s teardown test_storage_config.py::TestStorageConfig::test_cases[case_12]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_0]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_11]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 52.28s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/0034c8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_storage_config.py ......

============================== slowest durations ===============================
7.02s teardown test_storage_config.py::TestStorageConfig::test_cases[case_6]
6.66s setup    test_storage_config.py::TestStorageConfig::test_cases[case_1]
4.19s call     test_storage_config.py::TestStorageConfig::test_cases[case_1]
4.04s call     test_storage_config.py::TestStorageConfig::test_cases[case_6]
3.90s call     test_storage_config.py::TestStorageConfig::test_cases[case_5]
3.65s call     test_storage_config.py::TestStorageConfig::test_cases[case_3]
3.60s call     test_storage_config.py::TestStorageConfig::test_cases[case_4]
3.51s call     test_storage_config.py::TestStorageConfig::test_cases[case_2]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_5]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_1]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 36.90s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/00349a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_storage_config.py ....
test_system_views.py ..

============================== slowest durations ===============================
70.30s call     test_system_views.py::TestQueryMetrics::test_case
6.49s setup    test_system_views.py::TestPartitionStats::test_case
6.48s setup    test_system_views.py::TestQueryMetrics::test_case
6.16s setup    test_storage_config.py::TestStorageConfig::test_cases[case_7]
3.70s call     test_storage_config.py::TestStorageConfig::test_cases[case_7]
3.64s call     test_storage_config.py::TestStorageConfig::test_cases[case_9]
3.52s teardown test_system_views.py::TestQueryMetrics::test_case
3.52s teardown test_system_views.py::TestPartitionStats::test_case
3.29s call     test_storage_config.py::TestStorageConfig::test_cases[case_8]
3.01s teardown test_storage_config.py::TestStorageConfig::test_create_tablet
0.44s call     test_system_views.py::TestPartitionStats::test_case
0.09s call     test_storage_config.py::TestStorageConfig::test_create_tablet
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_7]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 110.94s (0:01:50) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/003496/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_system_views.py .
test_tenants.py ....x

============================== slowest durations ===============================
80.53s call     test_system_views.py::TestQueryMetricsUniqueQueries::test_case
14.92s setup    test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--false]
14.39s setup    test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--true]
11.48s setup    test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--true]
10.02s setup    test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--false]
8.53s teardown test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--false]
7.12s setup    test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--false]
6.29s setup    test_system_views.py::TestQueryMetricsUniqueQueries::test_case
3.64s teardown test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--true]
3.52s teardown test_system_views.py::TestQueryMetricsUniqueQueries::test_case
1.64s teardown test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--false]
1.60s teardown test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--false]
1.60s teardown test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--true]
0.14s call     test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--true]
0.13s call     test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--false]
0.10s call     test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--false]
0.10s call     test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--true]
0.07s call     test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--false]
=================== 5 passed, 1 xfailed in 166.52s (0:02:46) ===================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/0034a7/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_tenants.py x.....

============================== slowest durations ===============================
18.58s setup    test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--false]
14.47s setup    test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--false]
14.40s setup    test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--true]
10.91s setup    test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--true]
10.14s setup    test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--true]
7.94s setup    test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--false]
5.00s call     test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--false]
4.52s teardown test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--false]
1.64s teardown test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--true]
1.57s teardown test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--false]
1.52s teardown test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--true]
1.51s teardown test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--false]
1.51s teardown test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--true]
0.18s call     test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--false]
0.10s call     test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--true]
0.09s call     test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--true]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
=================== 5 passed, 1 xfailed in 94.71s (0:01:34) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_tenants.py .....F

=================================== FAILURES ===================================
_ TestTenants.test_list_database_above[enable_alter_database_create_hive_first--false] _
ydb/tests/functional/tenants/test_tenants.py:433: in test_list_database_above
    assert result.children[0].name == ".sys"
E   AssertionError: assert '.metadata' == '.sys'
E     
E     - .sys
E     + .metadata
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_list_database_above[enable_alter_database_create_hive_first--false]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
INFO     ydb.tests.library.fixtures:__init__.py:58 destroy ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:63148/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29621
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20285
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17933
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14529
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18264
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3187
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24877
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26405
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63148
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14627
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25468
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/ntzx/00348b/r3tmp/kikimr_cluster_4neirx2z
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8789
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13178
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29066
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8928
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/00348b/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/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_y5a184lh.log --grpc-port=8789 --mon-port=13178 --ic-port=25468
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:8789/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/00348b/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/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_y5a184lh.log --grpc-port=8789 --mon-port=13178 --ic-port=25468
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_y5a184lh.log', '--grpc-port=8789', '--mon-port=13178', '--ic-port=25468')' in '/home/runner/.ya/build/build_root/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1100850
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:8789/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.19
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.19
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1100853
DEBUG    ya.test:process.py:259 Command (pid 1100853) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1100853) elapsed time (sec): 0.6391451358795166
DEBUG    ya.test:process.py:263 Command (pid 1100853) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1100853) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1100853) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1100853) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1100853) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1100853) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1100853) minflt: 19049
DEBUG    ya.test:process.py:263 Command (pid 1100853) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1100853) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1100853) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1100853) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1100853) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1100853) nvcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 1100853) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1100853) stime: 0.49091999999999997
DEBUG    ya.test:process.py:263 Command (pid 1100853) utime: 0.09978
DEBUG    ya.test:process.py:263 Command (pid 1100853) wtime: 0.64
DEBUG    ya.test:process.py:275 Command (pid 1100853) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1100853) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:8789', '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: 25468\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.20
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.20
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:8789', '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: 25468\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1102681
DEBUG    ya.test:process.py:259 Command (pid 1102681) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1102681) elapsed time (sec): 0.433957576751709
DEBUG    ya.test:process.py:263 Command (pid 1102681) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1102681) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1102681) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1102681) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1102681) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1102681) maxrss: 545996
DEBUG    ya.test:process.py:263 Command (pid 1102681) minflt: 18230
DEBUG    ya.test:process.py:263 Command (pid 1102681) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1102681) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1102681) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 1102681) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1102681) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1102681) nvcsw: 149
DEBUG    ya.test:process.py:263 Command (pid 1102681) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1102681) stime: 0.29270199999999996
DEBUG    ya.test:process.py:263 Command (pid 1102681) utime: 0.09493
DEBUG    ya.test:process.py:263 Command (pid 1102681) wtime: 0.435
DEBUG    ya.test:process.py:275 Command (pid 1102681) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:8789', '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.21
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.21
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:8789', '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: 1102947
DEBUG    ya.test:process.py:259 Command (pid 1102947) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1102947) elapsed time (sec): 0.500340461730957
DEBUG    ya.test:process.py:263 Command (pid 1102947) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1102947) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1102947) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1102947) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1102947) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1102947) maxrss: 546032
DEBUG    ya.test:process.py:263 Command (pid 1102947) minflt: 18228
DEBUG    ya.test:process.py:263 Command (pid 1102947) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1102947) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1102947) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 1102947) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1102947) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1102947) nvcsw: 160
DEBUG    ya.test:process.py:263 Command (pid 1102947) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1102947) stime: 0.353421
DEBUG    ya.test:process.py:263 Command (pid 1102947) utime: 0.10324599999999999
DEBUG    ya.test:process.py:263 Command (pid 1102947) wtime: 0.501
DEBUG    ya.test:process.py:275 Command (pid 1102947) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:512 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:519 Cluster started and initialized
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:378 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_list_database_above_enable_alter_database_create_hive_first--false_\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_list_database_above_enable_alter_database_create_hive_first--false_\' doesn\'t exist"
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:386 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:388 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:407 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: create path and declare internals
DEBUG    ydb.tests.library.fixtures:__init__.py:90 create database /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: start nodes and construct internals
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3090
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29307
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6639
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15143
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7605
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:8789 --tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/slot_1/logfile_7juvyf6p.log --grpc-port=3090 --mon-port=29307 --ic-port=6639
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:8789 --tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/slot_1/logfile_7juvyf6p.log --grpc-port=3090 --mon-port=29307 --ic-port=6639
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:8789', '--tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--false_', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/slot_1/logfile_7juvyf6p.log', '--grpc-port=3090', '--mon-port=29307', '--ic-port=6639')' in '/home/runner/.ya/build/build_root/ntzx/00348b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1103970
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:3090/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.22
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.22
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/00348b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1103976
DEBUG    ya.test:process.py:259 Command (pid 1103976) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1103976) elapsed time (sec): 0.7497026920318604
DEBUG    ya.test:process.py:263 Command (pid 1103976) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1103976) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1103976) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1103976) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1103976) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1103976) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1103976) minflt: 20859
DEBUG    ya.test:process.py:263 Command (pid 1103976) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1103976) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1103976) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 1103976) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1103976) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1103976) nvcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 1103976) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1103976) stime: 0.580708
DEBUG    ya.test:process.py:263 Command (pid 1103976) utime: 0.120209
DEBUG    ya.test:process.py:263 Command (pid 1103976) wtime: 0.751
DEBUG    ya.test:process.py:275 Command (pid 1103976) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1103976) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ydb.tests.library.fixtures:__init__.py:93 create database /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: wait construction done
DEBUG    ydb.tests.library.fixtures:__init__.py:96 create database /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: database up
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_tenants.py::TestTenants, test_name: test_list_database_above[enable_alter_database_create_hive_first--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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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/test_list_database_above_enable_alter_database_create_hive_first--false_
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8d36afef-f61c-4e59-9f4d-4a68706c8920, localhost:8789): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8d36afef-f61c-4e59-9f4d-4a68706c8920, localhost:8789): request = { database: "/Root/test_list_database_above_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8d36afef-f61c-4e59-9f4d-4a68706c8920, localhost:8789): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-w576c2t3um.auto.internal" port: 3090 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-w576c2t3um.auto.internal:3090, location , 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:8789
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 4a64557b-44f1-4956-a69a-728124f7dc0c, ghrun-w576c2t3um.auto.internal:3090): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 4a64557b-44f1-4956-a69a-728124f7dc0c, ghrun-w576c2t3um.auto.internal:3090): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/test_list_database_above_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 4a64557b-44f1-4956-a69a-728124f7dc0c, ghrun-w576c2t3um.auto.internal:3090): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "Root/test_list_database_above_enable_alter_database_create_hive_first--false_" owner: "root@builtin" type: DATABASE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { tx_id: 1 } } children { name: ".metadata" owner: "metadata@system" type: DIRECTORY created_at { plan_step: 1760608005680 tx_id: 281474976720657 } } children { name: ".sys" type: DIRECTORY created_at { } } } } } }
DEBUG    __tests__.test_tenants:test_tenants.py:431 From database: list database </Root/test_list_database_above_enable_alter_database_create_hive_first--false_> is {'scheme_type': 'Directory', 'name': 'test_list_database_above_enable_alter_database_create_hive_first--false_', 'type': '4', 'owner': 'root@builtin', 'effective_permissions': [subject: "USERS"
permission_names: "ydb.database.connect"
, subject: "METADATA-READERS"
permission_names: "ydb.generic.list"
, subject: "DATA-READERS"
permission_names: "ydb.granular.select_row"
, subject: "DATA-WRITERS"
permission_names: "ydb.tables.modify"
, subject: "DDL-ADMINS"
permission_names: "ydb.granular.create_directory"
permission_names: "ydb.granular.write_attributes"
permission_names: "ydb.granular.create_table"
permission_names: "ydb.granular.remove_schema"
permission_names: "ydb.granular.create_queue"
permission_names: "ydb.granular.alter_schema"
, subject: "ACCESS-ADMINS"
permission_names: "ydb.access.grant"
, subject: "DATABASE-ADMINS"
permission_names: "ydb.generic.manage"
], 'permissions': [], 'children': [{'scheme_type': 'SchemeEntry', 'name': '.metadata', 'type': '1', 'owner': 'metadata@system', 'effective_permissions': [], 'permissions': []}, {'scheme_type': 'SchemeEntry', 'name': '.sys', 'type': '1', 'owner': '', 'effective_permissions': [], 'permissions': []}]}
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:8789
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-w576c2t3um.auto.internal:3090
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.tests.library.fixtures:__init__.py:99 destroy database /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: remove path and dismantle internals
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:378 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--false_&cmstid=72057594037936131&txid=1760608006727782&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:386 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:388 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:407 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:102 destroy database /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: stop nodes
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:3090/1
DEBUG    ydb.tests.library.fixtures:__init__.py:105 destroy database /Root/test_list_database_above_enable_alter_database_create_hive_first--false_: database down
INFO     ydb.tests.library.fixtures:__init__.py:58 destroy ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:8789/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7605
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15143
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6639
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29307
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3090
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8928
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29066
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13178
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8789
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25468
============================== slowest durations ===============================
14.47s setup    test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--false]
14.33s setup    test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--false]
14.33s setup    test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--true]
14.19s setup    test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--true]
10.66s setup    test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--true]
9.87s setup    test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--false]
8.52s teardown test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--false]
5.00s call     test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--true]
1.67s teardown test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--false]
1.60s teardown test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--false]
1.60s teardown test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--true]
1.56s teardown test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--true]
1.51s teardown test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--true]
0.22s call     test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--false]
0.18s call     test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--true]
0.14s call     test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--true]
0.14s call     test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--false]
0.07s call     test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--false]
=========================== short test summary info ============================
FAILED test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--false] - AssertionError: assert '.metadata' == '.sys'
  
  - .sys
  + .metadata
=================== 1 failed, 5 passed in 100.56s (0:01:40) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_tenants.py F....

=================================== FAILURES ===================================
_ TestTenants.test_list_database_above[enable_alter_database_create_hive_first--true] _
ydb/tests/functional/tenants/test_tenants.py:433: in test_list_database_above
    assert result.children[0].name == ".sys"
E   AssertionError: assert '.metadata' == '.sys'
E     
E     - .sys
E     + .metadata
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_list_database_above[enable_alter_database_create_hive_first--true]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17605
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/ntzx/0034cd/r3tmp/kikimr_cluster_mv0ypnee
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31499
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23212
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11772
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28438
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034cd/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/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_7tbfnzfv.log --grpc-port=31499 --mon-port=23212 --ic-port=17605
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:31499/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034cd/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/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_7tbfnzfv.log --grpc-port=31499 --mon-port=23212 --ic-port=17605
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_7tbfnzfv.log', '--grpc-port=31499', '--mon-port=23212', '--ic-port=17605')' in '/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1023407
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:31499/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1023409
DEBUG    ya.test:process.py:259 Command (pid 1023409) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1023409) elapsed time (sec): 0.658005952835083
DEBUG    ya.test:process.py:263 Command (pid 1023409) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1023409) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1023409) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1023409) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1023409) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1023409) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1023409) minflt: 20496
DEBUG    ya.test:process.py:263 Command (pid 1023409) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1023409) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1023409) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 1023409) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1023409) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1023409) nvcsw: 33
DEBUG    ya.test:process.py:263 Command (pid 1023409) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1023409) stime: 0.49105099999999996
DEBUG    ya.test:process.py:263 Command (pid 1023409) utime: 0.11577599999999999
DEBUG    ya.test:process.py:263 Command (pid 1023409) wtime: 0.659
DEBUG    ya.test:process.py:275 Command (pid 1023409) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1023409) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:31499', '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: 17605\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:31499', '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: 17605\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1024948
DEBUG    ya.test:process.py:259 Command (pid 1024948) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1024948) elapsed time (sec): 0.49788594245910645
DEBUG    ya.test:process.py:263 Command (pid 1024948) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1024948) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1024948) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1024948) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1024948) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1024948) maxrss: 546260
DEBUG    ya.test:process.py:263 Command (pid 1024948) minflt: 18234
DEBUG    ya.test:process.py:263 Command (pid 1024948) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1024948) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1024948) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 1024948) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1024948) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1024948) nvcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 1024948) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1024948) stime: 0.329459
DEBUG    ya.test:process.py:263 Command (pid 1024948) utime: 0.124551
DEBUG    ya.test:process.py:263 Command (pid 1024948) wtime: 0.499
DEBUG    ya.test:process.py:275 Command (pid 1024948) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:31499', '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.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:31499', '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: 1025253
DEBUG    ya.test:process.py:259 Command (pid 1025253) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1025253) elapsed time (sec): 0.5985591411590576
DEBUG    ya.test:process.py:263 Command (pid 1025253) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1025253) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1025253) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1025253) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1025253) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1025253) maxrss: 546004
DEBUG    ya.test:process.py:263 Command (pid 1025253) minflt: 18228
DEBUG    ya.test:process.py:263 Command (pid 1025253) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1025253) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1025253) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 1025253) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1025253) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1025253) nvcsw: 140
DEBUG    ya.test:process.py:263 Command (pid 1025253) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1025253) stime: 0.43164399999999997
DEBUG    ya.test:process.py:263 Command (pid 1025253) utime: 0.122761
DEBUG    ya.test:process.py:263 Command (pid 1025253) wtime: 0.6
DEBUG    ya.test:process.py:275 Command (pid 1025253) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:512 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:519 Cluster started and initialized
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:378 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_list_database_above_enable_alter_database_create_hive_first--true_\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_list_database_above_enable_alter_database_create_hive_first--true_\' doesn\'t exist"
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:386 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:388 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:407 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: create path and declare internals
DEBUG    ydb.tests.library.fixtures:__init__.py:90 create database /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: start nodes and construct internals
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2479
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13535
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12998
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10315
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27192
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:31499 --tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/slot_1/logfile_tc0g5d9p.log --grpc-port=2479 --mon-port=13535 --ic-port=12998
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:31499 --tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/slot_1/logfile_tc0g5d9p.log --grpc-port=2479 --mon-port=13535 --ic-port=12998
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:31499', '--tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--true_', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/slot_1/logfile_tc0g5d9p.log', '--grpc-port=2479', '--mon-port=13535', '--ic-port=12998')' in '/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1026275
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:2479/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/0034cd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1026282
DEBUG    ya.test:process.py:259 Command (pid 1026282) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1026282) elapsed time (sec): 0.47969794273376465
DEBUG    ya.test:process.py:263 Command (pid 1026282) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1026282) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1026282) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1026282) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1026282) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1026282) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1026282) minflt: 16087
DEBUG    ya.test:process.py:263 Command (pid 1026282) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1026282) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1026282) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 1026282) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1026282) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1026282) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1026282) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1026282) stime: 0.328555
DEBUG    ya.test:process.py:263 Command (pid 1026282) utime: 0.102921
DEBUG    ya.test:process.py:263 Command (pid 1026282) wtime: 0.481
DEBUG    ya.test:process.py:275 Command (pid 1026282) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1026282) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ydb.tests.library.fixtures:__init__.py:93 create database /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: wait construction done
DEBUG    ydb.tests.library.fixtures:__init__.py:96 create database /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: database up
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_tenants.py::TestTenants, test_name: test_list_database_above[enable_alter_database_create_hive_first--true])
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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/test_list_database_above_enable_alter_database_create_hive_first--true_
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 2a754cc1-6fe9-42bb-ab94-f3b4cf751bef, localhost:31499): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2a754cc1-6fe9-42bb-ab94-f3b4cf751bef, localhost:31499): request = { database: "/Root/test_list_database_above_enable_alter_database_create_hive_first--true_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2a754cc1-6fe9-42bb-ab94-f3b4cf751bef, localhost:31499): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-w576c2t3um.auto.internal" port: 2479 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-w576c2t3um.auto.internal:2479, location , 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:31499
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 7d8e52a2-6d76-47da-918a-ce59da57a55e, ghrun-w576c2t3um.auto.internal:2479): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 7d8e52a2-6d76-47da-918a-ce59da57a55e, ghrun-w576c2t3um.auto.internal:2479): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/test_list_database_above_enable_alter_database_create_hive_first--true_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 7d8e52a2-6d76-47da-918a-ce59da57a55e, ghrun-w576c2t3um.auto.internal:2479): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "Root/test_list_database_above_enable_alter_database_create_hive_first--true_" owner: "root@builtin" type: DATABASE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { tx_id: 1 } } children { name: ".metadata" owner: "metadata@system" type: DIRECTORY created_at { plan_step: 1760607906840 tx_id: 281474976720657 } } children { name: ".sys" type: DIRECTORY created_at { } } } } } }
DEBUG    __tests__.test_tenants:test_tenants.py:431 From database: list database </Root/test_list_database_above_enable_alter_database_create_hive_first--true_> is {'scheme_type': 'Directory', 'name': 'test_list_database_above_enable_alter_database_create_hive_first--true_', 'type': '4', 'owner': 'root@builtin', 'effective_permissions': [subject: "USERS"
permission_names: "ydb.database.connect"
, subject: "METADATA-READERS"
permission_names: "ydb.generic.list"
, subject: "DATA-READERS"
permission_names: "ydb.granular.select_row"
, subject: "DATA-WRITERS"
permission_names: "ydb.tables.modify"
, subject: "DDL-ADMINS"
permission_names: "ydb.granular.create_directory"
permission_names: "ydb.granular.write_attributes"
permission_names: "ydb.granular.create_table"
permission_names: "ydb.granular.remove_schema"
permission_names: "ydb.granular.create_queue"
permission_names: "ydb.granular.alter_schema"
, subject: "ACCESS-ADMINS"
permission_names: "ydb.access.grant"
, subject: "DATABASE-ADMINS"
permission_names: "ydb.generic.manage"
], 'permissions': [], 'children': [{'scheme_type': 'SchemeEntry', 'name': '.metadata', 'type': '1', 'owner': 'metadata@system', 'effective_permissions': [], 'permissions': []}, {'scheme_type': 'SchemeEntry', 'name': '.sys', 'type': '1', 'owner': '', 'effective_permissions': [], 'permissions': []}]}
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:31499
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-w576c2t3um.auto.internal:2479
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.tests.library.fixtures:__init__.py:99 destroy database /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: remove path and dismantle internals
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:378 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--true_&cmstid=72057594037936131&txid=1760607910692250&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:386 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:388 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:407 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:102 destroy database /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: stop nodes
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:2479/1
DEBUG    ydb.tests.library.fixtures:__init__.py:105 destroy database /Root/test_list_database_above_enable_alter_database_create_hive_first--true_: database down
============================== slowest durations ===============================
16.82s setup    test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--false]
14.42s setup    test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--true]
14.03s setup    test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--true]
13.76s setup    test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--false]
11.51s setup    test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--true]
8.69s teardown test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--true]
1.67s teardown test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--false]
1.66s teardown test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--true]
1.65s teardown test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--false]
1.51s teardown test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--true]
0.23s call     test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--true]
0.08s call     test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--false]
0.08s call     test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--true]
0.08s call     test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--false]
0.05s call     test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--true]
=========================== short test summary info ============================
FAILED test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--true] - AssertionError: assert '.metadata' == '.sys'
  
  - .sys
  + .metadata
==================== 1 failed, 4 passed in 86.79s (0:01:26) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_tenants.py ..F..

=================================== FAILURES ===================================
_ TestTenants.test_stop_start[enable_alter_database_create_hive_first--false] __
ydb/tests/functional/tenants/test_tenants.py:297: in test_stop_start
    with ydb_database_ctx(ydb_cluster, database_path):
contrib/tools/python3/Lib/contextlib.py:137: in __enter__
    return next(self.gen)
ydb/tests/library/fixtures/__init__.py:88: in ydb_database_ctx
    ydb_cluster.create_database(database_path, storage_pool_units_count=storage_pools, timeout_seconds=timeout_seconds, token=token)
ydb/tests/library/harness/kikimr_cluster_interface.py:230: in create_database
    raise RuntimeError('create_database failed: %s, %s' % (operation.status, ydb.issues._format_issues(operation.issues)))
E   RuntimeError: create_database failed: 400080, message: "Group fit error BoxId# 1 StoragePoolId# 5 Error# failed to allocate group: no group options PDisks# {[(1:1-S)]}" severity: 1
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_stop_start[enable_alter_database_create_hive_first--false]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
INFO     ydb.tests.library.fixtures:__init__.py:58 destroy ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:4276/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26603
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11277
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11705
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5054
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27074
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29098
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32551
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27757
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4276
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19929
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19163
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/ntzx/00349c/r3tmp/kikimr_cluster_gpge24sk
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10360
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17625
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17626
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21737
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26384
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/00349c/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/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_jmll6yub.log --grpc-port=10360 --mon-port=17626 --ic-port=19163
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:10360/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/00349c/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/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_jmll6yub.log --grpc-port=10360 --mon-port=17626 --ic-port=19163
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_jmll6yub.log', '--grpc-port=10360', '--mon-port=17626', '--ic-port=19163')' in '/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1064398
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:10360/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1064404
DEBUG    ya.test:process.py:259 Command (pid 1064404) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1064404) elapsed time (sec): 0.5897574424743652
DEBUG    ya.test:process.py:263 Command (pid 1064404) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1064404) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1064404) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1064404) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1064404) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1064404) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1064404) minflt: 16089
DEBUG    ya.test:process.py:263 Command (pid 1064404) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1064404) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1064404) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 1064404) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1064404) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1064404) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1064404) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1064404) stime: 0.42211899999999997
DEBUG    ya.test:process.py:263 Command (pid 1064404) utime: 0.11946699999999999
DEBUG    ya.test:process.py:263 Command (pid 1064404) wtime: 0.591
DEBUG    ya.test:process.py:275 Command (pid 1064404) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1064404) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:10360', '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: 19163\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:10360', '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: 19163\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1067124
DEBUG    ya.test:process.py:259 Command (pid 1067124) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1067124) elapsed time (sec): 0.913353443145752
DEBUG    ya.test:process.py:263 Command (pid 1067124) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1067124) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1067124) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1067124) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1067124) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1067124) maxrss: 546248
DEBUG    ya.test:process.py:263 Command (pid 1067124) minflt: 18234
DEBUG    ya.test:process.py:263 Command (pid 1067124) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1067124) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1067124) nivcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1067124) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1067124) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1067124) nvcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 1067124) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1067124) stime: 0.7581169999999999
DEBUG    ya.test:process.py:263 Command (pid 1067124) utime: 0.112314
DEBUG    ya.test:process.py:263 Command (pid 1067124) wtime: 0.914
DEBUG    ya.test:process.py:275 Command (pid 1067124) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:10360', '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.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:10360', '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: 1068065
DEBUG    ya.test:process.py:259 Command (pid 1068065) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1068065) elapsed time (sec): 0.7250680923461914
DEBUG    ya.test:process.py:263 Command (pid 1068065) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1068065) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1068065) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1068065) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1068065) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1068065) maxrss: 546000
DEBUG    ya.test:process.py:263 Command (pid 1068065) minflt: 18229
DEBUG    ya.test:process.py:263 Command (pid 1068065) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1068065) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1068065) nivcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1068065) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1068065) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1068065) nvcsw: 135
DEBUG    ya.test:process.py:263 Command (pid 1068065) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1068065) stime: 0.571268
DEBUG    ya.test:process.py:263 Command (pid 1068065) utime: 0.103867
DEBUG    ya.test:process.py:263 Command (pid 1068065) wtime: 0.726
DEBUG    ya.test:process.py:275 Command (pid 1068065) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:512 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:519 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_tenants.py::TestTenants, test_name: test_stop_start[enable_alter_database_create_hive_first--false])
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:378 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_stop_start_enable_alter_database_create_hive_first--false_\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_stop_start_enable_alter_database_create_hive_first--false_\' doesn\'t exist"
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:386 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:388 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:407 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: create path and declare internals
DEBUG    ydb.tests.library.fixtures:__init__.py:90 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: start nodes and construct internals
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64359
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26364
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26365
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16086
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16338
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24586
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:10360 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/slot_1/logfile_936rv2ky.log --grpc-port=64359 --mon-port=26365 --ic-port=16086
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:10360 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/slot_1/logfile_936rv2ky.log --grpc-port=64359 --mon-port=26365 --ic-port=16086
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:10360', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/slot_1/logfile_936rv2ky.log', '--grpc-port=64359', '--mon-port=26365', '--ic-port=16086')' in '/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1069596
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:64359/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.10
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.10
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1069598
DEBUG    ya.test:process.py:259 Command (pid 1069598) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1069598) elapsed time (sec): 0.8433904647827148
DEBUG    ya.test:process.py:263 Command (pid 1069598) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1069598) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1069598) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1069598) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1069598) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1069598) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1069598) minflt: 21147
DEBUG    ya.test:process.py:263 Command (pid 1069598) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1069598) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1069598) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 1069598) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1069598) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1069598) nvcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 1069598) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1069598) stime: 0.706877
DEBUG    ya.test:process.py:263 Command (pid 1069598) utime: 0.08786
DEBUG    ya.test:process.py:263 Command (pid 1069598) wtime: 0.844
DEBUG    ya.test:process.py:275 Command (pid 1069598) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1069598) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ydb.tests.library.fixtures:__init__.py:93 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait construction done
DEBUG    ydb.tests.library.fixtures:__init__.py:96 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: database up
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fb4e13e2a40 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7fb4dd393e90>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fb4dd393e90>
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, bdab11af-78a7-4957-8fb3-77618cd57b39, localhost:10360): creating call state
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, bdab11af-78a7-4957-8fb3-77618cd57b39, localhost:10360): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, bdab11af-78a7-4957-8fb3-77618cd57b39, localhost:10360): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-w576c2t3um.auto.internal" port: 64359 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-w576c2t3um.auto.internal:64359, location , 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:10360
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fb4dd393e90>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 40917f1a-ff8b-42bf-979b-8daec6a0e3ef, ghrun-w576c2t3um.auto.internal:64359): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 40917f1a-ff8b-42bf-979b-8daec6a0e3ef, ghrun-w576c2t3um.auto.internal:64359): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 40917f1a-ff8b-42bf-979b-8daec6a0e3ef, ghrun-w576c2t3um.auto.internal:64359): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 40917f1a-ff8b-42bf-979b-8daec6a0e3ef, ghrun-w576c2t3um.auto.internal:64359): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=M2MyMWMyOWUtZDI2NjBmOC1kNDc3ODYzMy1lNjk0YzQzZA==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb4dd393e90>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fb4dd393e90>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 40917f1a-ff8b-42bf-979b-8daec6a0e3ef, ghrun-w576c2t3um.auto.internal:64359): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, fd98cd44-8799-4964-8cea-de3ff3f707e1, ghrun-w576c2t3um.auto.internal:64359): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, fd98cd44-8799-4964-8cea-de3ff3f707e1, ghrun-w576c2t3um.auto.internal:64359): request = { session_id: "ydb://session/3?node_id=50000&id=M2MyMWMyOWUtZDI2NjBmOC1kNDc3ODYzMy1lNjk0YzQzZA==" yql_text: "\n                CREATE TABLE `table_0` (id utf8, PRIMARY KEY (id));\n            " operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, fd98cd44-8799-4964-8cea-de3ff3f707e1, ghrun-w576c2t3um.auto.internal:64359): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb4dd393e90>
DEBUG    ydb.tests.library.fixtures:__init__.py:99 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: remove path and dismantle internals
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:378 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_&cmstid=72057594037936131&txid=1760607960736281&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:386 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:388 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:407 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:102 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: stop nodes
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:64359/1
DEBUG    ydb.tests.library.fixtures:__init__.py:105 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: database down
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:378 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_stop_start_enable_alter_database_create_hive_first--false_\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_stop_start_enable_alter_database_create_hive_first--false_\' doesn\'t exist"
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:386 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:388 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:407 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: create path and declare internals
DEBUG    ydb.tests.library.fixtures:__init__.py:90 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: start nodes and construct internals
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31703
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15496
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20369
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18625
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1398
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:10360 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/slot_2/logfile_lc20g7qy.log --grpc-port=31703 --mon-port=15496 --ic-port=20369
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:10360 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/slot_2/logfile_lc20g7qy.log --grpc-port=31703 --mon-port=15496 --ic-port=20369
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:10360', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/slot_2/logfile_lc20g7qy.log', '--grpc-port=31703', '--mon-port=15496', '--ic-port=20369')' in '/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/slot_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1081899
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:31703/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1081927
DEBUG    ya.test:process.py:259 Command (pid 1081927) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1081927) elapsed time (sec): 0.5991873741149902
DEBUG    ya.test:process.py:263 Command (pid 1081927) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1081927) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1081927) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1081927) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1081927) majflt: 3
DEBUG    ya.test:process.py:263 Command (pid 1081927) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1081927) minflt: 17650
DEBUG    ya.test:process.py:263 Command (pid 1081927) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1081927) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1081927) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 1081927) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1081927) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1081927) nvcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 1081927) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1081927) stime: 0.441721
DEBUG    ya.test:process.py:263 Command (pid 1081927) utime: 0.109168
DEBUG    ya.test:process.py:263 Command (pid 1081927) wtime: 0.6
DEBUG    ya.test:process.py:275 Command (pid 1081927) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1081927) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ydb.tests.library.fixtures:__init__.py:93 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait construction done
DEBUG    ydb.tests.library.fixtures:__init__.py:96 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: database up
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fb4dd398600 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7fb4dd39abd0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fb4dd39abd0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 1d67067e-a0e1-4882-91e4-89e9c7946eff, localhost:10360): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 1d67067e-a0e1-4882-91e4-89e9c7946eff, localhost:10360): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 1d67067e-a0e1-4882-91e4-89e9c7946eff, localhost:10360): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-w576c2t3um.auto.internal" port: 31703 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" node_id: 50001 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-w576c2t3um.auto.internal:31703, location , 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:10360
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fb4dd39abd0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c1f032b7-4933-4ec4-a422-48fd2fde506e, ghrun-w576c2t3um.auto.internal:31703): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c1f032b7-4933-4ec4-a422-48fd2fde506e, ghrun-w576c2t3um.auto.internal:31703): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, c1f032b7-4933-4ec4-a422-48fd2fde506e, ghrun-w576c2t3um.auto.internal:31703): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c1f032b7-4933-4ec4-a422-48fd2fde506e, ghrun-w576c2t3um.auto.internal:31703): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=ZmUwZWY5Y2EtYjcyNWQ5N2QtN2EwMjgxNmUtMjIyNTk0Zjc=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb4dd39abd0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fb4dd39abd0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, d7842181-0713-4c5f-b3f4-3a78ecc8b1df, ghrun-w576c2t3um.auto.internal:31703): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, c1f032b7-4933-4ec4-a422-48fd2fde506e, ghrun-w576c2t3um.auto.internal:31703): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, d7842181-0713-4c5f-b3f4-3a78ecc8b1df, ghrun-w576c2t3um.auto.internal:31703): request = { session_id: "ydb://session/3?node_id=50001&id=ZmUwZWY5Y2EtYjcyNWQ5N2QtN2EwMjgxNmUtMjIyNTk0Zjc=" yql_text: "\n                CREATE TABLE `table_1` (id utf8, PRIMARY KEY (id));\n            " operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, d7842181-0713-4c5f-b3f4-3a78ecc8b1df, ghrun-w576c2t3um.auto.internal:31703): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb4dd39abd0>
DEBUG    ydb.tests.library.fixtures:__init__.py:99 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: remove path and dismantle internals
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:378 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_&cmstid=72057594037936131&txid=1760607976979988&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:386 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:388 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:407 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:102 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: stop nodes
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:31703/2
DEBUG    ydb.tests.library.fixtures:__init__.py:105 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: database down
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:378 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_stop_start_enable_alter_database_create_hive_first--false_\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_stop_start_enable_alter_database_create_hive_first--false_\' doesn\'t exist"
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:386 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:388 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:407 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: create path and declare internals
DEBUG    ydb.tests.library.fixtures:__init__.py:90 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: start nodes and construct internals
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17810
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28866
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63471
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64567
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6742
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:10360 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/slot_3/logfile__htmoip4.log --grpc-port=17810 --mon-port=28866 --ic-port=63471
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:10360 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/slot_3/logfile__htmoip4.log --grpc-port=17810 --mon-port=28866 --ic-port=63471
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:10360', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_', '--log-file-name=/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/slot_3/logfile__htmoip4.log', '--grpc-port=17810', '--mon-port=28866', '--ic-port=63471')' in '/home/runner/.ya/build/build_root/ntzx/00349c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/slot_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1098858
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:17810/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ntzx/00349c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1098860
DEBUG    ya.test:process.py:259 Command (pid 1098860) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1098860) elapsed time (sec): 0.4613463878631592
DEBUG    ya.test:process.py:263 Command (pid 1098860) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1098860) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1098860) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1098860) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1098860) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1098860) maxrss: 537840
DEBUG    ya.test:process.py:263 Command (pid 1098860) minflt: 16094
DEBUG    ya.test:process.py:263 Command (pid 1098860) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1098860) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1098860) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 1098860) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1098860) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1098860) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1098860) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1098860) stime: 0.315755
DEBUG    ya.test:process.py:263 Command (pid 1098860) utime: 0.09747499999999999
DEBUG    ya.test:process.py:263 Command (pid 1098860) wtime: 0.462
DEBUG    ya.test:process.py:275 Command (pid 1098860) output:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-w576c2t3um
    Host information: 
        Linux ghrun-w576c2t3um 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 1098860) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 25d87208d4571361c03e99e157cd5b2c6011bc22
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 91b86fc5bd9fa6d4389916e842dc09e7d2d4d155 into e1f3ac8690fb2b711dfe096fdc532f7052f51f46
DEBUG    ydb.tests.library.fixtures:__init__.py:93 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait construction done
DEBUG    ydb.tests.library.fixtures:__init__.py:96 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: database up
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fb4dd3645b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7fb4dd3605b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fb4dd3605b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 86ca3e4d-c79a-4a69-845c-3382796c385e, localhost:10360): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 86ca3e4d-c79a-4a69-845c-3382796c385e, localhost:10360): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 86ca3e4d-c79a-4a69-845c-3382796c385e, localhost:10360): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-w576c2t3um.auto.internal" port: 17810 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" node_id: 50002 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-w576c2t3um.auto.internal:17810, location , 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:10360
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fb4dd3605b0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 63dadfe5-d1cc-49b9-a211-a9f090b6f0cb, ghrun-w576c2t3um.auto.internal:17810): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 63dadfe5-d1cc-49b9-a211-a9f090b6f0cb, ghrun-w576c2t3um.auto.internal:17810): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 63dadfe5-d1cc-49b9-a211-a9f090b6f0cb, ghrun-w576c2t3um.auto.internal:17810): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 63dadfe5-d1cc-49b9-a211-a9f090b6f0cb, ghrun-w576c2t3um.auto.internal:17810): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=MjBiMmEzNDMtZTlkOTk4YjAtNDNlNzgzN2EtZTRhNGIwMGY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb4dd3605b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fb4dd3605b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, e319ac51-3758-448e-a90a-4b5dd19a648e, ghrun-w576c2t3um.auto.internal:17810): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 63dadfe5-d1cc-49b9-a211-a9f090b6f0cb, ghrun-w576c2t3um.auto.internal:17810): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, e319ac51-3758-448e-a90a-4b5dd19a648e, ghrun-w576c2t3um.auto.internal:17810): request = { session_id: "ydb://session/3?node_id=50002&id=MjBiMmEzNDMtZTlkOTk4YjAtNDNlNzgzN2EtZTRhNGIwMGY=" yql_text: "\n                CREATE TABLE `table_2` (id utf8, PRIMARY KEY (id));\n            " operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, e319ac51-3758-448e-a90a-4b5dd19a648e, ghrun-w576c2t3um.auto.internal:17810): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb4dd3605b0>
DEBUG    ydb.tests.library.fixtures:__init__.py:99 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: remove path and dismantle internals
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:378 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_&cmstid=72057594037936131&txid=1760607998097474&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:386 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:388 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:407 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:102 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: stop nodes
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:17810/3
DEBUG    ydb.tests.library.fixtures:__init__.py:105 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: database down
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:378 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_stop_start_enable_alter_database_create_hive_first--false_\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_stop_start_enable_alter_database_create_hive_first--false_\' doesn\'t exist"
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:386 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:388 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:407 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: create path and declare internals
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.table.SessionPool:_sp_impl.py:56 Session pool is under stop, cancelling all in flight waiters.
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7fb4dd3605b0>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fb4dd3605b0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 279077c4-bb5e-4faf-8da7-748ce60badec, ghrun-w576c2t3um.auto.internal:17810): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 279077c4-bb5e-4faf-8da7-748ce60badec, ghrun-w576c2t3um.auto.internal:17810): request = { session_id: "ydb://session/3?node_id=50002&id=MjBiMmEzNDMtZTlkOTk4YjAtNDNlNzgzN2EtZTRhNGIwMGY=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7fb4dd3605b0>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 279077c4-bb5e-4faf-8da7-748ce60badec, ghrun-w576c2t3um.auto.internal:17810): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, 279077c4-bb5e-4faf-8da7-748ce60badec, ghrun-w576c2t3um.auto.internal:17810): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:17810: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:17810: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2025-10-16T09:47:06.893183575+00:00", file_line:153, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/transport/error_utils.cc"}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.connection:connection.py:91 RpcState(DeleteSession, 279077c4-bb5e-4faf-8da7-748ce60badec, ghrun-w576c2t3um.auto.internal:17810): unhandled rpc error, disconnecting channel
DEBUG    ydb.table.SessionPool:_sp_impl.py:56 Session pool is under stop, cancelling all in flight waiters.
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-w576c2t3um.auto.internal:17810
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7fb4dd39abd0>, reason: session-pool-terminated
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fb4dd39abd0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 1f6f28cf-8913-436a-8099-ce454f6c4278, ghrun-w576c2t3um.auto.internal:31703): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 1f6f28cf-8913-436a-8099-ce454f6c4278, ghrun-w576c2t3um.auto.internal:31703): request = { session_id: "ydb://session/3?node_id=50001&id=ZmUwZWY5Y2EtYjcyNWQ5N2QtN2EwMjgxNmUtMjIyNTk0Zjc=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7fb4dd39abd0>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 1f6f28cf-8913-436a-8099-ce454f6c4278, ghrun-w576c2t3um.auto.internal:31703): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, 1f6f28cf-8913-436a-8099-ce454f6c4278, ghrun-w576c2t3um.auto.internal:31703): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:31703: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:31703: Failed to connect to remote host: Connection refused {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/transport/error_utils.cc", file_line:153, created_time:"2025-10-16T09:47:06.902651962+00:00", grpc_status:14}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.connection:connection.py:91 RpcState(DeleteSession, 1f6f28cf-8913-436a-8099-ce454f6c4278, ghrun-w576c2t3um.auto.internal:31703): unhandled rpc error, disconnecting channel
DEBUG    ydb.table.SessionPool:_sp_impl.py:56 Session pool is under stop, cancelling all in flight waiters.
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-w576c2t3um.auto.internal:31703
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, fd15c9eb-8ab3-446c-b862-1fa054fcea4c, localhost:10360): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7fb4dd393e90>, reason: session-pool-terminated
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, fd15c9eb-8ab3-446c-b862-1fa054fcea4c, localhost:10360): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fb4dd393e90> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:421 RpcState(DeleteSession, de699572-c212-4749-a082-4b79d04b8c4e, ghrun-w576c2t3um.auto.internal:64359): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, de699572-c212-4749-a082-4b79d04b8c4e, ghrun-w576c2t3um.auto.internal:64359): request = { session_id: "ydb://session/3?node_id=50000&id=M2MyMWMyOWUtZDI2NjBmOC1kNDc3ODYzMy1lNjk0YzQzZA==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, fd15c9eb-8ab3-446c-b862-1fa054fcea4c, localhost:10360): response = { operation { ready: true status: NOT_FOUND issues { message: "Requested database does not exist" issue_code: 200202 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_. Endpoint: "localhost:10360". Error details:
 message: "Requested database does not exist" issue_code: 200202 severity: 1 (server_code: 400140)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10360
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7fb4dd393e90>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, de699572-c212-4749-a082-4b79d04b8c4e, ghrun-w576c2t3um.auto.internal:64359): on response callback started
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, de699572-c212-4749-a082-4b79d04b8c4e, ghrun-w576c2t3um.auto.internal:64359): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64359: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64359: Failed to connect to remote host: Connection refused {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/transport/error_utils.cc", file_line:153, created_time:"2025-10-16T09:47:06.914661376+00:00", grpc_status:14}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10360
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.connection:connection.py:91 RpcState(DeleteSession, de699572-c212-4749-a082-4b79d04b8c4e, ghrun-w576c2t3um.auto.internal:64359): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 585190bb-1ab5-4576-bd64-66c3d7a27dca, localhost:10360): creating call state
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-w576c2t3um.auto.internal:64359
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 585190bb-1ab5-4576-bd64-66c3d7a27dca, localhost:10360): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:52 RpcState(ListEndpoints, 585190bb-1ab5-4576-bd64-66c3d7a27dca, localhost:10360): response = { operation { ready: true status: NOT_FOUND issues { message: "Requested database does not exist" issue_code: 200202 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_. Endpoint: "localhost:10360". Error details:
 message: "Requested database does not exist" issue_code: 200202 severity: 1 (server_code: 400140)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10360
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, f56058d9-6185-43db-b9ae-af0e755646b7, localhost:10360): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f56058d9-6185-43db-b9ae-af0e755646b7, localhost:10360): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f56058d9-6185-43db-b9ae-af0e755646b7, localhost:10360): response = { operation { ready: true status: NOT_FOUND issues { message: "Requested database does not exist" issue_code: 200202 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_. Endpoint: "localhost:10360". Error details:
 message: "Requested database does not exist" issue_code: 200202 severity: 1 (server_code: 400140)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10360
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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:10360
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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:10360
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
============================== slowest durations ===============================
132.64s call     test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--true]
82.29s call     test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--false]
69.86s call     test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--false]
12.50s call     test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--true]
11.21s setup    test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--false]
11.18s call     test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--false]
10.89s setup    test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--true]
10.46s setup    test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--true]
6.33s setup    test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--false]
3.24s teardown test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--false]
3.08s setup    test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--false]
0.29s teardown test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--true]
0.24s teardown test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--false]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--false] - RuntimeError: create_database failed: 400080, message: "Group fit error BoxId# 1 StoragePoolId# 5 Error# failed to allocate group: no group options PDisks# {[(1:1-S)]}" severity: 1
=================== 1 failed, 4 passed in 354.74s (0:05:54) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/0034d7/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_tenants.py .....

============================== slowest durations ===============================
73.20s call     test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--true]
17.63s setup    test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--true]
14.32s setup    test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--true]
13.97s setup    test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--false]
11.21s setup    test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--false]
10.53s teardown test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--true]
3.43s setup    test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--true]
1.60s teardown test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--false]
1.60s teardown test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--true]
1.52s teardown test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--false]
1.17s call     test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--false]
1.08s call     test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--true]
0.24s teardown test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--true]
0.14s call     test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--true]
0.14s call     test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--false]
======================== 5 passed in 152.05s (0:02:32) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/003491/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_user_administration.py .....

============================== slowest durations ===============================
96.43s setup    test_user_administration.py::test_database_admin_can_create_user
29.52s teardown test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-himself]
0.43s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[add-subgroup]
0.43s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[add-user]
0.43s call     test_user_administration.py::test_database_admin_can_create_user
0.43s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-himself]
0.43s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-admin-group]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 5 passed in 128.33s (0:02:08) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/00348a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_user_administration.py .....

============================== slowest durations ===============================
206.66s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-other-admin]
24.63s teardown test_user_administration.py::test_database_admin_cant_change_database_admin_user[change-password]
0.55s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-other-admin]
0.52s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-subgroup]
0.51s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[rename-admin-group]
0.48s call     test_user_administration.py::test_database_admin_cant_change_database_admin_user[change-password]
0.47s call     test_user_administration.py::test_database_admin_cant_change_database_admin_user[block]
0.11s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-subgroup]
0.03s teardown test_user_administration.py::test_database_admin_cant_change_database_admin_user[block]
0.02s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_group[rename-admin-group]
0.01s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_user[block]
0.01s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_user[change-password]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 5 passed in 234.23s (0:03:54) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/0034aa/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_user_administration.py ....
test_users_groups_with_acl.py .

============================== slowest durations ===============================
76.24s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_user[unblock]
29.52s teardown test_user_administration.py::test_user_can_change_password_for_himself[ordinaryuser]
7.01s teardown test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--false-YDB]
6.36s call     test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--false-YDB]
3.72s setup    test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--false-YDB]
0.65s call     test_user_administration.py::test_user_can_change_password_for_himself[dbadmin]
0.64s call     test_user_administration.py::test_user_can_change_password_for_himself[ordinaryuser]
0.44s call     test_user_administration.py::test_database_admin_cant_change_database_admin_user[unblock]
0.43s call     test_user_administration.py::test_database_admin_cant_change_database_owner

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 5 passed in 125.29s (0:02: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/ntzx/00349f/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_users_groups_with_acl.py .....

============================== slowest durations ===============================
10.61s setup    test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--false-YDB]
10.45s setup    test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--true-YDB]
10.39s setup    test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--true-YDB]
9.61s call     test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--true-YDB]
7.80s call     test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--true-YDB]
6.67s setup    test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--false-YDB]
6.11s call     test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--false-YDB]
5.88s call     test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--false-YDB]
5.58s call     test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--true-YDB]
3.53s setup    test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--true-YDB]
3.01s teardown test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--true-YDB]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 5 passed in 79.92s (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/ntzx/0034b2/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_users_groups_with_acl.py .....

============================== slowest durations ===============================
12.87s setup    test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--true-YDB]
10.68s setup    test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--false-YDB]
10.47s setup    test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--false-YDB]
10.35s setup    test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--true-YDB]
7.01s teardown test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--false-YDB]
5.88s call     test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--false-YDB]
5.79s call     test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--true-YDB]
5.55s call     test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--true-YDB]
5.10s call     test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--false-YDB]
5.07s call     test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--false-YDB]
3.66s setup    test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--false-YDB]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 5 passed in 82.69s (0:01:22) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ntzx/003489/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_users_groups_with_acl.py .....

============================== slowest durations ===============================
10.93s setup    test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--true-YDB]
10.78s setup    test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--false-YDB]
10.31s setup    test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--false-YDB]
9.32s call     test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--false-YDB]
7.01s teardown test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--true-YDB]
5.40s call     test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--true-YDB]
5.25s call     test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--false-YDB]
5.24s call     test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--true-YDB]
5.13s call     test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--true-YDB]
4.46s setup    test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--true-YDB]
3.18s setup    test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--true-YDB]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 5 passed in 77.21s (0:01:17) =========================
