============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/0009e6/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 ===============================
82.34s setup    test_auth_system_views.py::test_tenant_auth_groups_access[clusteradmin-True]
24.54s teardown test_auth_system_views.py::test_tenant_auth_groups_access[ordinaryuser-False]
10.81s call     test_create_users.py::test_create_user
8.53s teardown test_create_users_strict_acl_checks.py::test_create_user
7.01s teardown test_create_users.py::test_create_user
6.80s setup    test_create_users_strict_acl_checks.py::test_create_user
3.38s setup    test_create_users.py::test_create_user
1.45s call     test_create_users_strict_acl_checks.py::test_create_user
0.45s call     test_auth_system_views.py::test_tenant_auth_groups_access[clusteruser-False]
0.45s call     test_auth_system_views.py::test_tenant_auth_groups_access[ordinaryuser-False]
0.44s call     test_auth_system_views.py::test_tenant_auth_groups_access[clusteradmin-True]
0.44s call     test_auth_system_views.py::test_tenant_auth_groups_access[dbadmin-True]
0.01s teardown test_auth_system_views.py::test_tenant_auth_groups_access[clusteradmin-True]
0.01s setup    test_auth_system_views.py::test_tenant_auth_groups_access[dbadmin-True]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 147.12s (0:02:27) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/0009ed/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 ===============================
151.23s call     test_db_counters.py::TestKqpCounters::test_case
46.18s call     test_db_counters.py::TestStorageCounters::test_storage_counters[enable_separate_quotas]
46.07s call     test_db_counters.py::TestStorageCounters::test_storage_counters[disable_separate_quotas]
22.01s teardown test_db_counters.py::test_serverless_counters[enable_separate_quotas]
20.28s setup    test_db_counters.py::test_serverless_counters[enable_separate_quotas]
18.01s setup    test_db_counters.py::TestStorageCounters::test_storage_counters[enable_separate_quotas]
17.56s call     test_db_counters.py::test_serverless_counters[disable_separate_quotas]
13.56s call     test_db_counters.py::test_serverless_counters[enable_separate_quotas]
12.37s setup    test_db_counters.py::TestKqpCounters::test_case
10.82s setup    test_db_counters.py::TestStorageCounters::test_storage_counters[disable_separate_quotas]
9.62s call     test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--false]
7.53s teardown test_db_counters.py::TestKqpCounters::test_case
6.24s setup    test_db_counters.py::test_serverless_counters[disable_separate_quotas]
3.32s setup    test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--false]
1.54s teardown test_db_counters.py::TestStorageCounters::test_storage_counters[disable_separate_quotas]
1.53s teardown test_db_counters.py::TestStorageCounters::test_storage_counters[enable_separate_quotas]
1.01s teardown test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--false]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 389.35s (0:06:29) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/000993/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:19070/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32214
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32745
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62111
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5136
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3445
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63512
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28163
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13663
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7002
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10735
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30416
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23473
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1458
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64419
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21782
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26131
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17832
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31471
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20509
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16106
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5259
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17758
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15700
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11151
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4725
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15085
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25086
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19939
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1801
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21330
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20397
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3466
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12762
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3450
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1854
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29520
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16246
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13053
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29485
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63407
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28467
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30988
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12777
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7046
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27696
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8268
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21361
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17232
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18180
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/28325
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64322
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1446
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19070
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3314
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65084
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/d7rx/000993/r3tmp/kikimr_cluster_reoqtsp3
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9256
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2856
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5920
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13419
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/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/d7rx/000993/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_5q4jd_7f.log --grpc-port=9256 --mon-port=2856 --ic-port=65084
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:9256/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/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/d7rx/000993/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_5q4jd_7f.log --grpc-port=9256 --mon-port=2856 --ic-port=65084
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/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_5q4jd_7f.log', '--grpc-port=9256', '--mon-port=2856', '--ic-port=65084')' in '/home/runner/.ya/build/build_root/d7rx/000993/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: 2563534
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9256/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/d7rx/000993/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2563535
DEBUG    ya.test:process.py:259 Command (pid 2563535) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2563535) elapsed time (sec): 0.42921900749206543
DEBUG    ya.test:process.py:263 Command (pid 2563535) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2563535) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2563535) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2563535) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2563535) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2563535) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2563535) minflt: 16076
DEBUG    ya.test:process.py:263 Command (pid 2563535) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2563535) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2563535) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 2563535) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2563535) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2563535) nvcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 2563535) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2563535) stime: 0.255486
DEBUG    ya.test:process.py:263 Command (pid 2563535) utime: 0.125715
DEBUG    ya.test:process.py:263 Command (pid 2563535) wtime: 0.43
DEBUG    ya.test:process.py:275 Command (pid 2563535) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2563535) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9256', '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: 65084\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/d7rx/000993/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9256', '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: 65084\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2566392
DEBUG    ya.test:process.py:259 Command (pid 2566392) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2566392) elapsed time (sec): 0.4436943531036377
DEBUG    ya.test:process.py:263 Command (pid 2566392) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2566392) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2566392) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2566392) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2566392) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2566392) maxrss: 545348
DEBUG    ya.test:process.py:263 Command (pid 2566392) minflt: 18219
DEBUG    ya.test:process.py:263 Command (pid 2566392) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2566392) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2566392) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 2566392) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2566392) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2566392) nvcsw: 142
DEBUG    ya.test:process.py:263 Command (pid 2566392) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2566392) stime: 0.25837499999999997
DEBUG    ya.test:process.py:263 Command (pid 2566392) utime: 0.14129899999999998
DEBUG    ya.test:process.py:263 Command (pid 2566392) wtime: 0.445
DEBUG    ya.test:process.py:275 Command (pid 2566392) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9256', '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/d7rx/000993/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9256', '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: 2566801
DEBUG    ya.test:process.py:259 Command (pid 2566801) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2566801) elapsed time (sec): 0.46305108070373535
DEBUG    ya.test:process.py:263 Command (pid 2566801) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2566801) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2566801) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2566801) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2566801) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2566801) maxrss: 545348
DEBUG    ya.test:process.py:263 Command (pid 2566801) minflt: 18219
DEBUG    ya.test:process.py:263 Command (pid 2566801) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2566801) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2566801) nivcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 2566801) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2566801) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2566801) nvcsw: 126
DEBUG    ya.test:process.py:263 Command (pid 2566801) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2566801) stime: 0.297932
DEBUG    ya.test:process.py:263 Command (pid 2566801) utime: 0.116714
DEBUG    ya.test:process.py:263 Command (pid 2566801) wtime: 0.464
DEBUG    ya.test:process.py:275 Command (pid 2566801) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2566801) 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/d7rx/000993/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2986
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5938
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16652
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63126
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7732
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9256 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/d7rx/000993/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_paya4tq6.log --grpc-port=2986 --mon-port=5938 --ic-port=16652
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9256 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/d7rx/000993/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_paya4tq6.log --grpc-port=2986 --mon-port=5938 --ic-port=16652
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/000993/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:9256', '--tenant=/Root/users/database', '--log-file-name=/home/runner/.ya/build/build_root/d7rx/000993/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_paya4tq6.log', '--grpc-port=2986', '--mon-port=5938', '--ic-port=16652')' in '/home/runner/.ya/build/build_root/d7rx/000993/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: 2568050
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:2986/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/d7rx/000993/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2568058
DEBUG    ya.test:process.py:259 Command (pid 2568058) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2568058) elapsed time (sec): 0.47010064125061035
DEBUG    ya.test:process.py:263 Command (pid 2568058) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2568058) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2568058) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2568058) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2568058) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2568058) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2568058) minflt: 16076
DEBUG    ya.test:process.py:263 Command (pid 2568058) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2568058) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2568058) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 2568058) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2568058) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2568058) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2568058) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2568058) stime: 0.294822
DEBUG    ya.test:process.py:263 Command (pid 2568058) utime: 0.11952199999999999
DEBUG    ya.test:process.py:263 Command (pid 2568058) wtime: 0.471
DEBUG    ya.test:process.py:275 Command (pid 2568058) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2568058) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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 0x7f18777b2ae0 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 0x7f18777a33a0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f18777a33a0>
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, b92818eb-9fcf-405d-948a-8e90c90fb26f, localhost:9256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b92818eb-9fcf-405d-948a-8e90c90fb26f, localhost:9256): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b92818eb-9fcf-405d-948a-8e90c90fb26f, localhost:9256): 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:9256". 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:9256
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, 563f2458-45e5-4fa4-a9a5-a34f99825b97, localhost:9256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 563f2458-45e5-4fa4-a9a5-a34f99825b97, localhost:9256): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 563f2458-45e5-4fa4-a9a5-a34f99825b97, localhost:9256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wiatzokuoy.auto.internal" port: 2986 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-wiatzokuoy.auto.internal:2986, 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:9256
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f18777a33a0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fa2c8b30-017c-4022-9589-accf0e098b54, ghrun-wiatzokuoy.auto.internal:2986): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fa2c8b30-017c-4022-9589-accf0e098b54, ghrun-wiatzokuoy.auto.internal:2986): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, fa2c8b30-017c-4022-9589-accf0e098b54, ghrun-wiatzokuoy.auto.internal:2986): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fa2c8b30-017c-4022-9589-accf0e098b54, ghrun-wiatzokuoy.auto.internal:2986): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=ZWZlM2I4ZTAtMjMxMjQ1ZjktNzVhMTE4MGMtNzkxYjliYWY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18777a33a0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f18777a33a0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 0de40572-cb43-42d1-bb56-e95d53417b52, ghrun-wiatzokuoy.auto.internal:2986): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, fa2c8b30-017c-4022-9589-accf0e098b54, ghrun-wiatzokuoy.auto.internal:2986): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 0de40572-cb43-42d1-bb56-e95d53417b52, ghrun-wiatzokuoy.auto.internal:2986): request = { session_id: "ydb://session/3?node_id=50000&id=ZWZlM2I4ZTAtMjMxMjQ1ZjktNzVhMTE4MGMtNzkxYjliYWY=" 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, 0de40572-cb43-42d1-bb56-e95d53417b52, ghrun-wiatzokuoy.auto.internal:2986): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18777a33a0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:336 create table two
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 2e583850-e70f-4022-b0c9-c1d8ac85dbe4, ghrun-wiatzokuoy.auto.internal:2986): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 2e583850-e70f-4022-b0c9-c1d8ac85dbe4, ghrun-wiatzokuoy.auto.internal:2986): request = { session_id: "ydb://session/3?node_id=50000&id=ZWZlM2I4ZTAtMjMxMjQ1ZjktNzVhMTE4MGMtNzkxYjliYWY=" 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, 2e583850-e70f-4022-b0c9-c1d8ac85dbe4, ghrun-wiatzokuoy.auto.internal:2986): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18777a33a0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:349 write_some_data
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c8bb97f-adc4-486f-ad4a-9634cb59ff1f, ghrun-wiatzokuoy.auto.internal:2986): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c8bb97f-adc4-486f-ad4a-9634cb59ff1f, ghrun-wiatzokuoy.auto.internal:2986): request = { session_id: "ydb://session/3?node_id=50000&id=ZWZlM2I4ZTAtMjMxMjQ1ZjktNzVhMTE4MGMtNzkxYjliYWY=" 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, 1c8bb97f-adc4-486f-ad4a-9634cb59ff1f, ghrun-wiatzokuoy.auto.internal:2986): 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 0x7f18777a33a0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:362 read_some_data
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 779fc159-12bd-48b9-961f-4f7c7fae348b, ghrun-wiatzokuoy.auto.internal:2986): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 779fc159-12bd-48b9-961f-4f7c7fae348b, ghrun-wiatzokuoy.auto.internal:2986): request = { session_id: "ydb://session/3?node_id=50000&id=ZWZlM2I4ZTAtMjMxMjQ1ZjktNzVhMTE4MGMtNzkxYjliYWY=" 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, 779fc159-12bd-48b9-961f-4f7c7fae348b, ghrun-wiatzokuoy.auto.internal:2986): 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 0x7f18777a33a0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:380 drop table two
DEBUG    ydb.connection:connection.py:421 RpcState(DropTable, 021ad78a-47c0-4cc1-a050-542947fed191, ghrun-wiatzokuoy.auto.internal:2986): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DropTable, 021ad78a-47c0-4cc1-a050-542947fed191, ghrun-wiatzokuoy.auto.internal:2986): request = { session_id: "ydb://session/3?node_id=50000&id=ZWZlM2I4ZTAtMjMxMjQ1ZjktNzVhMTE4MGMtNzkxYjliYWY=" 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, 021ad78a-47c0-4cc1-a050-542947fed191, ghrun-wiatzokuoy.auto.internal:2986): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f18777a33a0>
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 0x7f18777a33a0>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7f18777a33a0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 88483314-842f-46b7-a164-4c66d7222fe8, ghrun-wiatzokuoy.auto.internal:2986): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 88483314-842f-46b7-a164-4c66d7222fe8, ghrun-wiatzokuoy.auto.internal:2986): request = { session_id: "ydb://session/3?node_id=50000&id=ZWZlM2I4ZTAtMjMxMjQ1ZjktNzVhMTE4MGMtNzkxYjliYWY=" 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 0x7f18777a33a0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 88483314-842f-46b7-a164-4c66d7222fe8, ghrun-wiatzokuoy.auto.internal:2986): on response callback started
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 88483314-842f-46b7-a164-4c66d7222fe8, ghrun-wiatzokuoy.auto.internal:2986): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9256
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 88483314-842f-46b7-a164-4c66d7222fe8, ghrun-wiatzokuoy.auto.internal:2986): on response callback success
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wiatzokuoy.auto.internal:2986
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=1760355284889483&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:2986/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/d7rx/000993/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62604
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1422
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63980
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27589
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28088
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9256 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/d7rx/000993/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_xxgidjxo.log --grpc-port=62604 --mon-port=1422 --ic-port=63980
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9256 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/d7rx/000993/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_xxgidjxo.log --grpc-port=62604 --mon-port=1422 --ic-port=63980
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/000993/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:9256', '--tenant=/Root/users/database', '--log-file-name=/home/runner/.ya/build/build_root/d7rx/000993/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_xxgidjxo.log', '--grpc-port=62604', '--mon-port=1422', '--ic-port=63980')' in '/home/runner/.ya/build/build_root/d7rx/000993/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: 2573417
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:62604/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/d7rx/000993/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2573418
DEBUG    ya.test:process.py:259 Command (pid 2573418) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2573418) elapsed time (sec): 0.4528379440307617
DEBUG    ya.test:process.py:263 Command (pid 2573418) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2573418) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2573418) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2573418) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2573418) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2573418) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2573418) minflt: 19583
DEBUG    ya.test:process.py:263 Command (pid 2573418) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2573418) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2573418) nivcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 2573418) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2573418) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2573418) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 2573418) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2573418) stime: 0.28480099999999997
DEBUG    ya.test:process.py:263 Command (pid 2573418) utime: 0.118723
DEBUG    ya.test:process.py:263 Command (pid 2573418) wtime: 0.454
DEBUG    ya.test:process.py:275 Command (pid 2573418) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2573418) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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 0x7f18777916e0 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 0x7f1877747c60>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f1877747c60>
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, ef91a006-026c-41e6-a5b7-db347fd69447, localhost:9256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ef91a006-026c-41e6-a5b7-db347fd69447, localhost:9256): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ef91a006-026c-41e6-a5b7-db347fd69447, localhost:9256): 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:9256
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, 33e37af6-b4c9-4a31-a2a3-537e8599a2bb, localhost:9256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 33e37af6-b4c9-4a31-a2a3-537e8599a2bb, localhost:9256): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 33e37af6-b4c9-4a31-a2a3-537e8599a2bb, localhost:9256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wiatzokuoy.auto.internal" port: 62604 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-wiatzokuoy.auto.internal:62604, 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:9256
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f1877747c60>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ccc80348-ba8f-4343-9b80-24d30f056136, ghrun-wiatzokuoy.auto.internal:62604): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ccc80348-ba8f-4343-9b80-24d30f056136, ghrun-wiatzokuoy.auto.internal:62604): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, ccc80348-ba8f-4343-9b80-24d30f056136, ghrun-wiatzokuoy.auto.internal:62604): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ccc80348-ba8f-4343-9b80-24d30f056136, ghrun-wiatzokuoy.auto.internal:62604): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=MTFjYmI2YmEtYjg5MTNmYWEtYTQ3NmYyODYtN2M2MjJlZjg=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1877747c60>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f1877747c60>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, ccc80348-ba8f-4343-9b80-24d30f056136, ghrun-wiatzokuoy.auto.internal:62604): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, b3acc087-884b-4317-806a-34e896189d60, ghrun-wiatzokuoy.auto.internal:62604): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, b3acc087-884b-4317-806a-34e896189d60, ghrun-wiatzokuoy.auto.internal:62604): request = { session_id: "ydb://session/3?node_id=50001&id=MTFjYmI2YmEtYjg5MTNmYWEtYTQ3NmYyODYtN2M2MjJlZjg=" 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, b3acc087-884b-4317-806a-34e896189d60, ghrun-wiatzokuoy.auto.internal:62604): 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 0x7f1877747c60>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 38298eb2-ac8a-4044-a472-8b75c177775f, ghrun-wiatzokuoy.auto.internal:62604): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 38298eb2-ac8a-4044-a472-8b75c177775f, ghrun-wiatzokuoy.auto.internal:62604): request = { session_id: "ydb://session/3?node_id=50001&id=MTFjYmI2YmEtYjg5MTNmYWEtYTQ3NmYyODYtN2M2MjJlZjg=" 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, 38298eb2-ac8a-4044-a472-8b75c177775f, ghrun-wiatzokuoy.auto.internal:62604): 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 0x7f1877747c60>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 2a68061a-49c2-4a68-b022-f8ae6e1fff16, ghrun-wiatzokuoy.auto.internal:62604): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 2a68061a-49c2-4a68-b022-f8ae6e1fff16, ghrun-wiatzokuoy.auto.internal:62604): request = { session_id: "ydb://session/3?node_id=50001&id=MTFjYmI2YmEtYjg5MTNmYWEtYTQ3NmYyODYtN2M2MjJlZjg=" 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, 2a68061a-49c2-4a68-b022-f8ae6e1fff16, ghrun-wiatzokuoy.auto.internal:62604): 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 0x7f1877747c60>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 70520504-8f1d-4d68-b114-34cc5431bf7c, ghrun-wiatzokuoy.auto.internal:62604): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 70520504-8f1d-4d68-b114-34cc5431bf7c, ghrun-wiatzokuoy.auto.internal:62604): request = { session_id: "ydb://session/3?node_id=50001&id=MTFjYmI2YmEtYjg5MTNmYWEtYTQ3NmYyODYtN2M2MjJlZjg=" 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, 70520504-8f1d-4d68-b114-34cc5431bf7c, ghrun-wiatzokuoy.auto.internal:62604): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1877747c60>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:336 create table two
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 1ccdef60-87a9-49a2-b13c-a59b5c3a8a96, ghrun-wiatzokuoy.auto.internal:62604): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 1ccdef60-87a9-49a2-b13c-a59b5c3a8a96, ghrun-wiatzokuoy.auto.internal:62604): request = { session_id: "ydb://session/3?node_id=50001&id=MTFjYmI2YmEtYjg5MTNmYWEtYTQ3NmYyODYtN2M2MjJlZjg=" 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, 1ccdef60-87a9-49a2-b13c-a59b5c3a8a96, ghrun-wiatzokuoy.auto.internal:62604): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1877747c60>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:349 write_some_data
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab1af60d-5533-4009-b7e9-e6f76629bde2, ghrun-wiatzokuoy.auto.internal:62604): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1af60d-5533-4009-b7e9-e6f76629bde2, ghrun-wiatzokuoy.auto.internal:62604): request = { session_id: "ydb://session/3?node_id=50001&id=MTFjYmI2YmEtYjg5MTNmYWEtYTQ3NmYyODYtN2M2MjJlZjg=" 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, ab1af60d-5533-4009-b7e9-e6f76629bde2, ghrun-wiatzokuoy.auto.internal:62604): 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 0x7f1877747c60>
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:84 Terminated session pool.
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7f1877747c60>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7f1877747c60> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, b1784f24-6b77-4b38-94f2-f6c407da0047, ghrun-wiatzokuoy.auto.internal:62604): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, b1784f24-6b77-4b38-94f2-f6c407da0047, ghrun-wiatzokuoy.auto.internal:62604): request = { session_id: "ydb://session/3?node_id=50001&id=MTFjYmI2YmEtYjg5MTNmYWEtYTQ3NmYyODYtN2M2MjJlZjg=" 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 0x7f1877747c60>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, b1784f24-6b77-4b38-94f2-f6c407da0047, ghrun-wiatzokuoy.auto.internal:62604): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, b1784f24-6b77-4b38-94f2-f6c407da0047, ghrun-wiatzokuoy.auto.internal:62604): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, b1784f24-6b77-4b38-94f2-f6c407da0047, ghrun-wiatzokuoy.auto.internal:62604): on response callback success
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9256
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wiatzokuoy.auto.internal:62604
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:62604/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9256/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28088
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27589
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63980
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1422
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62604
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7732
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63126
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16652
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5938
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2986
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13419
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5920
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2856
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9256
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65084
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8385
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/d7rx/000993/r3tmp/kikimr_cluster_pibb_rd_
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9703
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16950
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1533
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9572
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/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/d7rx/000993/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_46snudc3.log --grpc-port=9703 --mon-port=16950 --ic-port=8385
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:9703/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/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/d7rx/000993/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_46snudc3.log --grpc-port=9703 --mon-port=16950 --ic-port=8385
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/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_46snudc3.log', '--grpc-port=9703', '--mon-port=16950', '--ic-port=8385')' in '/home/runner/.ya/build/build_root/d7rx/000993/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: 2583212
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9703/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/d7rx/000993/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2583231
DEBUG    ya.test:process.py:259 Command (pid 2583231) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2583231) elapsed time (sec): 0.4402017593383789
DEBUG    ya.test:process.py:263 Command (pid 2583231) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2583231) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2583231) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2583231) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2583231) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 2583231) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2583231) minflt: 19183
DEBUG    ya.test:process.py:263 Command (pid 2583231) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2583231) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2583231) nivcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2583231) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2583231) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2583231) nvcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 2583231) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2583231) stime: 0.25562399999999996
DEBUG    ya.test:process.py:263 Command (pid 2583231) utime: 0.133711
DEBUG    ya.test:process.py:263 Command (pid 2583231) wtime: 0.441
DEBUG    ya.test:process.py:275 Command (pid 2583231) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2583231) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9703', '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: 8385\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/d7rx/000993/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9703', '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: 8385\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2586253
DEBUG    ya.test:process.py:259 Command (pid 2586253) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2586253) elapsed time (sec): 0.447338342666626
DEBUG    ya.test:process.py:263 Command (pid 2586253) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2586253) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2586253) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2586253) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2586253) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2586253) maxrss: 545344
DEBUG    ya.test:process.py:263 Command (pid 2586253) minflt: 18219
DEBUG    ya.test:process.py:263 Command (pid 2586253) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2586253) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2586253) nivcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 2586253) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2586253) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2586253) nvcsw: 144
DEBUG    ya.test:process.py:263 Command (pid 2586253) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2586253) stime: 0.260498
DEBUG    ya.test:process.py:263 Command (pid 2586253) utime: 0.140268
DEBUG    ya.test:process.py:263 Command (pid 2586253) wtime: 0.449
DEBUG    ya.test:process.py:275 Command (pid 2586253) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9703', '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/d7rx/000993/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9703', '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: 2586597
DEBUG    ya.test:process.py:259 Command (pid 2586597) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2586597) elapsed time (sec): 0.47368717193603516
DEBUG    ya.test:process.py:263 Command (pid 2586597) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2586597) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2586597) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2586597) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2586597) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2586597) maxrss: 545352
DEBUG    ya.test:process.py:263 Command (pid 2586597) minflt: 18218
DEBUG    ya.test:process.py:263 Command (pid 2586597) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2586597) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2586597) nivcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 2586597) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2586597) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2586597) nvcsw: 130
DEBUG    ya.test:process.py:263 Command (pid 2586597) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2586597) stime: 0.308425
DEBUG    ya.test:process.py:263 Command (pid 2586597) utime: 0.11467
DEBUG    ya.test:process.py:263 Command (pid 2586597) wtime: 0.475
DEBUG    ya.test:process.py:275 Command (pid 2586597) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2586597) 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/d7rx/000993/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16935
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7055
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14016
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18800
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3685
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9703 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/d7rx/000993/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_dn14k0ap.log --grpc-port=16935 --mon-port=7055 --ic-port=14016
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9703 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/d7rx/000993/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_dn14k0ap.log --grpc-port=16935 --mon-port=7055 --ic-port=14016
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/000993/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:9703', '--tenant=/Root/users/database', '--log-file-name=/home/runner/.ya/build/build_root/d7rx/000993/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_dn14k0ap.log', '--grpc-port=16935', '--mon-port=7055', '--ic-port=14016')' in '/home/runner/.ya/build/build_root/d7rx/000993/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: 2588005
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:16935/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/d7rx/000993/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2588006
DEBUG    ya.test:process.py:259 Command (pid 2588006) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2588006) elapsed time (sec): 0.4246807098388672
DEBUG    ya.test:process.py:263 Command (pid 2588006) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2588006) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2588006) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2588006) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2588006) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2588006) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2588006) minflt: 16081
DEBUG    ya.test:process.py:263 Command (pid 2588006) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2588006) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2588006) nivcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 2588006) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2588006) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2588006) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2588006) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2588006) stime: 0.263779
DEBUG    ya.test:process.py:263 Command (pid 2588006) utime: 0.11191
DEBUG    ya.test:process.py:263 Command (pid 2588006) wtime: 0.426
DEBUG    ya.test:process.py:275 Command (pid 2588006) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2588006) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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 0x7f1877ca32b0 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 0x7f1877ca11e0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f1877ca11e0>
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, 2ab4b5d6-66a9-49f5-8bd4-d930b20f1bb1, localhost:9703): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2ab4b5d6-66a9-49f5-8bd4-d930b20f1bb1, localhost:9703): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2ab4b5d6-66a9-49f5-8bd4-d930b20f1bb1, localhost:9703): 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:9703". 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:9703
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, d87657a0-398f-4ace-8274-6aa5300f1d07, localhost:9703): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d87657a0-398f-4ace-8274-6aa5300f1d07, localhost:9703): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d87657a0-398f-4ace-8274-6aa5300f1d07, localhost:9703): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wiatzokuoy.auto.internal" port: 16935 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-wiatzokuoy.auto.internal:16935, 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:9703
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f1877ca11e0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c8f987ae-5db5-4388-8232-6b15ae489af3, ghrun-wiatzokuoy.auto.internal:16935): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c8f987ae-5db5-4388-8232-6b15ae489af3, ghrun-wiatzokuoy.auto.internal:16935): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, c8f987ae-5db5-4388-8232-6b15ae489af3, ghrun-wiatzokuoy.auto.internal:16935): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c8f987ae-5db5-4388-8232-6b15ae489af3, ghrun-wiatzokuoy.auto.internal:16935): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=ZGYzYTlhMDAtYjRkOTc3NDgtMjNkODczYzQtYTQ0Y2ZlMzg=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1877ca11e0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f1877ca11e0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, c8f987ae-5db5-4388-8232-6b15ae489af3, ghrun-wiatzokuoy.auto.internal:16935): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, ae7b7dab-5ba1-4094-a8f1-60cc6a5f6ac1, ghrun-wiatzokuoy.auto.internal:16935): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, ae7b7dab-5ba1-4094-a8f1-60cc6a5f6ac1, ghrun-wiatzokuoy.auto.internal:16935): request = { session_id: "ydb://session/3?node_id=50000&id=ZGYzYTlhMDAtYjRkOTc3NDgtMjNkODczYzQtYTQ0Y2ZlMzg=" 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, ae7b7dab-5ba1-4094-a8f1-60cc6a5f6ac1, ghrun-wiatzokuoy.auto.internal:16935): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1877ca11e0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:336 create table two
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 634fb6ea-d508-44ab-9c5a-43a71da1c5ff, ghrun-wiatzokuoy.auto.internal:16935): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 634fb6ea-d508-44ab-9c5a-43a71da1c5ff, ghrun-wiatzokuoy.auto.internal:16935): request = { session_id: "ydb://session/3?node_id=50000&id=ZGYzYTlhMDAtYjRkOTc3NDgtMjNkODczYzQtYTQ0Y2ZlMzg=" 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, 634fb6ea-d508-44ab-9c5a-43a71da1c5ff, ghrun-wiatzokuoy.auto.internal:16935): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1877ca11e0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:349 write_some_data
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cca4be4-f8bc-4d7a-ae82-4110d53becb7, ghrun-wiatzokuoy.auto.internal:16935): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cca4be4-f8bc-4d7a-ae82-4110d53becb7, ghrun-wiatzokuoy.auto.internal:16935): request = { session_id: "ydb://session/3?node_id=50000&id=ZGYzYTlhMDAtYjRkOTc3NDgtMjNkODczYzQtYTQ0Y2ZlMzg=" 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, 7cca4be4-f8bc-4d7a-ae82-4110d53becb7, ghrun-wiatzokuoy.auto.internal:16935): 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 0x7f1877ca11e0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:362 read_some_data
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb398b94-6b70-48a0-896e-2ed8b5ca6d7e, ghrun-wiatzokuoy.auto.internal:16935): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb398b94-6b70-48a0-896e-2ed8b5ca6d7e, ghrun-wiatzokuoy.auto.internal:16935): request = { session_id: "ydb://session/3?node_id=50000&id=ZGYzYTlhMDAtYjRkOTc3NDgtMjNkODczYzQtYTQ0Y2ZlMzg=" 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, bb398b94-6b70-48a0-896e-2ed8b5ca6d7e, ghrun-wiatzokuoy.auto.internal:16935): 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 0x7f1877ca11e0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:380 drop table two
DEBUG    ydb.connection:connection.py:421 RpcState(DropTable, c258145c-92e9-4782-815a-24101697ca15, ghrun-wiatzokuoy.auto.internal:16935): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DropTable, c258145c-92e9-4782-815a-24101697ca15, ghrun-wiatzokuoy.auto.internal:16935): request = { session_id: "ydb://session/3?node_id=50000&id=ZGYzYTlhMDAtYjRkOTc3NDgtMjNkODczYzQtYTQ0Y2ZlMzg=" 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, c258145c-92e9-4782-815a-24101697ca15, ghrun-wiatzokuoy.auto.internal:16935): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1877ca11e0>
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:84 Terminated session pool.
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7f1877ca11e0>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7f1877ca11e0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 56dc90da-b603-4d1d-b5dd-3326d9c7ae3c, ghrun-wiatzokuoy.auto.internal:16935): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 56dc90da-b603-4d1d-b5dd-3326d9c7ae3c, ghrun-wiatzokuoy.auto.internal:16935): request = { session_id: "ydb://session/3?node_id=50000&id=ZGYzYTlhMDAtYjRkOTc3NDgtMjNkODczYzQtYTQ0Y2ZlMzg=" 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 0x7f1877ca11e0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 56dc90da-b603-4d1d-b5dd-3326d9c7ae3c, ghrun-wiatzokuoy.auto.internal:16935): on response callback started
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 56dc90da-b603-4d1d-b5dd-3326d9c7ae3c, ghrun-wiatzokuoy.auto.internal:16935): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 56dc90da-b603-4d1d-b5dd-3326d9c7ae3c, ghrun-wiatzokuoy.auto.internal:16935): on response callback success
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9703
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wiatzokuoy.auto.internal:16935
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=1760355300849893&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:16935/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/d7rx/000993/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17693
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3070
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11628
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7870
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5333
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9703 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/d7rx/000993/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_cu3cp4z3.log --grpc-port=17693 --mon-port=3070 --ic-port=11628
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/000993/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/d7rx/000993/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9703 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/d7rx/000993/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_cu3cp4z3.log --grpc-port=17693 --mon-port=3070 --ic-port=11628
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/000993/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/000993/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:9703', '--tenant=/Root/users/database', '--log-file-name=/home/runner/.ya/build/build_root/d7rx/000993/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_cu3cp4z3.log', '--grpc-port=17693', '--mon-port=3070', '--ic-port=11628')' in '/home/runner/.ya/build/build_root/d7rx/000993/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: 2593347
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:17693/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/d7rx/000993/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2593348
DEBUG    ya.test:process.py:259 Command (pid 2593348) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2593348) elapsed time (sec): 0.4338850975036621
DEBUG    ya.test:process.py:263 Command (pid 2593348) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2593348) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2593348) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2593348) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2593348) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2593348) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2593348) minflt: 16075
DEBUG    ya.test:process.py:263 Command (pid 2593348) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2593348) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2593348) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2593348) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2593348) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2593348) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2593348) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2593348) stime: 0.269186
DEBUG    ya.test:process.py:263 Command (pid 2593348) utime: 0.11651299999999999
DEBUG    ya.test:process.py:263 Command (pid 2593348) wtime: 0.435
DEBUG    ya.test:process.py:275 Command (pid 2593348) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2593348) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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 0x7f1877c33760 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 0x7f1877c31a00>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f1877c31a00>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/users/database
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:421 RpcState(ListEndpoints, af8b830a-786d-4315-99a4-fe4f40edb2d8, localhost:9703): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, af8b830a-786d-4315-99a4-fe4f40edb2d8, localhost:9703): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, af8b830a-786d-4315-99a4-fe4f40edb2d8, localhost:9703): 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:9703". 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:9703
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, 6e0a307c-e4b1-4a43-b9fd-c426b23f5580, localhost:9703): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6e0a307c-e4b1-4a43-b9fd-c426b23f5580, localhost:9703): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6e0a307c-e4b1-4a43-b9fd-c426b23f5580, localhost:9703): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wiatzokuoy.auto.internal" port: 17693 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-wiatzokuoy.auto.internal:17693, 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:9703
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f1877c31a00>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ec4808b5-7940-4594-b9de-b8cbda882cf0, ghrun-wiatzokuoy.auto.internal:17693): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ec4808b5-7940-4594-b9de-b8cbda882cf0, ghrun-wiatzokuoy.auto.internal:17693): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, ec4808b5-7940-4594-b9de-b8cbda882cf0, ghrun-wiatzokuoy.auto.internal:17693): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ec4808b5-7940-4594-b9de-b8cbda882cf0, ghrun-wiatzokuoy.auto.internal:17693): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=MmE3YmZkNS1jOTM1MTAxMS1mMzFkNmJkMC0yOTBkZmZiYQ==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1877c31a00>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f1877c31a00>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 351d4243-67af-4987-be5b-1815da83a381, ghrun-wiatzokuoy.auto.internal:17693): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, ec4808b5-7940-4594-b9de-b8cbda882cf0, ghrun-wiatzokuoy.auto.internal:17693): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 351d4243-67af-4987-be5b-1815da83a381, ghrun-wiatzokuoy.auto.internal:17693): request = { session_id: "ydb://session/3?node_id=50001&id=MmE3YmZkNS1jOTM1MTAxMS1mMzFkNmJkMC0yOTBkZmZiYQ==" 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, 351d4243-67af-4987-be5b-1815da83a381, ghrun-wiatzokuoy.auto.internal:17693): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1877c31a00>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:336 create table two
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, ed5efdb2-b249-4476-967b-20bba2aa08b4, ghrun-wiatzokuoy.auto.internal:17693): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, ed5efdb2-b249-4476-967b-20bba2aa08b4, ghrun-wiatzokuoy.auto.internal:17693): request = { session_id: "ydb://session/3?node_id=50001&id=MmE3YmZkNS1jOTM1MTAxMS1mMzFkNmJkMC0yOTBkZmZiYQ==" 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, ed5efdb2-b249-4476-967b-20bba2aa08b4, ghrun-wiatzokuoy.auto.internal:17693): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1877c31a00>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:349 write_some_data
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b012f0a-838e-4403-9d19-be8566643069, ghrun-wiatzokuoy.auto.internal:17693): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b012f0a-838e-4403-9d19-be8566643069, ghrun-wiatzokuoy.auto.internal:17693): request = { session_id: "ydb://session/3?node_id=50001&id=MmE3YmZkNS1jOTM1MTAxMS1mMzFkNmJkMC0yOTBkZmZiYQ==" 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, 7b012f0a-838e-4403-9d19-be8566643069, ghrun-wiatzokuoy.auto.internal:17693): 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 0x7f1877c31a00>
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 0x7f1877c31a00>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7f1877c31a00> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, b791179d-3e13-41d6-b404-18e3a49b4e4c, ghrun-wiatzokuoy.auto.internal:17693): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, b791179d-3e13-41d6-b404-18e3a49b4e4c, ghrun-wiatzokuoy.auto.internal:17693): request = { session_id: "ydb://session/3?node_id=50001&id=MmE3YmZkNS1jOTM1MTAxMS1mMzFkNmJkMC0yOTBkZmZiYQ==" 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 0x7f1877c31a00>
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:118 RpcState(DeleteSession, b791179d-3e13-41d6-b404-18e3a49b4e4c, ghrun-wiatzokuoy.auto.internal:17693): on response callback started
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9703
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, b791179d-3e13-41d6-b404-18e3a49b4e4c, ghrun-wiatzokuoy.auto.internal:17693): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, b791179d-3e13-41d6-b404-18e3a49b4e4c, ghrun-wiatzokuoy.auto.internal:17693): on response callback success
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wiatzokuoy.auto.internal:17693
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
61.30s call     test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--false]
55.25s call     test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--true]
17.44s setup    test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--false]
17.05s call     test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--true]
10.41s setup    test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false]
10.35s setup    test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--true]
9.74s setup    test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--true]
8.28s call     test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false]
7.93s call     test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true]
7.01s teardown test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--false]
6.48s setup    test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--false]
6.42s setup    test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true]
1.03s 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--true]
0.01s teardown test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--false]

(3 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 220.46s (0:03:40) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/000a31/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 ===============================
15.07s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--false]
13.87s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--false]
12.60s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--true]
11.00s setup    test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--false]
9.63s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--true]
7.93s call     test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--false]
7.49s call     test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--true]
7.02s call     test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--true]
7.01s teardown test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--false]
6.83s call     test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--false]
6.19s setup    test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--true]
5.90s call     test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--false]
1.23s call     test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--true]
0.01s teardown test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--false]
0.01s teardown test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--false]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 112.44s (0:01:52) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/000a5a/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 ===============================
13.38s setup    test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--false]
12.33s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--false]
12.30s setup    test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--true]
12.15s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--true]
10.82s call     test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--true]
8.25s call     test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--false]
8.17s call     test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--true]
7.73s call     test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--true]
7.56s call     test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--false]
7.51s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--false]
7.10s call     test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--false]
6.52s setup    test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--true]
3.01s teardown test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--false]
0.01s teardown test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--false]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 117.26s (0:01:57) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/000a0c/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 ===============================
11.29s call     test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--true]
9.72s setup    test_storage_config.py::TestStorageConfig::test_cases[case_0]
7.38s setup    test_publish_into_schemeboard_with_common_ssring.py::TestOn3DC::test_create_dirs
7.11s teardown test_publish_into_schemeboard_with_common_ssring.py::TestOn3DC::test_create_dirs
7.07s teardown test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--true]
7.04s teardown test_storage_config.py::TestStorageConfig::test_cases[case_12]
6.72s call     test_storage_config.py::TestStorageConfig::test_cases[case_0]
5.32s call     test_storage_config.py::TestStorageConfig::test_cases[case_11]
5.27s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--true]
5.27s call     test_storage_config.py::TestStorageConfig::test_cases[case_10]
4.75s call     test_storage_config.py::TestStorageConfig::test_cases[case_12]
0.01s setup    test_storage_config.py::TestStorageConfig::test_cases[case_10]
0.01s setup    test_storage_config.py::TestStorageConfig::test_cases[case_11]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_0]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_10]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 77.52s (0:01:17) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/000a2d/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 ===============================
9.52s setup    test_storage_config.py::TestStorageConfig::test_cases[case_1]
7.80s call     test_storage_config.py::TestStorageConfig::test_cases[case_2]
7.71s call     test_storage_config.py::TestStorageConfig::test_cases[case_1]
6.40s call     test_storage_config.py::TestStorageConfig::test_cases[case_3]
6.36s call     test_storage_config.py::TestStorageConfig::test_cases[case_5]
5.98s call     test_storage_config.py::TestStorageConfig::test_cases[case_6]
5.42s call     test_storage_config.py::TestStorageConfig::test_cases[case_4]
3.25s teardown test_storage_config.py::TestStorageConfig::test_cases[case_6]
0.06s setup    test_storage_config.py::TestStorageConfig::test_cases[case_2]
0.05s setup    test_storage_config.py::TestStorageConfig::test_cases[case_4]
0.02s teardown test_storage_config.py::TestStorageConfig::test_cases[case_2]
0.02s teardown test_storage_config.py::TestStorageConfig::test_cases[case_1]
0.01s setup    test_storage_config.py::TestStorageConfig::test_cases[case_5]
0.01s setup    test_storage_config.py::TestStorageConfig::test_cases[case_6]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_4]
0.01s setup    test_storage_config.py::TestStorageConfig::test_cases[case_3]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_5]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_3]
============================== 6 passed in 53.33s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/000a00/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.47s call     test_system_views.py::TestQueryMetrics::test_case
18.84s call     test_storage_config.py::TestStorageConfig::test_cases[case_8]
13.05s setup    test_system_views.py::TestQueryMetrics::test_case
11.59s setup    test_system_views.py::TestPartitionStats::test_case
8.07s setup    test_storage_config.py::TestStorageConfig::test_cases[case_7]
7.72s call     test_storage_config.py::TestStorageConfig::test_cases[case_7]
7.54s teardown test_system_views.py::TestPartitionStats::test_case
7.52s teardown test_system_views.py::TestQueryMetrics::test_case
7.09s teardown test_storage_config.py::TestStorageConfig::test_create_tablet
5.98s call     test_storage_config.py::TestStorageConfig::test_cases[case_9]
0.54s call     test_system_views.py::TestPartitionStats::test_case
0.17s call     test_storage_config.py::TestStorageConfig::test_create_tablet
0.04s setup    test_storage_config.py::TestStorageConfig::test_cases[case_8]
0.03s setup    test_storage_config.py::TestStorageConfig::test_create_tablet
0.02s teardown test_storage_config.py::TestStorageConfig::test_cases[case_8]
0.01s setup    test_storage_config.py::TestStorageConfig::test_cases[case_9]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_9]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_7]
======================== 6 passed in 159.26s (0:02:39) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/0009b3/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 ===============================
71.26s call     test_system_views.py::TestQueryMetricsUniqueQueries::test_case
17.86s setup    test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--true]
13.80s setup    test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--false]
13.74s setup    test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--true]
11.80s setup    test_system_views.py::TestQueryMetricsUniqueQueries::test_case
10.10s 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.53s teardown test_system_views.py::TestQueryMetricsUniqueQueries::test_case
6.49s setup    test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--false]
1.63s teardown test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--false]
1.62s teardown test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--true]
1.59s teardown test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--true]
1.56s teardown test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--false]
0.20s call     test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--false]
0.15s call     test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--true]
0.14s call     test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--true]
0.12s call     test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--false]
0.09s call     test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--false]
=================== 5 passed, 1 xfailed in 169.38s (0:02:49) ===================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/000a1e/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 ===============================
19.11s setup    test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--false]
17.80s setup    test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--true]
17.77s setup    test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--false]
17.52s setup    test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--false]
11.14s setup    test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--true]
10.27s setup    test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--true]
5.00s call     test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--false]
4.53s teardown test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--false]
3.81s teardown test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--true]
3.80s teardown test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--true]
3.59s teardown test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--false]
3.52s teardown test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--false]
1.53s teardown test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--true]
0.50s call     test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--true]
0.44s call     test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--false]
0.43s 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 123.04s (0:02:03) ===================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/00098b/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:9162/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8933
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14587
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13157
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8082
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16628
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61989
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19857
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6917
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9162
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8734
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/00098b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23634
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/d7rx/00098b/r3tmp/kikimr_cluster_f9yb1qwq
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/00098b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17994
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1497
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24708
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28945
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/00098b/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/d7rx/00098b/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/d7rx/00098b/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_pg1sjotj.log --grpc-port=17994 --mon-port=1497 --ic-port=23634
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:17994/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/00098b/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/d7rx/00098b/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/d7rx/00098b/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_pg1sjotj.log --grpc-port=17994 --mon-port=1497 --ic-port=23634
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/00098b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/00098b/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/d7rx/00098b/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_pg1sjotj.log', '--grpc-port=17994', '--mon-port=1497', '--ic-port=23634')' in '/home/runner/.ya/build/build_root/d7rx/00098b/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: 2470515
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:17994/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/d7rx/00098b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2470518
DEBUG    ya.test:process.py:259 Command (pid 2470518) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2470518) elapsed time (sec): 0.418179988861084
DEBUG    ya.test:process.py:263 Command (pid 2470518) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2470518) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2470518) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2470518) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2470518) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 2470518) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2470518) minflt: 20084
DEBUG    ya.test:process.py:263 Command (pid 2470518) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2470518) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2470518) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 2470518) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2470518) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2470518) nvcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 2470518) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2470518) stime: 0.242661
DEBUG    ya.test:process.py:263 Command (pid 2470518) utime: 0.127297
DEBUG    ya.test:process.py:263 Command (pid 2470518) wtime: 0.419
DEBUG    ya.test:process.py:275 Command (pid 2470518) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2470518) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/00098b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/d7rx/00098b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:17994', '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: 23634\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/d7rx/00098b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:17994', '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: 23634\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2475635
DEBUG    ya.test:process.py:259 Command (pid 2475635) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2475635) elapsed time (sec): 0.42827749252319336
DEBUG    ya.test:process.py:263 Command (pid 2475635) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475635) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2475635) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475635) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475635) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2475635) maxrss: 545340
DEBUG    ya.test:process.py:263 Command (pid 2475635) minflt: 18217
DEBUG    ya.test:process.py:263 Command (pid 2475635) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2475635) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2475635) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2475635) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2475635) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2475635) nvcsw: 132
DEBUG    ya.test:process.py:263 Command (pid 2475635) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2475635) stime: 0.267016
DEBUG    ya.test:process.py:263 Command (pid 2475635) utime: 0.117673
DEBUG    ya.test:process.py:263 Command (pid 2475635) wtime: 0.429
DEBUG    ya.test:process.py:275 Command (pid 2475635) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/00098b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/d7rx/00098b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:17994', '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/d7rx/00098b/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:17994', '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: 2476622
DEBUG    ya.test:process.py:259 Command (pid 2476622) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2476622) elapsed time (sec): 0.40338969230651855
DEBUG    ya.test:process.py:263 Command (pid 2476622) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2476622) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2476622) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2476622) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2476622) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2476622) maxrss: 545344
DEBUG    ya.test:process.py:263 Command (pid 2476622) minflt: 18220
DEBUG    ya.test:process.py:263 Command (pid 2476622) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2476622) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2476622) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 2476622) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2476622) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2476622) nvcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 2476622) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2476622) stime: 0.262447
DEBUG    ya.test:process.py:263 Command (pid 2476622) utime: 0.096915
DEBUG    ya.test:process.py:263 Command (pid 2476622) wtime: 0.404
DEBUG    ya.test:process.py:275 Command (pid 2476622) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2476622) 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/d7rx/00098b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17473
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15382
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6402
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10834
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29099
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/00098b/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/d7rx/00098b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:17994 --tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/00098b/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_8934yf1_.log --grpc-port=17473 --mon-port=15382 --ic-port=6402
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/00098b/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/d7rx/00098b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:17994 --tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/00098b/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_8934yf1_.log --grpc-port=17473 --mon-port=15382 --ic-port=6402
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/00098b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/00098b/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:17994', '--tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--false_', '--log-file-name=/home/runner/.ya/build/build_root/d7rx/00098b/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_8934yf1_.log', '--grpc-port=17473', '--mon-port=15382', '--ic-port=6402')' in '/home/runner/.ya/build/build_root/d7rx/00098b/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: 2479562
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:17473/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/d7rx/00098b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2479569
DEBUG    ya.test:process.py:259 Command (pid 2479569) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2479569) elapsed time (sec): 0.40277957916259766
DEBUG    ya.test:process.py:263 Command (pid 2479569) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2479569) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2479569) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2479569) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2479569) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2479569) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2479569) minflt: 19086
DEBUG    ya.test:process.py:263 Command (pid 2479569) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2479569) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2479569) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 2479569) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2479569) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2479569) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 2479569) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2479569) stime: 0.226266
DEBUG    ya.test:process.py:263 Command (pid 2479569) utime: 0.127026
DEBUG    ya.test:process.py:263 Command (pid 2479569) wtime: 0.404
DEBUG    ya.test:process.py:275 Command (pid 2479569) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2479569) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
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, 1e706e4d-b657-4d8f-b33a-fce315e83d8d, localhost:17994): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 1e706e4d-b657-4d8f-b33a-fce315e83d8d, localhost:17994): request = { database: "/Root/test_list_database_above_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 1e706e4d-b657-4d8f-b33a-fce315e83d8d, localhost:17994): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wiatzokuoy.auto.internal" port: 17473 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-wiatzokuoy.auto.internal:17473, 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:17994
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 07b30be8-a475-494f-8259-9b558517de79, ghrun-wiatzokuoy.auto.internal:17473): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 07b30be8-a475-494f-8259-9b558517de79, ghrun-wiatzokuoy.auto.internal:17473): 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, 07b30be8-a475-494f-8259-9b558517de79, ghrun-wiatzokuoy.auto.internal:17473): 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: 1760355211950 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:17994
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wiatzokuoy.auto.internal:17473
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=1760355212961001&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:17473/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:17994/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29099
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10834
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6402
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15382
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17473
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28945
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24708
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1497
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17994
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23634
============================== slowest durations ===============================
20.45s setup    test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--false]
16.45s setup    test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--false]
13.68s setup    test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--false]
13.40s setup    test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--true]
10.04s setup    test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--true]
10.01s setup    test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--true]
8.53s teardown test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--false]
5.01s call     test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--true]
3.64s teardown test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--false]
3.60s teardown test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--true]
3.55s teardown test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--true]
1.66s teardown test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--false]
1.64s teardown test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--true]
1.26s call     test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--true]
0.70s call     test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--false]
0.22s call     test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--false]
0.11s call     test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--true]
0.08s 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 114.88s (0:01:54) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/0009fb/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/d7rx/0009fb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1206
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/d7rx/0009fb/r3tmp/kikimr_cluster_zkr_0zjg
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009fb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20980
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8538
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27908
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27908
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27909
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25389
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009fb/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/d7rx/0009fb/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/d7rx/0009fb/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_ce69jz3a.log --grpc-port=20980 --mon-port=8538 --ic-port=1206
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:20980/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009fb/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/d7rx/0009fb/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/d7rx/0009fb/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_ce69jz3a.log --grpc-port=20980 --mon-port=8538 --ic-port=1206
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/0009fb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/0009fb/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/d7rx/0009fb/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_ce69jz3a.log', '--grpc-port=20980', '--mon-port=8538', '--ic-port=1206')' in '/home/runner/.ya/build/build_root/d7rx/0009fb/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: 2343170
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:20980/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/d7rx/0009fb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2343215
DEBUG    ya.test:process.py:259 Command (pid 2343215) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2343215) elapsed time (sec): 2.134293556213379
DEBUG    ya.test:process.py:263 Command (pid 2343215) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2343215) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2343215) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2343215) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2343215) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 2343215) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2343215) minflt: 16078
DEBUG    ya.test:process.py:263 Command (pid 2343215) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2343215) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2343215) nivcsw: 140
DEBUG    ya.test:process.py:263 Command (pid 2343215) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2343215) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2343215) nvcsw: 29
DEBUG    ya.test:process.py:263 Command (pid 2343215) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2343215) stime: 0.28437799999999996
DEBUG    ya.test:process.py:263 Command (pid 2343215) utime: 0.166827
DEBUG    ya.test:process.py:263 Command (pid 2343215) wtime: 2.14
DEBUG    ya.test:process.py:275 Command (pid 2343215) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2343215) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009fb/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/d7rx/0009fb/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:20980', '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: 1206\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/d7rx/0009fb/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:20980', '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: 1206\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2345065
DEBUG    ya.test:process.py:259 Command (pid 2345065) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2345065) elapsed time (sec): 0.7204945087432861
DEBUG    ya.test:process.py:263 Command (pid 2345065) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2345065) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2345065) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2345065) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2345065) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2345065) maxrss: 545440
DEBUG    ya.test:process.py:263 Command (pid 2345065) minflt: 18454
DEBUG    ya.test:process.py:263 Command (pid 2345065) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2345065) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2345065) nivcsw: 188
DEBUG    ya.test:process.py:263 Command (pid 2345065) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2345065) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2345065) nvcsw: 118
DEBUG    ya.test:process.py:263 Command (pid 2345065) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2345065) stime: 0.41297599999999995
DEBUG    ya.test:process.py:263 Command (pid 2345065) utime: 0.12968
DEBUG    ya.test:process.py:263 Command (pid 2345065) wtime: 0.723
DEBUG    ya.test:process.py:275 Command (pid 2345065) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009fb/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/d7rx/0009fb/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:20980', '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/d7rx/0009fb/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:20980', '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: 2345765
DEBUG    ya.test:process.py:259 Command (pid 2345765) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2345765) elapsed time (sec): 1.0190932750701904
DEBUG    ya.test:process.py:263 Command (pid 2345765) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2345765) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2345765) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2345765) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2345765) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2345765) maxrss: 545336
DEBUG    ya.test:process.py:263 Command (pid 2345765) minflt: 18220
DEBUG    ya.test:process.py:263 Command (pid 2345765) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2345765) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2345765) nivcsw: 195
DEBUG    ya.test:process.py:263 Command (pid 2345765) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2345765) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2345765) nvcsw: 115
DEBUG    ya.test:process.py:263 Command (pid 2345765) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2345765) stime: 0.448181
DEBUG    ya.test:process.py:263 Command (pid 2345765) utime: 0.161843
DEBUG    ya.test:process.py:263 Command (pid 2345765) wtime: 1.068
DEBUG    ya.test:process.py:275 Command (pid 2345765) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2345765) 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/d7rx/0009fb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15492
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27048
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27257
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14739
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13602
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009fb/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/d7rx/0009fb/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:20980 --tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009fb/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_2vp1znf7.log --grpc-port=15492 --mon-port=27048 --ic-port=27257
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009fb/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/d7rx/0009fb/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:20980 --tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009fb/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_2vp1znf7.log --grpc-port=15492 --mon-port=27048 --ic-port=27257
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/0009fb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/0009fb/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:20980', '--tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--true_', '--log-file-name=/home/runner/.ya/build/build_root/d7rx/0009fb/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_2vp1znf7.log', '--grpc-port=15492', '--mon-port=27048', '--ic-port=27257')' in '/home/runner/.ya/build/build_root/d7rx/0009fb/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: 2347501
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:15492/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/d7rx/0009fb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2347506
DEBUG    ya.test:process.py:259 Command (pid 2347506) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2347506) elapsed time (sec): 0.938831090927124
DEBUG    ya.test:process.py:263 Command (pid 2347506) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2347506) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2347506) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2347506) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2347506) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2347506) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2347506) minflt: 16078
DEBUG    ya.test:process.py:263 Command (pid 2347506) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2347506) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2347506) nivcsw: 289
DEBUG    ya.test:process.py:263 Command (pid 2347506) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2347506) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2347506) nvcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 2347506) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2347506) stime: 0.347812
DEBUG    ya.test:process.py:263 Command (pid 2347506) utime: 0.119766
DEBUG    ya.test:process.py:263 Command (pid 2347506) wtime: 0.961
DEBUG    ya.test:process.py:275 Command (pid 2347506) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2347506) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
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, 2c76434e-c028-4abe-8a81-201e10a00f96, localhost:20980): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2c76434e-c028-4abe-8a81-201e10a00f96, localhost:20980): request = { database: "/Root/test_list_database_above_enable_alter_database_create_hive_first--true_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2c76434e-c028-4abe-8a81-201e10a00f96, localhost:20980): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wiatzokuoy.auto.internal" port: 15492 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-wiatzokuoy.auto.internal:15492, 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:20980
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, b50395b2-e089-41f8-8398-ddbf79d79696, ghrun-wiatzokuoy.auto.internal:15492): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, b50395b2-e089-41f8-8398-ddbf79d79696, ghrun-wiatzokuoy.auto.internal:15492): 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, b50395b2-e089-41f8-8398-ddbf79d79696, ghrun-wiatzokuoy.auto.internal:15492): 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: 1760355090300 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:20980
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wiatzokuoy.auto.internal:15492
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=1760355092437801&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:15492/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 ===============================
21.03s setup    test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--true]
18.36s setup    test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--true]
17.98s setup    test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--false]
13.40s setup    test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--false]
10.59s setup    test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--true]
3.67s teardown test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--false]
3.56s teardown test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--true]
3.56s teardown test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--true]
2.64s teardown test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--true]
1.68s teardown test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--false]
0.51s call     test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--false]
0.29s call     test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--true]
0.22s call     test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--true]
0.14s call     test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--true]
0.07s call     test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[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--true] - AssertionError: assert '.metadata' == '.sys'
  
  - .sys
  + .metadata
==================== 1 failed, 4 passed in 98.78s (0:01:38) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/0009a2/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 ..FF.

=================================== 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:5819/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12739
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10879
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4654
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22982
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2804
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28849
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27459
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17962
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5819
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28873
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32038
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/d7rx/0009a2/r3tmp/kikimr_cluster_ni8bi9by
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22476
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26414
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19017
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23955
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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/d7rx/0009a2/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/d7rx/0009a2/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_09rovfgm.log --grpc-port=22476 --mon-port=26414 --ic-port=32038
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:22476/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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/d7rx/0009a2/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/d7rx/0009a2/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_09rovfgm.log --grpc-port=22476 --mon-port=26414 --ic-port=32038
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/0009a2/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/d7rx/0009a2/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_09rovfgm.log', '--grpc-port=22476', '--mon-port=26414', '--ic-port=32038')' in '/home/runner/.ya/build/build_root/d7rx/0009a2/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: 2415164
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:22476/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/d7rx/0009a2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2415165
DEBUG    ya.test:process.py:259 Command (pid 2415165) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2415165) elapsed time (sec): 0.39757776260375977
DEBUG    ya.test:process.py:263 Command (pid 2415165) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2415165) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2415165) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2415165) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2415165) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2415165) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2415165) minflt: 16078
DEBUG    ya.test:process.py:263 Command (pid 2415165) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2415165) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2415165) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2415165) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2415165) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2415165) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 2415165) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2415165) stime: 0.254591
DEBUG    ya.test:process.py:263 Command (pid 2415165) utime: 0.084863
DEBUG    ya.test:process.py:263 Command (pid 2415165) wtime: 0.398
DEBUG    ya.test:process.py:275 Command (pid 2415165) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2415165) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:22476', '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: 32038\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/d7rx/0009a2/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:22476', '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: 32038\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2418060
DEBUG    ya.test:process.py:259 Command (pid 2418060) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2418060) elapsed time (sec): 0.4514617919921875
DEBUG    ya.test:process.py:263 Command (pid 2418060) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2418060) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2418060) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2418060) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2418060) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2418060) maxrss: 545340
DEBUG    ya.test:process.py:263 Command (pid 2418060) minflt: 18221
DEBUG    ya.test:process.py:263 Command (pid 2418060) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2418060) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2418060) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2418060) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2418060) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2418060) nvcsw: 142
DEBUG    ya.test:process.py:263 Command (pid 2418060) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2418060) stime: 0.32497699999999996
DEBUG    ya.test:process.py:263 Command (pid 2418060) utime: 0.097728
DEBUG    ya.test:process.py:263 Command (pid 2418060) wtime: 0.47
DEBUG    ya.test:process.py:275 Command (pid 2418060) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:22476', '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/d7rx/0009a2/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:22476', '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: 2418729
DEBUG    ya.test:process.py:259 Command (pid 2418729) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2418729) elapsed time (sec): 0.41380786895751953
DEBUG    ya.test:process.py:263 Command (pid 2418729) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2418729) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2418729) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2418729) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2418729) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2418729) maxrss: 545344
DEBUG    ya.test:process.py:263 Command (pid 2418729) minflt: 18219
DEBUG    ya.test:process.py:263 Command (pid 2418729) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2418729) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2418729) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2418729) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2418729) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2418729) nvcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 2418729) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2418729) stime: 0.26781099999999997
DEBUG    ya.test:process.py:263 Command (pid 2418729) utime: 0.10239799999999999
DEBUG    ya.test:process.py:263 Command (pid 2418729) wtime: 0.415
DEBUG    ya.test:process.py:275 Command (pid 2418729) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2418729) 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/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31353
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21158
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1646
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19334
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14851
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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/d7rx/0009a2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22476 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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__67psqrd.log --grpc-port=31353 --mon-port=21158 --ic-port=1646
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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/d7rx/0009a2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22476 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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__67psqrd.log --grpc-port=31353 --mon-port=21158 --ic-port=1646
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/0009a2/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:22476', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_', '--log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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__67psqrd.log', '--grpc-port=31353', '--mon-port=21158', '--ic-port=1646')' in '/home/runner/.ya/build/build_root/d7rx/0009a2/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: 2420594
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:31353/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/d7rx/0009a2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2420639
DEBUG    ya.test:process.py:259 Command (pid 2420639) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2420639) elapsed time (sec): 0.46657872200012207
DEBUG    ya.test:process.py:263 Command (pid 2420639) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2420639) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2420639) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2420639) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2420639) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2420639) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2420639) minflt: 16077
DEBUG    ya.test:process.py:263 Command (pid 2420639) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2420639) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2420639) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2420639) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2420639) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2420639) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 2420639) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2420639) stime: 0.288165
DEBUG    ya.test:process.py:263 Command (pid 2420639) utime: 0.128077
DEBUG    ya.test:process.py:263 Command (pid 2420639) wtime: 0.468
DEBUG    ya.test:process.py:275 Command (pid 2420639) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2420639) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
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 0x7fa403a372b0 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 0x7fa403a37800>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fa403a37800>
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, 03a08a94-b140-48c9-9c64-977e6cf4fa87, localhost:22476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 03a08a94-b140-48c9-9c64-977e6cf4fa87, localhost:22476): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 03a08a94-b140-48c9-9c64-977e6cf4fa87, localhost:22476): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wiatzokuoy.auto.internal" port: 31353 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-wiatzokuoy.auto.internal:31353, 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:22476
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fa403a37800>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, edc91787-6cfc-4f87-995f-15ad016dc568, ghrun-wiatzokuoy.auto.internal:31353): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, edc91787-6cfc-4f87-995f-15ad016dc568, ghrun-wiatzokuoy.auto.internal:31353): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, edc91787-6cfc-4f87-995f-15ad016dc568, ghrun-wiatzokuoy.auto.internal:31353): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, edc91787-6cfc-4f87-995f-15ad016dc568, ghrun-wiatzokuoy.auto.internal:31353): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=NGEyM2JlYWMtNjFlYzZlMDgtMzEwZjhhM2MtYjljNWYwMWY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa403a37800>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fa403a37800>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, edc91787-6cfc-4f87-995f-15ad016dc568, ghrun-wiatzokuoy.auto.internal:31353): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 9d0d6089-036c-45df-9d91-180caa4499ca, ghrun-wiatzokuoy.auto.internal:31353): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 9d0d6089-036c-45df-9d91-180caa4499ca, ghrun-wiatzokuoy.auto.internal:31353): request = { session_id: "ydb://session/3?node_id=50000&id=NGEyM2JlYWMtNjFlYzZlMDgtMzEwZjhhM2MtYjljNWYwMWY=" 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, 9d0d6089-036c-45df-9d91-180caa4499ca, ghrun-wiatzokuoy.auto.internal:31353): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa403a37800>
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=1760355188699897&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:31353/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/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8234
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17419
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30019
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9793
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26168
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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/d7rx/0009a2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22476 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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_np88pm1l.log --grpc-port=8234 --mon-port=17419 --ic-port=30019
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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/d7rx/0009a2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22476 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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_np88pm1l.log --grpc-port=8234 --mon-port=17419 --ic-port=30019
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/0009a2/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:22476', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_', '--log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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_np88pm1l.log', '--grpc-port=8234', '--mon-port=17419', '--ic-port=30019')' in '/home/runner/.ya/build/build_root/d7rx/0009a2/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: 2473649
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:8234/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/d7rx/0009a2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2473670
DEBUG    ya.test:process.py:259 Command (pid 2473670) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2473670) elapsed time (sec): 0.3982045650482178
DEBUG    ya.test:process.py:263 Command (pid 2473670) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2473670) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2473670) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2473670) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2473670) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2473670) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2473670) minflt: 16077
DEBUG    ya.test:process.py:263 Command (pid 2473670) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2473670) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2473670) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 2473670) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2473670) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2473670) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2473670) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2473670) stime: 0.23032999999999998
DEBUG    ya.test:process.py:263 Command (pid 2473670) utime: 0.11913599999999999
DEBUG    ya.test:process.py:263 Command (pid 2473670) wtime: 0.399
DEBUG    ya.test:process.py:275 Command (pid 2473670) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2473670) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
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 0x7fa403b0cce0 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 0x7fa403b0fbc0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fa403b0fbc0>
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, abfd6495-a03a-4ed0-bd52-4392d6c1d3d3, localhost:22476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, abfd6495-a03a-4ed0-bd52-4392d6c1d3d3, localhost:22476): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, abfd6495-a03a-4ed0-bd52-4392d6c1d3d3, localhost:22476): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wiatzokuoy.auto.internal" port: 8234 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-wiatzokuoy.auto.internal:8234, 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:22476
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fa403b0fbc0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5d6fb385-581c-47a9-93b4-40dc97cf3b6e, ghrun-wiatzokuoy.auto.internal:8234): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5d6fb385-581c-47a9-93b4-40dc97cf3b6e, ghrun-wiatzokuoy.auto.internal:8234): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 5d6fb385-581c-47a9-93b4-40dc97cf3b6e, ghrun-wiatzokuoy.auto.internal:8234): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5d6fb385-581c-47a9-93b4-40dc97cf3b6e, ghrun-wiatzokuoy.auto.internal:8234): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=OWVlNjQxOS1lZDRkNzBkMC0xMGZiZTU0ZS1iYTNkN2RlYw==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa403b0fbc0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fa403b0fbc0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 5d6fb385-581c-47a9-93b4-40dc97cf3b6e, ghrun-wiatzokuoy.auto.internal:8234): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, ba956e04-d7ad-473c-b6a8-1c0029f10b7d, ghrun-wiatzokuoy.auto.internal:8234): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, ba956e04-d7ad-473c-b6a8-1c0029f10b7d, ghrun-wiatzokuoy.auto.internal:8234): request = { session_id: "ydb://session/3?node_id=50001&id=OWVlNjQxOS1lZDRkNzBkMC0xMGZiZTU0ZS1iYTNkN2RlYw==" 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, ba956e04-d7ad-473c-b6a8-1c0029f10b7d, ghrun-wiatzokuoy.auto.internal:8234): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa403b0fbc0>
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=1760355213789723&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:8234/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/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22315
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7324
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26247
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22040
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13307
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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/d7rx/0009a2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22476 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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_o50m_3c9.log --grpc-port=22315 --mon-port=7324 --ic-port=26247
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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/d7rx/0009a2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:22476 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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_o50m_3c9.log --grpc-port=22315 --mon-port=7324 --ic-port=26247
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/0009a2/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:22476', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_', '--log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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_o50m_3c9.log', '--grpc-port=22315', '--mon-port=7324', '--ic-port=26247')' in '/home/runner/.ya/build/build_root/d7rx/0009a2/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: 2515838
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:22315/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/d7rx/0009a2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2515859
DEBUG    ya.test:process.py:259 Command (pid 2515859) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2515859) elapsed time (sec): 0.46944141387939453
DEBUG    ya.test:process.py:263 Command (pid 2515859) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2515859) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2515859) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2515859) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2515859) majflt: 3
DEBUG    ya.test:process.py:263 Command (pid 2515859) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2515859) minflt: 19706
DEBUG    ya.test:process.py:263 Command (pid 2515859) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2515859) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2515859) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 2515859) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2515859) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2515859) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 2515859) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2515859) stime: 0.293661
DEBUG    ya.test:process.py:263 Command (pid 2515859) utime: 0.12471099999999999
DEBUG    ya.test:process.py:263 Command (pid 2515859) wtime: 0.471
DEBUG    ya.test:process.py:275 Command (pid 2515859) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2515859) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
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 0x7fa403a706a0 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 0x7fa403aa4510>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fa403aa4510>
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, 1035104c-ed4b-4b06-aa79-83120d2b1f96, localhost:22476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 1035104c-ed4b-4b06-aa79-83120d2b1f96, localhost:22476): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 1035104c-ed4b-4b06-aa79-83120d2b1f96, localhost:22476): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wiatzokuoy.auto.internal" port: 22315 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-wiatzokuoy.auto.internal:22315, 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:22476
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fa403aa4510>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4079c1a5-109a-4c2e-ab12-c4cc190057b1, ghrun-wiatzokuoy.auto.internal:22315): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4079c1a5-109a-4c2e-ab12-c4cc190057b1, ghrun-wiatzokuoy.auto.internal:22315): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 4079c1a5-109a-4c2e-ab12-c4cc190057b1, ghrun-wiatzokuoy.auto.internal:22315): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4079c1a5-109a-4c2e-ab12-c4cc190057b1, ghrun-wiatzokuoy.auto.internal:22315): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NTQxZjk4MjgtZTBjNDA4MjAtYjMzMmZjYjctODgzZjQ3OTE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa403aa4510>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fa403aa4510>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 4079c1a5-109a-4c2e-ab12-c4cc190057b1, ghrun-wiatzokuoy.auto.internal:22315): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, f5530137-e7a3-469b-a352-d11263ca5cd5, ghrun-wiatzokuoy.auto.internal:22315): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, f5530137-e7a3-469b-a352-d11263ca5cd5, ghrun-wiatzokuoy.auto.internal:22315): request = { session_id: "ydb://session/3?node_id=50002&id=NTQxZjk4MjgtZTBjNDA4MjAtYjMzMmZjYjctODgzZjQ3OTE=" 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, f5530137-e7a3-469b-a352-d11263ca5cd5, ghrun-wiatzokuoy.auto.internal:22315): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa403aa4510>
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=1760355234930206&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
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_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, c151ac19-2397-4b05-b051-08c8f620c5e3, localhost:22476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c151ac19-2397-4b05-b051-08c8f620c5e3, localhost:22476): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c151ac19-2397-4b05-b051-08c8f620c5e3, localhost:22476): 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:22476". 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:22476
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_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8851a11b-164c-423a-a228-ba10de439a83, localhost:22476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8851a11b-164c-423a-a228-ba10de439a83, localhost:22476): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8851a11b-164c-423a-a228-ba10de439a83, localhost:22476): 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:22476". 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:22476
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_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 7622f041-29c8-4507-8215-4e5325d46a5b, localhost:22476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7622f041-29c8-4507-8215-4e5325d46a5b, localhost:22476): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7622f041-29c8-4507-8215-4e5325d46a5b, localhost:22476): 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:22476". 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:22476
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:22315/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
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_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, c671d99e-d31c-43da-a83e-4aeaecd10adf, localhost:22476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c671d99e-d31c-43da-a83e-4aeaecd10adf, localhost:22476): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c671d99e-d31c-43da-a83e-4aeaecd10adf, localhost:22476): 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:22476". 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:22476
---------------------------- 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 0x7fa403aa4510>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fa403aa4510> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, f2866d6e-5158-4677-91db-09310b0b4c90, ghrun-wiatzokuoy.auto.internal:22315): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, f2866d6e-5158-4677-91db-09310b0b4c90, ghrun-wiatzokuoy.auto.internal:22315): request = { session_id: "ydb://session/3?node_id=50002&id=NTQxZjk4MjgtZTBjNDA4MjAtYjMzMmZjYjctODgzZjQ3OTE=" 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 0x7fa403aa4510>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, f2866d6e-5158-4677-91db-09310b0b4c90, ghrun-wiatzokuoy.auto.internal:22315): on response callback started
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:78 RpcState(DeleteSession, f2866d6e-5158-4677-91db-09310b0b4c90, ghrun-wiatzokuoy.auto.internal:22315): 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:22315: 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:22315: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2025-10-13T11:34:23.800628936+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:70 Destroying sessions in active queue
DEBUG    ydb.connection:connection.py:91 RpcState(DeleteSession, f2866d6e-5158-4677-91db-09310b0b4c90, ghrun-wiatzokuoy.auto.internal:22315): unhandled rpc error, disconnecting channel
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7fa403b0fbc0>, reason: session-pool-terminated
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wiatzokuoy.auto.internal:22315
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fa403b0fbc0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, a821846c-b6de-4de1-9337-776f6138618b, ghrun-wiatzokuoy.auto.internal:8234): creating call state
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, a821846c-b6de-4de1-9337-776f6138618b, ghrun-wiatzokuoy.auto.internal:8234): request = { session_id: "ydb://session/3?node_id=50001&id=OWVlNjQxOS1lZDRkNzBkMC0xMGZiZTU0ZS1iYTNkN2RlYw==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:173 Sent delete on session <ydb.table.Session object at 0x7fa403b0fbc0>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, a821846c-b6de-4de1-9337-776f6138618b, ghrun-wiatzokuoy.auto.internal:8234): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, a821846c-b6de-4de1-9337-776f6138618b, ghrun-wiatzokuoy.auto.internal:8234): 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:8234: 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:8234: 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-13T11:34:23.807844014+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, a821846c-b6de-4de1-9337-776f6138618b, ghrun-wiatzokuoy.auto.internal:8234): 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-wiatzokuoy.auto.internal:8234
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6bae7c0c-8d72-49e6-b2cf-d99554c6dfe4, localhost:22476): creating call state
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 0x7fa403a37800>, reason: session-pool-terminated
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6bae7c0c-8d72-49e6-b2cf-d99554c6dfe4, localhost:22476): request = { database: "/Root/test_stop_start_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.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fa403a37800> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, ebce948c-0e0c-4bf9-892b-2f6493997900, ghrun-wiatzokuoy.auto.internal:31353): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6bae7c0c-8d72-49e6-b2cf-d99554c6dfe4, localhost:22476): response = { operation { ready: true status: NOT_FOUND issues { message: "Requested database does not exist" issue_code: 200202 severity: 1 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, ebce948c-0e0c-4bf9-892b-2f6493997900, ghrun-wiatzokuoy.auto.internal:31353): request = { session_id: "ydb://session/3?node_id=50000&id=NGEyM2JlYWMtNjFlYzZlMDgtMzEwZjhhM2MtYjljNWYwMWY=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_
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:22476". Error details:
 message: "Requested database does not exist" issue_code: 200202 severity: 1 (server_code: 400140)
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7fa403a37800>
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, e0eafcee-05fb-4583-a939-c1811bbc0d70, localhost:22476): creating call state
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, ebce948c-0e0c-4bf9-892b-2f6493997900, ghrun-wiatzokuoy.auto.internal:31353): on response callback started
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22476
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e0eafcee-05fb-4583-a939-c1811bbc0d70, localhost:22476): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, ebce948c-0e0c-4bf9-892b-2f6493997900, ghrun-wiatzokuoy.auto.internal:31353): 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:31353: 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:31353: 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-13T11:34:23.82728171+00:00", grpc_status:14}"
>
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:91 RpcState(DeleteSession, ebce948c-0e0c-4bf9-892b-2f6493997900, ghrun-wiatzokuoy.auto.internal:31353): unhandled rpc error, disconnecting channel
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wiatzokuoy.auto.internal:31353
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e0eafcee-05fb-4583-a939-c1811bbc0d70, localhost:22476): response = { operation { ready: true status: NOT_FOUND issues { message: "Requested database does not exist" issue_code: 200202 severity: 1 } } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22476
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
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:22476". Error details:
 message: "Requested database does not exist" issue_code: 200202 severity: 1 (server_code: 400140)
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:22476
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, 0312df76-570f-4068-aaa6-19d9ea358bba, localhost:22476): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0312df76-570f-4068-aaa6-19d9ea358bba, localhost:22476): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0312df76-570f-4068-aaa6-19d9ea358bba, localhost:22476): 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:22476". 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:22476
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:22476
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:22476
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
__ TestTenants.test_stop_start[enable_alter_database_create_hive_first--true] __
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--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_tenants
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:22476/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13307
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22040
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26247
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7324
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22315
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26168
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9793
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30019
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17419
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8234
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14851
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19334
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1646
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21158
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31353
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23955
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19017
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26414
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22476
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32038
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14764
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/d7rx/0009a2/r3tmp/kikimr_cluster_t4a3eqvn
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12873
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6122
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8619
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23771
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/d7rx/0009a2/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/d7rx/0009a2/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--true/cluster/node_1/logfile_9aexoeeh.log --grpc-port=12873 --mon-port=6122 --ic-port=14764
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:12873/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/d7rx/0009a2/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/d7rx/0009a2/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--true/cluster/node_1/logfile_9aexoeeh.log --grpc-port=12873 --mon-port=6122 --ic-port=14764
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/node_1/logfile_9aexoeeh.log', '--grpc-port=12873', '--mon-port=6122', '--ic-port=14764')' in '/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2550151
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:12873/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2550152
DEBUG    ya.test:process.py:259 Command (pid 2550152) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2550152) elapsed time (sec): 0.4572792053222656
DEBUG    ya.test:process.py:263 Command (pid 2550152) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2550152) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2550152) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2550152) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2550152) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2550152) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2550152) minflt: 16078
DEBUG    ya.test:process.py:263 Command (pid 2550152) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2550152) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2550152) nivcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2550152) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2550152) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2550152) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 2550152) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2550152) stime: 0.275536
DEBUG    ya.test:process.py:263 Command (pid 2550152) utime: 0.125959
DEBUG    ya.test:process.py:263 Command (pid 2550152) wtime: 0.459
DEBUG    ya.test:process.py:275 Command (pid 2550152) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2550152) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:12873', '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: 14764\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:12873', '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: 14764\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2553302
DEBUG    ya.test:process.py:259 Command (pid 2553302) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2553302) elapsed time (sec): 0.4808320999145508
DEBUG    ya.test:process.py:263 Command (pid 2553302) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2553302) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2553302) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2553302) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2553302) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2553302) maxrss: 545356
DEBUG    ya.test:process.py:263 Command (pid 2553302) minflt: 18219
DEBUG    ya.test:process.py:263 Command (pid 2553302) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2553302) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2553302) nivcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 2553302) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2553302) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2553302) nvcsw: 155
DEBUG    ya.test:process.py:263 Command (pid 2553302) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2553302) stime: 0.307944
DEBUG    ya.test:process.py:263 Command (pid 2553302) utime: 0.123983
DEBUG    ya.test:process.py:263 Command (pid 2553302) wtime: 0.482
DEBUG    ya.test:process.py:275 Command (pid 2553302) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:12873', '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.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:12873', '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: 2553851
DEBUG    ya.test:process.py:259 Command (pid 2553851) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2553851) elapsed time (sec): 0.5006227493286133
DEBUG    ya.test:process.py:263 Command (pid 2553851) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2553851) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2553851) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2553851) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2553851) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2553851) maxrss: 545360
DEBUG    ya.test:process.py:263 Command (pid 2553851) minflt: 18219
DEBUG    ya.test:process.py:263 Command (pid 2553851) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2553851) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2553851) nivcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 2553851) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2553851) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2553851) nvcsw: 138
DEBUG    ya.test:process.py:263 Command (pid 2553851) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2553851) stime: 0.298125
DEBUG    ya.test:process.py:263 Command (pid 2553851) utime: 0.14502299999999999
DEBUG    ya.test:process.py:263 Command (pid 2553851) wtime: 0.502
DEBUG    ya.test:process.py:275 Command (pid 2553851) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2553851) 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--true])
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:360 /Root/test_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_stop_start_enable_alter_database_create_hive_first--true_\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_stop_start_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_stop_start_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_stop_start_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_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: 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--true_: start nodes and construct internals
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14239
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8355
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29218
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26443
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9195
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:12873 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/slot_1/logfile_yj63_pcq.log --grpc-port=14239 --mon-port=8355 --ic-port=29218
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:12873 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/slot_1/logfile_yj63_pcq.log --grpc-port=14239 --mon-port=8355 --ic-port=29218
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:12873', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_', '--log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/slot_1/logfile_yj63_pcq.log', '--grpc-port=14239', '--mon-port=8355', '--ic-port=29218')' in '/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2555568
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:14239/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2555575
DEBUG    ya.test:process.py:259 Command (pid 2555575) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2555575) elapsed time (sec): 0.4321258068084717
DEBUG    ya.test:process.py:263 Command (pid 2555575) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2555575) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2555575) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2555575) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2555575) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2555575) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2555575) minflt: 16077
DEBUG    ya.test:process.py:263 Command (pid 2555575) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2555575) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2555575) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 2555575) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2555575) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2555575) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2555575) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2555575) stime: 0.25135399999999997
DEBUG    ya.test:process.py:263 Command (pid 2555575) utime: 0.13176
DEBUG    ya.test:process.py:263 Command (pid 2555575) wtime: 0.438
DEBUG    ya.test:process.py:275 Command (pid 2555575) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2555575) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
DEBUG    ydb.tests.library.fixtures:__init__.py:93 create database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: wait construction done
DEBUG    ydb.tests.library.fixtures:__init__.py:96 create database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: 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 0x7fa4045b0f10 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 0x7fa4045b2270>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fa4045b2270>
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--true_
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ad8c4af7-9185-4b0d-9844-f240b16bf693, localhost:12873): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ad8c4af7-9185-4b0d-9844-f240b16bf693, localhost:12873): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--true_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ad8c4af7-9185-4b0d-9844-f240b16bf693, localhost:12873): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wiatzokuoy.auto.internal" port: 14239 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--true_: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-wiatzokuoy.auto.internal:14239, 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:12873
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fa4045b2270>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1df77be3-572f-4f1d-85a0-9c1558839215, ghrun-wiatzokuoy.auto.internal:14239): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1df77be3-572f-4f1d-85a0-9c1558839215, ghrun-wiatzokuoy.auto.internal:14239): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 1df77be3-572f-4f1d-85a0-9c1558839215, ghrun-wiatzokuoy.auto.internal:14239): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1df77be3-572f-4f1d-85a0-9c1558839215, ghrun-wiatzokuoy.auto.internal:14239): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=OTIwYTU3YTItNzliOGRkYjAtZjE3OGJiODktNGFjZDA5NTk=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa4045b2270>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fa4045b2270>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 5b8a1a43-add5-4926-8fdc-3ff1200f73bf, ghrun-wiatzokuoy.auto.internal:14239): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 1df77be3-572f-4f1d-85a0-9c1558839215, ghrun-wiatzokuoy.auto.internal:14239): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 5b8a1a43-add5-4926-8fdc-3ff1200f73bf, ghrun-wiatzokuoy.auto.internal:14239): request = { session_id: "ydb://session/3?node_id=50000&id=OTIwYTU3YTItNzliOGRkYjAtZjE3OGJiODktNGFjZDA5NTk=" 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, 5b8a1a43-add5-4926-8fdc-3ff1200f73bf, ghrun-wiatzokuoy.auto.internal:14239): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa4045b2270>
DEBUG    ydb.tests.library.fixtures:__init__.py:99 destroy database /Root/test_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_&cmstid=72057594037936131&txid=1760355274283653&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--true_: 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--true_: 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--true_: 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--true_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:102 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: stop nodes
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:14239/1
DEBUG    ydb.tests.library.fixtures:__init__.py:105 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: 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--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_stop_start_enable_alter_database_create_hive_first--true_\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_stop_start_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_stop_start_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_stop_start_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_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: 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--true_: start nodes and construct internals
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11992
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13927
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64559
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29216
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6763
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:12873 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/slot_2/logfile_zowdpyxl.log --grpc-port=11992 --mon-port=13927 --ic-port=64559
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:12873 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/slot_2/logfile_zowdpyxl.log --grpc-port=11992 --mon-port=13927 --ic-port=64559
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:12873', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_', '--log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/slot_2/logfile_zowdpyxl.log', '--grpc-port=11992', '--mon-port=13927', '--ic-port=64559')' in '/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/slot_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2574373
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:11992/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2574407
DEBUG    ya.test:process.py:259 Command (pid 2574407) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2574407) elapsed time (sec): 0.48954176902770996
DEBUG    ya.test:process.py:263 Command (pid 2574407) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2574407) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2574407) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2574407) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2574407) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2574407) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2574407) minflt: 16112
DEBUG    ya.test:process.py:263 Command (pid 2574407) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2574407) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2574407) nivcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 2574407) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2574407) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2574407) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2574407) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2574407) stime: 0.279587
DEBUG    ya.test:process.py:263 Command (pid 2574407) utime: 0.119823
DEBUG    ya.test:process.py:263 Command (pid 2574407) wtime: 0.491
DEBUG    ya.test:process.py:275 Command (pid 2574407) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2574407) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
DEBUG    ydb.tests.library.fixtures:__init__.py:93 create database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: wait construction done
DEBUG    ydb.tests.library.fixtures:__init__.py:96 create database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: 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 0x7fa402f31a00 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 0x7fa402f31690>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fa402f31690>
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--true_
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ccfa5d94-7dcd-4f7f-9c41-d55541a87fe0, localhost:12873): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ccfa5d94-7dcd-4f7f-9c41-d55541a87fe0, localhost:12873): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--true_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ccfa5d94-7dcd-4f7f-9c41-d55541a87fe0, localhost:12873): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wiatzokuoy.auto.internal" port: 11992 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--true_: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-wiatzokuoy.auto.internal:11992, 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:12873
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fa402f31690>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 102f5dae-3498-4d7d-aea7-5194b80ade4e, ghrun-wiatzokuoy.auto.internal:11992): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 102f5dae-3498-4d7d-aea7-5194b80ade4e, ghrun-wiatzokuoy.auto.internal:11992): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 102f5dae-3498-4d7d-aea7-5194b80ade4e, ghrun-wiatzokuoy.auto.internal:11992): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 102f5dae-3498-4d7d-aea7-5194b80ade4e, ghrun-wiatzokuoy.auto.internal:11992): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=YTFhMGRlZjYtNjcxNDk3MzItNDc2ZjE1ZmEtMzRlOWFlNWU=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa402f31690>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fa402f31690>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, ed346049-60e4-4c1c-b799-ed27da6a714b, ghrun-wiatzokuoy.auto.internal:11992): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, ed346049-60e4-4c1c-b799-ed27da6a714b, ghrun-wiatzokuoy.auto.internal:11992): request = { session_id: "ydb://session/3?node_id=50001&id=YTFhMGRlZjYtNjcxNDk3MzItNDc2ZjE1ZmEtMzRlOWFlNWU=" 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:123 RpcState(CreateSession, 102f5dae-3498-4d7d-aea7-5194b80ade4e, ghrun-wiatzokuoy.auto.internal:11992): on response callback success
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, ed346049-60e4-4c1c-b799-ed27da6a714b, ghrun-wiatzokuoy.auto.internal:11992): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa402f31690>
DEBUG    ydb.tests.library.fixtures:__init__.py:99 destroy database /Root/test_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_&cmstid=72057594037936131&txid=1760355290492052&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--true_: 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--true_: 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--true_: 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--true_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:102 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: stop nodes
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:11992/2
DEBUG    ydb.tests.library.fixtures:__init__.py:105 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: 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--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_stop_start_enable_alter_database_create_hive_first--true_\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_stop_start_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_stop_start_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_stop_start_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_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: 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--true_: start nodes and construct internals
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65187
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24048
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10192
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3437
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19874
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:12873 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/slot_3/logfile_iw55kn92.log --grpc-port=65187 --mon-port=24048 --ic-port=10192
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:12873 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/slot_3/logfile_iw55kn92.log --grpc-port=65187 --mon-port=24048 --ic-port=10192
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:12873', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_', '--log-file-name=/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/slot_3/logfile_iw55kn92.log', '--grpc-port=65187', '--mon-port=24048', '--ic-port=10192')' in '/home/runner/.ya/build/build_root/d7rx/0009a2/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--true/cluster/slot_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2603822
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:65187/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/d7rx/0009a2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2603824
DEBUG    ya.test:process.py:259 Command (pid 2603824) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2603824) elapsed time (sec): 0.4521195888519287
DEBUG    ya.test:process.py:263 Command (pid 2603824) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2603824) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2603824) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2603824) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2603824) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2603824) maxrss: 537156
DEBUG    ya.test:process.py:263 Command (pid 2603824) minflt: 20118
DEBUG    ya.test:process.py:263 Command (pid 2603824) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2603824) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2603824) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2603824) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2603824) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2603824) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 2603824) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2603824) stime: 0.27192
DEBUG    ya.test:process.py:263 Command (pid 2603824) utime: 0.131966
DEBUG    ya.test:process.py:263 Command (pid 2603824) wtime: 0.453
DEBUG    ya.test:process.py:275 Command (pid 2603824) output:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-wiatzokuoy
    Host information: 
        Linux ghrun-wiatzokuoy 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 2603824) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 823812a84822af235a686bbc43758f05738f11d6
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 6af564dd379cb87275ed64c04dd11d145f749f82
DEBUG    ydb.tests.library.fixtures:__init__.py:93 create database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: wait construction done
DEBUG    ydb.tests.library.fixtures:__init__.py:96 create database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: 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 0x7fa402d40ec0 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 0x7fa402d40a10>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fa402d40a10>
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--true_
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, f6e84511-ef8e-4148-bedd-02b34b55b741, localhost:12873): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f6e84511-ef8e-4148-bedd-02b34b55b741, localhost:12873): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--true_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f6e84511-ef8e-4148-bedd-02b34b55b741, localhost:12873): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wiatzokuoy.auto.internal" port: 65187 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--true_: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-wiatzokuoy.auto.internal:65187, 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:12873
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fa402d40a10>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ead9c377-ddae-4a03-a5b6-6210c3742f75, ghrun-wiatzokuoy.auto.internal:65187): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ead9c377-ddae-4a03-a5b6-6210c3742f75, ghrun-wiatzokuoy.auto.internal:65187): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, ead9c377-ddae-4a03-a5b6-6210c3742f75, ghrun-wiatzokuoy.auto.internal:65187): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ead9c377-ddae-4a03-a5b6-6210c3742f75, ghrun-wiatzokuoy.auto.internal:65187): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NmU5ODMxN2UtZGMwOWY5OWItMzNlNTM4OTQtMTU2ODBjYjg=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa402d40a10>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fa402d40a10>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, ead9c377-ddae-4a03-a5b6-6210c3742f75, ghrun-wiatzokuoy.auto.internal:65187): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, f8bc35de-ed26-4824-84a3-4b9ecab7e881, ghrun-wiatzokuoy.auto.internal:65187): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, f8bc35de-ed26-4824-84a3-4b9ecab7e881, ghrun-wiatzokuoy.auto.internal:65187): request = { session_id: "ydb://session/3?node_id=50002&id=NmU5ODMxN2UtZGMwOWY5OWItMzNlNTM4OTQtMTU2ODBjYjg=" 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, f8bc35de-ed26-4824-84a3-4b9ecab7e881, ghrun-wiatzokuoy.auto.internal:65187): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fa402d40a10>
DEBUG    ydb.tests.library.fixtures:__init__.py:99 destroy database /Root/test_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_&cmstid=72057594037936131&txid=1760355316675498&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--true_: 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--true_: 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--true_: 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--true_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:102 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: stop nodes
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:65187/3
DEBUG    ydb.tests.library.fixtures:__init__.py:105 destroy database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: 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--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:369 /Root/test_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_stop_start_enable_alter_database_create_hive_first--true_\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_stop_start_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_stop_start_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_stop_start_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_stop_start_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_stop_start_enable_alter_database_create_hive_first--true_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_stop_start_enable_alter_database_create_hive_first--true_: 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:70 Destroying sessions in active queue
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7fa402d40a10>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fa402d40a10> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, bf6ee752-9ca1-4c77-9cf2-9963a126b16f, ghrun-wiatzokuoy.auto.internal:65187): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, bf6ee752-9ca1-4c77-9cf2-9963a126b16f, ghrun-wiatzokuoy.auto.internal:65187): request = { session_id: "ydb://session/3?node_id=50002&id=NmU5ODMxN2UtZGMwOWY5OWItMzNlNTM4OTQtMTU2ODBjYjg=" 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 0x7fa402d40a10>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, bf6ee752-9ca1-4c77-9cf2-9963a126b16f, ghrun-wiatzokuoy.auto.internal:65187): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, bf6ee752-9ca1-4c77-9cf2-9963a126b16f, ghrun-wiatzokuoy.auto.internal:65187): 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:65187: 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:65187: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2025-10-13T11:35:50.300132433+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, bf6ee752-9ca1-4c77-9cf2-9963a126b16f, ghrun-wiatzokuoy.auto.internal:65187): 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-wiatzokuoy.auto.internal:65187
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 0x7fa402f31690>, 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 0x7fa402f31690> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, ad5a71ce-d596-4cb4-9add-6632b735830f, ghrun-wiatzokuoy.auto.internal:11992): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, ad5a71ce-d596-4cb4-9add-6632b735830f, ghrun-wiatzokuoy.auto.internal:11992): request = { session_id: "ydb://session/3?node_id=50001&id=YTFhMGRlZjYtNjcxNDk3MzItNDc2ZjE1ZmEtMzRlOWFlNWU=" 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 0x7fa402f31690>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, ad5a71ce-d596-4cb4-9add-6632b735830f, ghrun-wiatzokuoy.auto.internal:11992): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, ad5a71ce-d596-4cb4-9add-6632b735830f, ghrun-wiatzokuoy.auto.internal:11992): 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:11992: 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:11992: 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-13T11:35:50.314195404+00:00", grpc_status:14}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.connection:connection.py:91 RpcState(DeleteSession, ad5a71ce-d596-4cb4-9add-6632b735830f, ghrun-wiatzokuoy.auto.internal:11992): 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.connection:connection.py:421 RpcState(ListEndpoints, e07f0548-b30e-4609-9072-f3dd36e65021, localhost:12873): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wiatzokuoy.auto.internal:11992
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e07f0548-b30e-4609-9072-f3dd36e65021, localhost:12873): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--true_" }
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 0x7fa4045b2270>, 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 0x7fa4045b2270> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e07f0548-b30e-4609-9072-f3dd36e65021, localhost:12873): response = { operation { ready: true status: NOT_FOUND issues { message: "Requested database does not exist" issue_code: 200202 severity: 1 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 3ba91f8b-4c28-420d-9109-ed3afbb28f81, ghrun-wiatzokuoy.auto.internal:14239): creating call state
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--true_. Endpoint: "localhost:12873". Error details:
 message: "Requested database does not exist" issue_code: 200202 severity: 1 (server_code: 400140)
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 3ba91f8b-4c28-420d-9109-ed3afbb28f81, ghrun-wiatzokuoy.auto.internal:14239): request = { session_id: "ydb://session/3?node_id=50000&id=OTIwYTU3YTItNzliOGRkYjAtZjE3OGJiODktNGFjZDA5NTk=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12873
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7fa4045b2270>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 3ba91f8b-4c28-420d-9109-ed3afbb28f81, ghrun-wiatzokuoy.auto.internal:14239): on response callback started
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8ddc66bb-ccb3-4fa9-83e3-01b4acd9afa6, localhost:12873): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, 3ba91f8b-4c28-420d-9109-ed3afbb28f81, ghrun-wiatzokuoy.auto.internal:14239): 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:14239: 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:14239: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2025-10-13T11:35:50.33653629+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.connection:connection.py:63 RpcState(ListEndpoints, 8ddc66bb-ccb3-4fa9-83e3-01b4acd9afa6, localhost:12873): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--true_" }
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:91 RpcState(DeleteSession, 3ba91f8b-4c28-420d-9109-ed3afbb28f81, ghrun-wiatzokuoy.auto.internal:14239): unhandled rpc error, disconnecting channel
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8ddc66bb-ccb3-4fa9-83e3-01b4acd9afa6, localhost:12873): response = { operation { ready: true status: NOT_FOUND issues { message: "Requested database does not exist" issue_code: 200202 severity: 1 } } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wiatzokuoy.auto.internal:14239
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12873
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--true_. Endpoint: "localhost:12873". 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:12873
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_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 608b55da-a531-4c87-891e-e5c72edc9e10, localhost:12873): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 608b55da-a531-4c87-891e-e5c72edc9e10, localhost:12873): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--true_" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 608b55da-a531-4c87-891e-e5c72edc9e10, localhost:12873): 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--true_. Endpoint: "localhost:12873". 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:12873
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:12873
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:12873
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
============================== slowest durations ===============================
82.42s call     test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--false]
79.50s call     test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--true]
72.28s call     test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--false]
22.13s call     test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--true]
20.30s call     test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--false]
17.78s setup    test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--true]
15.20s setup    test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--false]
7.28s teardown test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--false]
7.14s setup    test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--false]
6.66s setup    test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--true]
4.55s setup    test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--false]
0.27s teardown test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--true]
0.25s teardown test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--false]
0.03s teardown test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--true]

(1 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
FAILED test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--true] - 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
=================== 2 failed, 3 passed in 336.61s (0:05:36) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/000a3e/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 ===============================
76.64s call     test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--true]
16.36s setup    test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--false]
13.95s setup    test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--false]
13.89s setup    test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--true]
13.76s setup    test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--true]
8.53s teardown test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--true]
6.60s setup    test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--true]
3.58s teardown test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--false]
1.58s 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.35s call     test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--false]
1.32s call     test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--true]
0.27s teardown test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--true]
0.18s call     test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--false]
0.17s call     test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--true]
======================== 5 passed in 160.26s (0:02:40) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/0009db/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 ===============================
226.42s setup    test_user_administration.py::test_database_admin_can_create_user
24.53s teardown test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-himself]
0.45s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-admin-group]
0.44s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-himself]
0.44s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[add-subgroup]
0.44s call     test_user_administration.py::test_database_admin_can_create_user
0.44s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[add-user]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 5 passed in 254.23s (0:04:14) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/0009c0/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 ===============================
186.06s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-other-admin]
24.53s teardown test_user_administration.py::test_database_admin_cant_change_database_admin_user[change-password]
0.46s call     test_user_administration.py::test_database_admin_cant_change_database_admin_user[block]
0.44s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-subgroup]
0.44s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-other-admin]
0.43s call     test_user_administration.py::test_database_admin_cant_change_database_admin_user[change-password]
0.43s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[rename-admin-group]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 5 passed in 213.63s (0:03:33) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/0009d5/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 ===============================
136.49s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_user[unblock]
24.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]
5.96s call     test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--false-YDB]
3.42s setup    test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--false-YDB]
0.64s call     test_user_administration.py::test_user_can_change_password_for_himself[ordinaryuser]
0.64s call     test_user_administration.py::test_user_can_change_password_for_himself[dbadmin]
0.43s call     test_user_administration.py::test_database_admin_cant_change_database_owner
0.43s call     test_user_administration.py::test_database_admin_cant_change_database_admin_user[unblock]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 5 passed in 179.98s (0:02:59) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/000a50/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 ===============================
15.11s setup    test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--false-YDB]
14.57s setup    test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--false-YDB]
12.01s setup    test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--true-YDB]
10.28s setup    test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--true-YDB]
9.20s call     test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--false-YDB]
9.17s call     test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--true-YDB]
8.54s call     test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--true-YDB]
7.82s call     test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--false-YDB]
7.40s call     test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--true-YDB]
6.54s 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]
0.06s teardown test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--true-YDB]
0.01s teardown test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--false-YDB]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 5 passed in 104.47s (0:01:44) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/000a18/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 ===============================
14.39s setup    test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--false-YDB]
14.13s setup    test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--true-YDB]
11.74s setup    test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--true-YDB]
9.68s setup    test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--false-YDB]
8.61s call     test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--true-YDB]
8.42s call     test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--true-YDB]
7.25s call     test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--false-YDB]
7.21s call     test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--false-YDB]
7.05s teardown test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--false-YDB]
6.39s setup    test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--false-YDB]
5.56s call     test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--false-YDB]
0.08s teardown test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--false-YDB]
0.02s teardown test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--true-YDB]
0.01s teardown test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--false-YDB]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 5 passed in 101.20s (0:01:41) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/d7rx/000aa6/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 ===============================
13.71s setup    test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--true-YDB]
12.82s setup    test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--false-YDB]
12.51s setup    test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--false-YDB]
9.83s setup    test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--true-YDB]
8.75s call     test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--true-YDB]
8.56s call     test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--false-YDB]
8.26s call     test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--true-YDB]
8.08s call     test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--true-YDB]
7.55s setup    test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--true-YDB]
6.70s call     test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--false-YDB]
3.01s teardown test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--true-YDB]
0.05s teardown test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--true-YDB]
0.01s teardown test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--true-YDB]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 5 passed in 100.42s (0:01:40) =========================
