============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d40/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 109 items

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

============================== slowest durations ===============================
29.56s teardown test_auth_system_views.py::test_tenant_auth_groups_access[ordinaryuser-False]
27.24s setup    test_auth_system_views.py::test_tenant_auth_groups_access[clusteradmin-True]
8.55s teardown test_create_users_strict_acl_checks.py::test_create_user
7.01s teardown test_create_users.py::test_create_user
6.18s call     test_create_users.py::test_create_user
5.68s setup    test_create_users_strict_acl_checks.py::test_create_user
2.60s setup    test_create_users.py::test_create_user
1.63s call     test_create_users_strict_acl_checks.py::test_create_user
0.47s call     test_auth_system_views.py::test_tenant_auth_groups_access[dbadmin-True]
0.44s call     test_auth_system_views.py::test_tenant_auth_groups_access[clusteruser-False]
0.43s call     test_auth_system_views.py::test_tenant_auth_groups_access[clusteradmin-True]
0.43s call     test_auth_system_views.py::test_tenant_auth_groups_access[ordinaryuser-False]
0.03s setup    test_auth_system_views.py::test_tenant_auth_groups_access[dbadmin-True]
0.01s setup    test_auth_system_views.py::test_tenant_auth_groups_access[clusteruser-False]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 90.60s (0:01:30) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d49/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 109 items

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

============================== slowest durations ===============================
150.39s call     test_db_counters.py::TestKqpCounters::test_case
66.11s call     test_db_counters.py::TestStorageCounters::test_storage_counters[disable_separate_quotas]
66.01s call     test_db_counters.py::TestStorageCounters::test_storage_counters[enable_separate_quotas]
45.61s call     test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--false]
8.76s call     test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--true]
8.76s call     test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--false]
6.74s setup    test_db_counters.py::TestStorageCounters::test_storage_counters[enable_separate_quotas]
6.14s setup    test_db_counters.py::TestKqpCounters::test_case
5.71s setup    test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--false]
5.58s setup    test_db_counters.py::TestStorageCounters::test_storage_counters[disable_separate_quotas]
5.58s setup    test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--true]
4.55s teardown test_db_counters.py::TestStorageCounters::test_storage_counters[enable_separate_quotas]
3.52s teardown test_db_counters.py::TestKqpCounters::test_case
3.19s teardown test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--false]
2.55s setup    test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--false]
1.52s teardown test_db_counters.py::TestStorageCounters::test_storage_counters[disable_separate_quotas]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 391.14s (0:06:31) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d48/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 109 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:2632: in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:133: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:94: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/table.py:2630: 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:2369: 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:443: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:465: 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:229: 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:418 ####################################################################################################
INFO     ya.test:ya.py:419 test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 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:254 Stopped node localhost:10635/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3514
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17477
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23940
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6396
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32108
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7123
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5214
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61110
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9216
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6548
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26522
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1516
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23913
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18275
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13324
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25521
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6249
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4854
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21702
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7662
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18122
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1861
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21482
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1527
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18514
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17262
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12939
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9287
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23477
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12168
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17187
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16944
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23248
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27516
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20087
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6854
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19325
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20507
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23444
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64051
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9197
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7789
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12869
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17753
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28565
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25717
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5207
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28880
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3344
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28710
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26454
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28451
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12164
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10635
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21924
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26656
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:394 Working directory: /home/runner/.ya/build/build_root/2okv/000d48/r3tmp/kikimr_cluster_p3dtfelf
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12501
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16372
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4694
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16115
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d48/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d48/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/2okv/000d48/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_oyok3fpw.log --grpc-port=12501 --mon-port=16372 --ic-port=26656
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:162 Formatting pdisk SectorMap:1:64 on node localhost:12501/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d48/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/2okv/000d48/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_oyok3fpw.log', '--grpc-port=12501', '--mon-port=16372', '--ic-port=26656')' in '/home/runner/.ya/build/build_root/2okv/000d48/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: 3021005
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:12501/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:354 Executing command = ['/home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:12501', '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: 26656\n      }\n      HostConfigId: 1\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/2okv/000d48/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:12501', '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: 26656\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3023075
DEBUG    ya.test:process.py:259 Command (pid 3023075) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3023075) elapsed time (sec): 0.33502912521362305
DEBUG    ya.test:process.py:263 Command (pid 3023075) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3023075) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3023075) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3023075) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3023075) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3023075) maxrss: 528772
DEBUG    ya.test:process.py:263 Command (pid 3023075) minflt: 19125
DEBUG    ya.test:process.py:263 Command (pid 3023075) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3023075) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3023075) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3023075) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3023075) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3023075) nvcsw: 140
DEBUG    ya.test:process.py:263 Command (pid 3023075) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3023075) stime: 0.18235099999999999
DEBUG    ya.test:process.py:263 Command (pid 3023075) utime: 0.110996
DEBUG    ya.test:process.py:263 Command (pid 3023075) wtime: 0.336
DEBUG    ya.test:process.py:275 Command (pid 3023075) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:354 Executing command = ['/home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:12501', '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.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/2okv/000d48/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:12501', '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: 3023587
DEBUG    ya.test:process.py:259 Command (pid 3023587) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3023587) elapsed time (sec): 0.3855462074279785
DEBUG    ya.test:process.py:263 Command (pid 3023587) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3023587) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3023587) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3023587) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3023587) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3023587) maxrss: 528756
DEBUG    ya.test:process.py:263 Command (pid 3023587) minflt: 19126
DEBUG    ya.test:process.py:263 Command (pid 3023587) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3023587) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3023587) nivcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 3023587) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3023587) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3023587) nvcsw: 132
DEBUG    ya.test:process.py:263 Command (pid 3023587) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3023587) stime: 0.240995
DEBUG    ya.test:process.py:263 Command (pid 3023587) utime: 0.087711
DEBUG    ya.test:process.py:263 Command (pid 3023587) wtime: 0.386
DEBUG    ya.test:process.py:275 Command (pid 3023587) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:446 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 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:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63234
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18261
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62874
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18415
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29001
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d48/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:12501 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/2okv/000d48/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_i5m6rz22.log --grpc-port=63234 --mon-port=18261 --ic-port=62874
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d48/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:12501', '--tenant=/Root/users/database', '--log-file-name=/home/runner/.ya/build/build_root/2okv/000d48/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_i5m6rz22.log', '--grpc-port=63234', '--mon-port=18261', '--ic-port=62874')' in '/home/runner/.ya/build/build_root/2okv/000d48/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: 3024739
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:63234/1
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:334 create table one
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fbd1022f440 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 0x7fbd1022f350>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fbd1022f350>
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:375 RpcState(ListEndpoints, 4e210889-d066-4400-b6a1-efc77ce40d71, localhost:12501): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 4e210889-d066-4400-b6a1-efc77ce40d71, localhost:12501): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 4e210889-d066-4400-b6a1-efc77ce40d71, localhost:12501): 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:12501". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:12501
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/users/database
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, a411d968-2153-4b9b-83a6-0c7b16ec7a3a, localhost:12501): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, a411d968-2153-4b9b-83a6-0c7b16ec7a3a, localhost:12501): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, a411d968-2153-4b9b-83a6-0c7b16ec7a3a, localhost:12501): 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:12501". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:12501
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fbd1022f350>
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:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/users/database
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, 7c3318b1-28b3-4c89-a33a-06818e21f9cc, localhost:12501): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 7c3318b1-28b3-4c89-a33a-06818e21f9cc, localhost:12501): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 7c3318b1-28b3-4c89-a33a-06818e21f9cc, localhost:12501): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-grlwakd754.auto.internal" port: 63234 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" 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-grlwakd754.auto.internal:63234, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:12501
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fbd1022f350>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateSession, 72667139-f589-4817-b50c-f45909e45720, ghrun-grlwakd754.auto.internal:63234): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, 72667139-f589-4817-b50c-f45909e45720, ghrun-grlwakd754.auto.internal:63234): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:102 RpcState(CreateSession, 72667139-f589-4817-b50c-f45909e45720, ghrun-grlwakd754.auto.internal:63234): on response callback started
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, 72667139-f589-4817-b50c-f45909e45720, ghrun-grlwakd754.auto.internal:63234): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=ZmNlNDlhZGQtZGJhNjMyOTktZDA0NjY3NGYtZTg2ZmVmZmU=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd1022f350>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fbd1022f350>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateTable, 04bcdb68-837b-4ca9-b051-ba0633e8ed79, ghrun-grlwakd754.auto.internal:63234): creating call state
DEBUG    ydb.connection:connection.py:107 RpcState(CreateSession, 72667139-f589-4817-b50c-f45909e45720, ghrun-grlwakd754.auto.internal:63234): on response callback success
DEBUG    ydb.connection:connection.py:62 RpcState(CreateTable, 04bcdb68-837b-4ca9-b051-ba0633e8ed79, ghrun-grlwakd754.auto.internal:63234): request = { session_id: "ydb://session/3?node_id=50000&id=ZmNlNDlhZGQtZGJhNjMyOTktZDA0NjY3NGYtZTg2ZmVmZmU=" 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:51 RpcState(CreateTable, 04bcdb68-837b-4ca9-b051-ba0633e8ed79, ghrun-grlwakd754.auto.internal:63234): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd1022f350>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:336 create table two
DEBUG    ydb.connection:connection.py:375 RpcState(CreateTable, 28904f35-54ac-4252-b5e6-7f258b51e031, ghrun-grlwakd754.auto.internal:63234): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateTable, 28904f35-54ac-4252-b5e6-7f258b51e031, ghrun-grlwakd754.auto.internal:63234): request = { session_id: "ydb://session/3?node_id=50000&id=ZmNlNDlhZGQtZGJhNjMyOTktZDA0NjY3NGYtZTg2ZmVmZmU=" 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:51 RpcState(CreateTable, 28904f35-54ac-4252-b5e6-7f258b51e031, ghrun-grlwakd754.auto.internal:63234): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd1022f350>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:349 write_some_data
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteDataQuery, 6160695d-6df3-4b5d-bcab-7105d4a0530e, ghrun-grlwakd754.auto.internal:63234): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteDataQuery, 6160695d-6df3-4b5d-bcab-7105d4a0530e, ghrun-grlwakd754.auto.internal:63234): request = { session_id: "ydb://session/3?node_id=50000&id=ZmNlNDlhZGQtZGJhNjMyOTktZDA0NjY3NGYtZTg2ZmVmZmU=" 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:51 RpcState(ExecuteDataQuery, 6160695d-6df3-4b5d-bcab-7105d4a0530e, ghrun-grlwakd754.auto.internal:63234): 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 0x7fbd1022f350>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:362 read_some_data
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteDataQuery, 6b50937a-6a16-4473-9910-1c6dc6736e20, ghrun-grlwakd754.auto.internal:63234): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteDataQuery, 6b50937a-6a16-4473-9910-1c6dc6736e20, ghrun-grlwakd754.auto.internal:63234): request = { session_id: "ydb://session/3?node_id=50000&id=ZmNlNDlhZGQtZGJhNjMyOTktZDA0NjY3NGYtZTg2ZmVmZmU=" 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:51 RpcState(ExecuteDataQuery, 6b50937a-6a16-4473-9910-1c6dc6736e20, ghrun-grlwakd754.auto.internal:63234): 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" } } } 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" } } } tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd1022f350>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:380 drop table two
DEBUG    ydb.connection:connection.py:375 RpcState(DropTable, e51ba816-fecb-4fb1-831e-e3b23b2b9be4, ghrun-grlwakd754.auto.internal:63234): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DropTable, e51ba816-fecb-4fb1-831e-e3b23b2b9be4, ghrun-grlwakd754.auto.internal:63234): request = { session_id: "ydb://session/3?node_id=50000&id=ZmNlNDlhZGQtZGJhNjMyOTktZDA0NjY3NGYtZTg2ZmVmZmU=" path: "/Root/users/database/table_for_rm" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:51 RpcState(DropTable, e51ba816-fecb-4fb1-831e-e3b23b2b9be4, ghrun-grlwakd754.auto.internal:63234): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd1022f350>
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 0x7fbd1022f350>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fbd1022f350> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:375 RpcState(DeleteSession, d43a36eb-7929-41ea-bb27-e88bf5e9b46b, ghrun-grlwakd754.auto.internal:63234): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DeleteSession, d43a36eb-7929-41ea-bb27-e88bf5e9b46b, ghrun-grlwakd754.auto.internal:63234): request = { session_id: "ydb://session/3?node_id=50000&id=ZmNlNDlhZGQtZGJhNjMyOTktZDA0NjY3NGYtZTg2ZmVmZmU=" 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 0x7fbd1022f350>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:12501
DEBUG    ydb.connection:connection.py:102 RpcState(DeleteSession, d43a36eb-7929-41ea-bb27-e88bf5e9b46b, ghrun-grlwakd754.auto.internal:63234): on response callback started
DEBUG    ydb.connection:connection.py:51 RpcState(DeleteSession, d43a36eb-7929-41ea-bb27-e88bf5e9b46b, ghrun-grlwakd754.auto.internal:63234): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:107 RpcState(DeleteSession, d43a36eb-7929-41ea-bb27-e88bf5e9b46b, ghrun-grlwakd754.auto.internal:63234): on response callback success
INFO     ydb.connection:connection.py:498 Closing channel for endpoint ghrun-grlwakd754.auto.internal:63234
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:347 /Root/users/database
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /Root/users/database: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:365 /Root/users/database: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/users/database&cmstid=72057594037936131&txid=1761424808143552&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:373 /Root/users/database: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:375 /Root/users/database: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:381 /Root/users/database: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/users/database: tenant gone
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:254 Stopped node localhost:63234/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:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13634
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16422
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9263
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10781
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25545
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d48/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:12501 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/2okv/000d48/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_8ly2opml.log --grpc-port=13634 --mon-port=16422 --ic-port=9263
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d48/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:12501', '--tenant=/Root/users/database', '--log-file-name=/home/runner/.ya/build/build_root/2okv/000d48/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_8ly2opml.log', '--grpc-port=13634', '--mon-port=16422', '--ic-port=9263')' in '/home/runner/.ya/build/build_root/2okv/000d48/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: 3031532
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:13634/2
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:334 create table one
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fbd1010cec0 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 0x7fbd1010d0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fbd1010d0f0>
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:375 RpcState(ListEndpoints, 6e7e7e35-db98-40b9-a540-e7e23bd35a24, localhost:12501): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 6e7e7e35-db98-40b9-a540-e7e23bd35a24, localhost:12501): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 6e7e7e35-db98-40b9-a540-e7e23bd35a24, localhost:12501): 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:12501". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:12501
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/users/database
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, ce7def26-5c15-40e2-9d75-3b1910b1c377, localhost:12501): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, ce7def26-5c15-40e2-9d75-3b1910b1c377, localhost:12501): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, ce7def26-5c15-40e2-9d75-3b1910b1c377, localhost:12501): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-grlwakd754.auto.internal" port: 13634 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" 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-grlwakd754.auto.internal:13634, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:12501
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fbd1010d0f0>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateSession, f48c5a93-78a1-4406-bde9-89b0448c97bc, ghrun-grlwakd754.auto.internal:13634): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, f48c5a93-78a1-4406-bde9-89b0448c97bc, ghrun-grlwakd754.auto.internal:13634): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:102 RpcState(CreateSession, f48c5a93-78a1-4406-bde9-89b0448c97bc, ghrun-grlwakd754.auto.internal:13634): on response callback started
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, f48c5a93-78a1-4406-bde9-89b0448c97bc, ghrun-grlwakd754.auto.internal:13634): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=ZDFhZWQ4OTktZmI5MDI5ZDMtZmRmODI5YzItY2VlOWYyN2M=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd1010d0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fbd1010d0f0>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateTable, 9976c38b-d383-493a-b9eb-2e42d64b74ee, ghrun-grlwakd754.auto.internal:13634): creating call state
DEBUG    ydb.connection:connection.py:107 RpcState(CreateSession, f48c5a93-78a1-4406-bde9-89b0448c97bc, ghrun-grlwakd754.auto.internal:13634): on response callback success
DEBUG    ydb.connection:connection.py:62 RpcState(CreateTable, 9976c38b-d383-493a-b9eb-2e42d64b74ee, ghrun-grlwakd754.auto.internal:13634): request = { session_id: "ydb://session/3?node_id=50001&id=ZDFhZWQ4OTktZmI5MDI5ZDMtZmRmODI5YzItY2VlOWYyN2M=" 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:51 RpcState(CreateTable, 9976c38b-d383-493a-b9eb-2e42d64b74ee, ghrun-grlwakd754.auto.internal:13634): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd1010d0f0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:336 create table two
DEBUG    ydb.connection:connection.py:375 RpcState(CreateTable, 123d36c0-b39f-4d12-8b92-57ff3a9d7c0e, ghrun-grlwakd754.auto.internal:13634): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateTable, 123d36c0-b39f-4d12-8b92-57ff3a9d7c0e, ghrun-grlwakd754.auto.internal:13634): request = { session_id: "ydb://session/3?node_id=50001&id=ZDFhZWQ4OTktZmI5MDI5ZDMtZmRmODI5YzItY2VlOWYyN2M=" 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:51 RpcState(CreateTable, 123d36c0-b39f-4d12-8b92-57ff3a9d7c0e, ghrun-grlwakd754.auto.internal:13634): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd1010d0f0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:349 write_some_data
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteDataQuery, 176681da-4e75-496f-8c6e-7a7b8d3f12fe, ghrun-grlwakd754.auto.internal:13634): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteDataQuery, 176681da-4e75-496f-8c6e-7a7b8d3f12fe, ghrun-grlwakd754.auto.internal:13634): request = { session_id: "ydb://session/3?node_id=50001&id=ZDFhZWQ4OTktZmI5MDI5ZDMtZmRmODI5YzItY2VlOWYyN2M=" 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:51 RpcState(ExecuteDataQuery, 176681da-4e75-496f-8c6e-7a7b8d3f12fe, ghrun-grlwakd754.auto.internal:13634): 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 0x7fbd1010d0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.table.SessionPool:_sp_impl.py:56 Session pool is under stop, cancelling all in flight waiters.
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7fbd1010d0f0>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fbd1010d0f0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:375 RpcState(DeleteSession, bbee5933-bac1-4f3c-b0e1-5cdf976c5c1e, ghrun-grlwakd754.auto.internal:13634): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.connection:connection.py:62 RpcState(DeleteSession, bbee5933-bac1-4f3c-b0e1-5cdf976c5c1e, ghrun-grlwakd754.auto.internal:13634): request = { session_id: "ydb://session/3?node_id=50001&id=ZDFhZWQ4OTktZmI5MDI5ZDMtZmRmODI5YzItY2VlOWYyN2M=" 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 0x7fbd1010d0f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:102 RpcState(DeleteSession, bbee5933-bac1-4f3c-b0e1-5cdf976c5c1e, ghrun-grlwakd754.auto.internal:13634): on response callback started
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:12501
DEBUG    ydb.connection:connection.py:51 RpcState(DeleteSession, bbee5933-bac1-4f3c-b0e1-5cdf976c5c1e, ghrun-grlwakd754.auto.internal:13634): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:107 RpcState(DeleteSession, bbee5933-bac1-4f3c-b0e1-5cdf976c5c1e, ghrun-grlwakd754.auto.internal:13634): on response callback success
INFO     ydb.connection:connection.py:498 Closing channel for endpoint ghrun-grlwakd754.auto.internal:13634
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 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:2632: in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:133: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:94: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/table.py:2630: 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:2369: 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:443: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:465: 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:229: 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:418 ####################################################################################################
INFO     ya.test:ya.py:419 test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 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:254 Stopped node localhost:13634/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:254 Stopped node localhost:12501/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25545
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10781
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9263
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16422
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13634
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29001
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18415
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62874
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18261
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63234
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16115
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4694
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16372
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12501
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26656
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30244
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:394 Working directory: /home/runner/.ya/build/build_root/2okv/000d48/r3tmp/kikimr_cluster_el99g4pn
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18292
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7584
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17742
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19544
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d48/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d48/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/2okv/000d48/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_loya6vom.log --grpc-port=18292 --mon-port=7584 --ic-port=30244
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:162 Formatting pdisk SectorMap:1:64 on node localhost:18292/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d48/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/2okv/000d48/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_loya6vom.log', '--grpc-port=18292', '--mon-port=7584', '--ic-port=30244')' in '/home/runner/.ya/build/build_root/2okv/000d48/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: 3038207
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:18292/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:354 Executing command = ['/home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:18292', '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: 30244\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:18292', '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: 30244\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3040496
DEBUG    ya.test:process.py:259 Command (pid 3040496) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3040496) elapsed time (sec): 0.36040782928466797
DEBUG    ya.test:process.py:263 Command (pid 3040496) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3040496) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3040496) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3040496) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3040496) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3040496) maxrss: 528752
DEBUG    ya.test:process.py:263 Command (pid 3040496) minflt: 19125
DEBUG    ya.test:process.py:263 Command (pid 3040496) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3040496) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3040496) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3040496) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3040496) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3040496) nvcsw: 134
DEBUG    ya.test:process.py:263 Command (pid 3040496) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3040496) stime: 0.20488599999999998
DEBUG    ya.test:process.py:263 Command (pid 3040496) utime: 0.11248599999999999
DEBUG    ya.test:process.py:263 Command (pid 3040496) wtime: 0.361
DEBUG    ya.test:process.py:275 Command (pid 3040496) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:354 Executing command = ['/home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:18292', '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.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:18292', '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: 3040616
DEBUG    ya.test:process.py:259 Command (pid 3040616) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3040616) elapsed time (sec): 0.46958327293395996
DEBUG    ya.test:process.py:263 Command (pid 3040616) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3040616) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3040616) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3040616) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3040616) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3040616) maxrss: 528756
DEBUG    ya.test:process.py:263 Command (pid 3040616) minflt: 19127
DEBUG    ya.test:process.py:263 Command (pid 3040616) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3040616) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3040616) nivcsw: 41
DEBUG    ya.test:process.py:263 Command (pid 3040616) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3040616) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3040616) nvcsw: 139
DEBUG    ya.test:process.py:263 Command (pid 3040616) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3040616) stime: 0.317113
DEBUG    ya.test:process.py:263 Command (pid 3040616) utime: 0.09909799999999999
DEBUG    ya.test:process.py:263 Command (pid 3040616) wtime: 0.471
DEBUG    ya.test:process.py:275 Command (pid 3040616) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:446 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 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:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14144
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17633
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6213
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32438
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26764
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d48/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:18292 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/2okv/000d48/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_oyqql7lk.log --grpc-port=14144 --mon-port=17633 --ic-port=6213
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d48/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:18292', '--tenant=/Root/users/database', '--log-file-name=/home/runner/.ya/build/build_root/2okv/000d48/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_oyqql7lk.log', '--grpc-port=14144', '--mon-port=17633', '--ic-port=6213')' in '/home/runner/.ya/build/build_root/2okv/000d48/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: 3041988
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:14144/1
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:334 create table one
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fbd10cdb800 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 0x7fbd10cdb5d0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fbd10cdb5d0>
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:375 RpcState(ListEndpoints, 51438103-f6c7-4d50-a5f1-8bbee545f728, localhost:18292): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 51438103-f6c7-4d50-a5f1-8bbee545f728, localhost:18292): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 51438103-f6c7-4d50-a5f1-8bbee545f728, localhost:18292): 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:18292". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:18292
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/users/database
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, fd797fc3-81ac-433d-abef-f16b31862f67, localhost:18292): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, fd797fc3-81ac-433d-abef-f16b31862f67, localhost:18292): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, fd797fc3-81ac-433d-abef-f16b31862f67, localhost:18292): 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:18292". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:18292
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fbd10cdb5d0>
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:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/users/database
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, 93bc7f4d-6b34-4c69-a0d2-7e8edaafae6a, localhost:18292): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 93bc7f4d-6b34-4c69-a0d2-7e8edaafae6a, localhost:18292): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 93bc7f4d-6b34-4c69-a0d2-7e8edaafae6a, localhost:18292): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-grlwakd754.auto.internal" port: 14144 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" 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-grlwakd754.auto.internal:14144, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:18292
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fbd10cdb5d0>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateSession, 30b4bd38-abf3-42f1-b330-f68d40cbeaaf, ghrun-grlwakd754.auto.internal:14144): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, 30b4bd38-abf3-42f1-b330-f68d40cbeaaf, ghrun-grlwakd754.auto.internal:14144): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:102 RpcState(CreateSession, 30b4bd38-abf3-42f1-b330-f68d40cbeaaf, ghrun-grlwakd754.auto.internal:14144): on response callback started
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, 30b4bd38-abf3-42f1-b330-f68d40cbeaaf, ghrun-grlwakd754.auto.internal:14144): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=NzJhMDJmYmQtMjAzMjQ3ZDEtOWIxNWI3YTYtN2RlYzk0YTE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd10cdb5d0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fbd10cdb5d0>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateTable, 91594e0e-161b-4bee-83fe-ee2740656fef, ghrun-grlwakd754.auto.internal:14144): creating call state
DEBUG    ydb.connection:connection.py:107 RpcState(CreateSession, 30b4bd38-abf3-42f1-b330-f68d40cbeaaf, ghrun-grlwakd754.auto.internal:14144): on response callback success
DEBUG    ydb.connection:connection.py:62 RpcState(CreateTable, 91594e0e-161b-4bee-83fe-ee2740656fef, ghrun-grlwakd754.auto.internal:14144): request = { session_id: "ydb://session/3?node_id=50000&id=NzJhMDJmYmQtMjAzMjQ3ZDEtOWIxNWI3YTYtN2RlYzk0YTE=" 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:51 RpcState(CreateTable, 91594e0e-161b-4bee-83fe-ee2740656fef, ghrun-grlwakd754.auto.internal:14144): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd10cdb5d0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:336 create table two
DEBUG    ydb.connection:connection.py:375 RpcState(CreateTable, 2b316ce4-66ae-4e39-98de-60fde6b14e7e, ghrun-grlwakd754.auto.internal:14144): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateTable, 2b316ce4-66ae-4e39-98de-60fde6b14e7e, ghrun-grlwakd754.auto.internal:14144): request = { session_id: "ydb://session/3?node_id=50000&id=NzJhMDJmYmQtMjAzMjQ3ZDEtOWIxNWI3YTYtN2RlYzk0YTE=" 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:51 RpcState(CreateTable, 2b316ce4-66ae-4e39-98de-60fde6b14e7e, ghrun-grlwakd754.auto.internal:14144): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd10cdb5d0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:349 write_some_data
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteDataQuery, 50fefb9d-d188-4a5f-819f-f73ca8e7708f, ghrun-grlwakd754.auto.internal:14144): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteDataQuery, 50fefb9d-d188-4a5f-819f-f73ca8e7708f, ghrun-grlwakd754.auto.internal:14144): request = { session_id: "ydb://session/3?node_id=50000&id=NzJhMDJmYmQtMjAzMjQ3ZDEtOWIxNWI3YTYtN2RlYzk0YTE=" 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:51 RpcState(ExecuteDataQuery, 50fefb9d-d188-4a5f-819f-f73ca8e7708f, ghrun-grlwakd754.auto.internal:14144): 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 0x7fbd10cdb5d0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:362 read_some_data
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteDataQuery, 7d763ba8-93d5-41c4-b552-ae2858248072, ghrun-grlwakd754.auto.internal:14144): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteDataQuery, 7d763ba8-93d5-41c4-b552-ae2858248072, ghrun-grlwakd754.auto.internal:14144): request = { session_id: "ydb://session/3?node_id=50000&id=NzJhMDJmYmQtMjAzMjQ3ZDEtOWIxNWI3YTYtN2RlYzk0YTE=" 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:51 RpcState(ExecuteDataQuery, 7d763ba8-93d5-41c4-b552-ae2858248072, ghrun-grlwakd754.auto.internal:14144): 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" } } } 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" } } } tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd10cdb5d0>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:380 drop table two
DEBUG    ydb.connection:connection.py:375 RpcState(DropTable, 4948f3d4-dc3e-4ecf-b4a2-ecaefff51ed4, ghrun-grlwakd754.auto.internal:14144): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DropTable, 4948f3d4-dc3e-4ecf-b4a2-ecaefff51ed4, ghrun-grlwakd754.auto.internal:14144): request = { session_id: "ydb://session/3?node_id=50000&id=NzJhMDJmYmQtMjAzMjQ3ZDEtOWIxNWI3YTYtN2RlYzk0YTE=" path: "/Root/users/database/table_for_rm" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:51 RpcState(DropTable, 4948f3d4-dc3e-4ecf-b4a2-ecaefff51ed4, ghrun-grlwakd754.auto.internal:14144): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd10cdb5d0>
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 0x7fbd10cdb5d0>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fbd10cdb5d0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:375 RpcState(DeleteSession, c6fe740d-a649-4da9-b0aa-f25d4cde4732, ghrun-grlwakd754.auto.internal:14144): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DeleteSession, c6fe740d-a649-4da9-b0aa-f25d4cde4732, ghrun-grlwakd754.auto.internal:14144): request = { session_id: "ydb://session/3?node_id=50000&id=NzJhMDJmYmQtMjAzMjQ3ZDEtOWIxNWI3YTYtN2RlYzk0YTE=" 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 0x7fbd10cdb5d0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:18292
INFO     ydb.connection:connection.py:498 Closing channel for endpoint ghrun-grlwakd754.auto.internal:14144
DEBUG    ydb.connection:connection.py:102 RpcState(DeleteSession, c6fe740d-a649-4da9-b0aa-f25d4cde4732, ghrun-grlwakd754.auto.internal:14144): on response callback started
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    ydb.connection:connection.py:51 RpcState(DeleteSession, c6fe740d-a649-4da9-b0aa-f25d4cde4732, ghrun-grlwakd754.auto.internal:14144): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:107 RpcState(DeleteSession, c6fe740d-a649-4da9-b0aa-f25d4cde4732, ghrun-grlwakd754.auto.internal:14144): on response callback success
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:383 remove_database
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:347 /Root/users/database
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /Root/users/database: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:365 /Root/users/database: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/users/database&cmstid=72057594037936131&txid=1761424822480378&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:373 /Root/users/database: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:375 /Root/users/database: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:381 /Root/users/database: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:394 /Root/users/database: tenant gone
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:254 Stopped node localhost:14144/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:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22563
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16479
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10453
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10454
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27575
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1619
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d48/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:18292 --tenant=/Root/users/database --log-file-name=/home/runner/.ya/build/build_root/2okv/000d48/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_y_2b6x8o.log --grpc-port=22563 --mon-port=16479 --ic-port=10454
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d48/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d48/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:18292', '--tenant=/Root/users/database', '--log-file-name=/home/runner/.ya/build/build_root/2okv/000d48/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_y_2b6x8o.log', '--grpc-port=22563', '--mon-port=16479', '--ic-port=10454')' in '/home/runner/.ya/build/build_root/2okv/000d48/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: 3047462
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:22563/2
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:334 create table one
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fbd10c090a0 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 0x7fbd10c0b940>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fbd10c0b940>
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:375 RpcState(ListEndpoints, c55afd83-ebc4-4223-9360-aaf49064f71c, localhost:18292): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, c55afd83-ebc4-4223-9360-aaf49064f71c, localhost:18292): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, c55afd83-ebc4-4223-9360-aaf49064f71c, localhost:18292): 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:18292". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:18292
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/users/database
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, a7a2f2cd-0cb8-49f4-b307-745ff682dc2e, localhost:18292): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, a7a2f2cd-0cb8-49f4-b307-745ff682dc2e, localhost:18292): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, a7a2f2cd-0cb8-49f4-b307-745ff682dc2e, localhost:18292): 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:18292". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:18292
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fbd10c0b940>
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:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/users/database
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, f3fb4210-5686-401d-a8ae-9e5c95e72a60, localhost:18292): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, f3fb4210-5686-401d-a8ae-9e5c95e72a60, localhost:18292): request = { database: "/Root/users/database" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, f3fb4210-5686-401d-a8ae-9e5c95e72a60, localhost:18292): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-grlwakd754.auto.internal" port: 22563 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" 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-grlwakd754.auto.internal:22563, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:18292
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fbd10c0b940>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateSession, 1accaf26-e293-40c0-8511-881bbcd712b9, ghrun-grlwakd754.auto.internal:22563): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, 1accaf26-e293-40c0-8511-881bbcd712b9, ghrun-grlwakd754.auto.internal:22563): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:102 RpcState(CreateSession, 1accaf26-e293-40c0-8511-881bbcd712b9, ghrun-grlwakd754.auto.internal:22563): on response callback started
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, 1accaf26-e293-40c0-8511-881bbcd712b9, ghrun-grlwakd754.auto.internal:22563): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=NWE4ZmYwNWMtMzI0Y2YyNTMtZTc3NGFlYTItZTM0MDM2YWI=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd10c0b940>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fbd10c0b940>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateTable, 5034f924-7ab1-4f72-bd82-e690c5a767b9, ghrun-grlwakd754.auto.internal:22563): creating call state
DEBUG    ydb.connection:connection.py:107 RpcState(CreateSession, 1accaf26-e293-40c0-8511-881bbcd712b9, ghrun-grlwakd754.auto.internal:22563): on response callback success
DEBUG    ydb.connection:connection.py:62 RpcState(CreateTable, 5034f924-7ab1-4f72-bd82-e690c5a767b9, ghrun-grlwakd754.auto.internal:22563): request = { session_id: "ydb://session/3?node_id=50001&id=NWE4ZmYwNWMtMzI0Y2YyNTMtZTc3NGFlYTItZTM0MDM2YWI=" 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:51 RpcState(CreateTable, 5034f924-7ab1-4f72-bd82-e690c5a767b9, ghrun-grlwakd754.auto.internal:22563): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd10c0b940>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:336 create table two
DEBUG    ydb.connection:connection.py:375 RpcState(CreateTable, 9b733196-1311-475d-8e85-c4e0ee647c4a, ghrun-grlwakd754.auto.internal:22563): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateTable, 9b733196-1311-475d-8e85-c4e0ee647c4a, ghrun-grlwakd754.auto.internal:22563): request = { session_id: "ydb://session/3?node_id=50001&id=NWE4ZmYwNWMtMzI0Y2YyNTMtZTc3NGFlYTItZTM0MDM2YWI=" 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:51 RpcState(CreateTable, 9b733196-1311-475d-8e85-c4e0ee647c4a, ghrun-grlwakd754.auto.internal:22563): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fbd10c0b940>
DEBUG    __tests__.test_dynamic_tenants:test_dynamic_tenants.py:349 write_some_data
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteDataQuery, 93715ca0-9cb0-4985-be1e-bf2a9a2dbc72, ghrun-grlwakd754.auto.internal:22563): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteDataQuery, 93715ca0-9cb0-4985-be1e-bf2a9a2dbc72, ghrun-grlwakd754.auto.internal:22563): request = { session_id: "ydb://session/3?node_id=50001&id=NWE4ZmYwNWMtMzI0Y2YyNTMtZTc3NGFlYTItZTM0MDM2YWI=" 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:51 RpcState(ExecuteDataQuery, 93715ca0-9cb0-4985-be1e-bf2a9a2dbc72, ghrun-grlwakd754.auto.internal:22563): 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 0x7fbd10c0b940>
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 0x7fbd10c0b940>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fbd10c0b940> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:375 RpcState(DeleteSession, bbf17c9a-b7fd-4b13-8139-4cb57e068648, ghrun-grlwakd754.auto.internal:22563): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DeleteSession, bbf17c9a-b7fd-4b13-8139-4cb57e068648, ghrun-grlwakd754.auto.internal:22563): request = { session_id: "ydb://session/3?node_id=50001&id=NWE4ZmYwNWMtMzI0Y2YyNTMtZTc3NGFlYTItZTM0MDM2YWI=" 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 0x7fbd10c0b940>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:102 RpcState(DeleteSession, bbf17c9a-b7fd-4b13-8139-4cb57e068648, ghrun-grlwakd754.auto.internal:22563): on response callback started
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:18292
DEBUG    ydb.connection:connection.py:51 RpcState(DeleteSession, bbf17c9a-b7fd-4b13-8139-4cb57e068648, ghrun-grlwakd754.auto.internal:22563): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:107 RpcState(DeleteSession, bbf17c9a-b7fd-4b13-8139-4cb57e068648, ghrun-grlwakd754.auto.internal:22563): on response callback success
INFO     ydb.connection:connection.py:498 Closing channel for endpoint ghrun-grlwakd754.auto.internal:22563
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
============================== slowest durations ===============================
53.74s call     test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--true]
9.54s setup    test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--true]
9.52s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--false]
9.03s call     test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true]
8.08s call     test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false]
5.77s setup    test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true]
5.62s setup    test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false]
5.55s setup    test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--false]
4.50s call     test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--false]
2.92s setup    test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--true]
1.02s call     test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--false]
1.01s call     test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--true]
1.01s teardown test_dynamic_tenants.py::test_create_tenant_then_exec_yql[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]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false] - ydb.issues.SchemeError: message: "Failed to create default pool in database /Root/users/database" severity: 1 issues { message: "Failed to create resource pool: StatusPathDoesNotExist" severity: 1 issues { message: "Path does not exist" issue_code: 200200 severity: 1 } } ,message: "Query failed during adding/waiting in workload pool " severity: 1 (server_code: 400070)
FAILED test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true] - ydb.issues.SchemeError: message: "Failed to create default pool in database /Root/users/database" severity: 1 issues { message: "Failed to create resource pool: StatusPathDoesNotExist" severity: 1 issues { message: "Path does not exist" issue_code: 200200 severity: 1 } } ,message: "Query failed during adding/waiting in workload pool " severity: 1 (server_code: 400070)
=================== 2 failed, 4 passed in 118.40s (0:01:58) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d45/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 109 items

test_dynamic_tenants.py ......

============================== slowest durations ===============================
10.89s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--false]
10.45s call     test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--true]
10.39s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--true]
9.64s setup    test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--false]
9.64s setup    test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--true]
9.61s setup    test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--false]
6.48s call     test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--true]
5.05s call     test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--true]
5.03s call     test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--false]
4.70s call     test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--false]
4.11s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--true]
4.03s call     test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--false]
3.01s teardown test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--false]
0.01s teardown test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--false]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 93.45s (0:01:33) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d42/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 109 items

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

============================== slowest durations ===============================
14.22s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--false]
14.00s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--true]
9.50s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--true]
9.03s call     test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--true]
8.26s setup    test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--true]
8.06s call     test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--true]
7.39s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--false]
7.01s teardown test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--true]
7.01s teardown test_publish_into_schemeboard_with_common_ssring.py::TestOn3DC::test_create_dirs
6.08s call     test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--true]
6.04s call     test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--false]
5.06s call     test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--false]
2.74s setup    test_publish_into_schemeboard_with_common_ssring.py::TestOn3DC::test_create_dirs
0.01s call     test_publish_into_schemeboard_with_common_ssring.py::TestOn3DC::test_create_dirs

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 104.70s (0:01:44) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d51/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 109 items

test_storage_config.py ......

============================== slowest durations ===============================
7.81s setup    test_storage_config.py::TestStorageConfig::test_cases[case_0]
4.72s call     test_storage_config.py::TestStorageConfig::test_cases[case_0]
4.56s call     test_storage_config.py::TestStorageConfig::test_cases[case_10]
4.48s call     test_storage_config.py::TestStorageConfig::test_cases[case_2]
4.29s call     test_storage_config.py::TestStorageConfig::test_cases[case_11]
4.26s call     test_storage_config.py::TestStorageConfig::test_cases[case_12]
4.12s call     test_storage_config.py::TestStorageConfig::test_cases[case_1]
3.03s teardown test_storage_config.py::TestStorageConfig::test_cases[case_2]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_0]
0.01s setup    test_storage_config.py::TestStorageConfig::test_cases[case_12]
0.01s setup    test_storage_config.py::TestStorageConfig::test_cases[case_1]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_12]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_11]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 37.66s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d4a/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 109 items

test_storage_config.py ......

============================== slowest durations ===============================
5.85s setup    test_storage_config.py::TestStorageConfig::test_cases[case_3]
5.00s call     test_storage_config.py::TestStorageConfig::test_cases[case_7]
4.65s call     test_storage_config.py::TestStorageConfig::test_cases[case_3]
4.63s call     test_storage_config.py::TestStorageConfig::test_cases[case_8]
4.33s call     test_storage_config.py::TestStorageConfig::test_cases[case_5]
4.16s call     test_storage_config.py::TestStorageConfig::test_cases[case_4]
4.15s call     test_storage_config.py::TestStorageConfig::test_cases[case_6]
3.09s teardown test_storage_config.py::TestStorageConfig::test_cases[case_8]
0.02s setup    test_storage_config.py::TestStorageConfig::test_cases[case_5]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_3]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_7]
0.01s setup    test_storage_config.py::TestStorageConfig::test_cases[case_4]
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_4]
0.01s setup    test_storage_config.py::TestStorageConfig::test_cases[case_6]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 36.33s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d52/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 109 items

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

============================== slowest durations ===============================
70.58s call     test_system_views.py::TestQueryMetricsUniqueQueries::test_case
70.48s call     test_system_views.py::TestQueryMetrics::test_case
10.67s setup    test_system_views.py::TestPartitionStats::test_case
9.63s setup    test_storage_config.py::TestStorageConfig::test_cases[case_9]
8.13s setup    test_system_views.py::TestQueryMetrics::test_case
7.52s teardown test_system_views.py::TestPartitionStats::test_case
5.66s call     test_storage_config.py::TestStorageConfig::test_cases[case_9]
5.61s setup    test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--false]
5.11s setup    test_system_views.py::TestQueryMetricsUniqueQueries::test_case
4.57s teardown test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--false]
3.53s teardown test_system_views.py::TestQueryMetrics::test_case
3.53s teardown test_system_views.py::TestQueryMetricsUniqueQueries::test_case
3.03s teardown test_storage_config.py::TestStorageConfig::test_create_tablet
0.44s call     test_system_views.py::TestPartitionStats::test_case
0.18s call     test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--false]
0.14s call     test_storage_config.py::TestStorageConfig::test_create_tablet
0.01s teardown test_storage_config.py::TestStorageConfig::test_cases[case_9]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 209.10s (0:03:29) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d3f/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 109 items

test_tenants.py ...xx.

============================== slowest durations ===============================
17.56s teardown test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--false]
15.79s setup    test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--false]
12.64s setup    test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--true]
12.58s setup    test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--false]
12.52s setup    test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--false]
12.52s setup    test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--true]
11.61s setup    test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--true]
4.61s teardown test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--false]
3.60s teardown test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--true]
1.59s teardown test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--true]
1.52s teardown test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--false]
1.52s teardown test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--true]
0.27s call     test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--false]
0.16s call     test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--true]
0.16s 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.13s call     test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--false]
0.12s call     test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--false]
=================== 4 passed, 2 xfailed in 110.19s (0:01:50) ===================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d30/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 109 items

test_tenants.py .....

============================== slowest durations ===============================
13.64s setup    test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--false]
12.71s setup    test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--true]
12.56s teardown test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--false]
8.13s setup    test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--true]
6.67s setup    test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--true]
6.64s setup    test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--false]
5.00s call     test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--true]
5.00s call     test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--false]
3.59s teardown test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--true]
2.52s teardown test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--true]
1.52s teardown test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--true]
1.51s teardown test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--false]
0.16s call     test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--true]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 5 passed in 79.96s (0:01:19) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d4c/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 109 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     - .sys
E     + .metadata
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test_list_database_above[enable_alter_database_create_hive_first--false]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 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:254 Stopped node localhost:2461/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21347
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27889
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29603
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19431
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17168
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28661
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4130
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5489
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2461
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63469
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d4c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3494
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:394 Working directory: /home/runner/.ya/build/build_root/2okv/000d4c/r3tmp/kikimr_cluster_mj52ugal
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d4c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11528
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23152
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29402
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9848
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d4c/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d4c/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/2okv/000d4c/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_whhrosj5.log --grpc-port=11528 --mon-port=23152 --ic-port=3494
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:162 Formatting pdisk SectorMap:1:64 on node localhost:11528/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d4c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d4c/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/2okv/000d4c/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_whhrosj5.log', '--grpc-port=11528', '--mon-port=23152', '--ic-port=3494')' in '/home/runner/.ya/build/build_root/2okv/000d4c/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: 3029853
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:11528/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d4c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:354 Executing command = ['/home/runner/.ya/build/build_root/2okv/000d4c/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:11528', '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: 3494\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
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/2okv/000d4c/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:11528', '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: 3494\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3032412
DEBUG    ya.test:process.py:259 Command (pid 3032412) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3032412) elapsed time (sec): 0.29928040504455566
DEBUG    ya.test:process.py:263 Command (pid 3032412) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3032412) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3032412) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3032412) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3032412) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3032412) maxrss: 528748
DEBUG    ya.test:process.py:263 Command (pid 3032412) minflt: 19125
DEBUG    ya.test:process.py:263 Command (pid 3032412) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3032412) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3032412) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3032412) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3032412) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3032412) nvcsw: 130
DEBUG    ya.test:process.py:263 Command (pid 3032412) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3032412) stime: 0.184249
DEBUG    ya.test:process.py:263 Command (pid 3032412) utime: 0.073699
DEBUG    ya.test:process.py:263 Command (pid 3032412) wtime: 0.3
DEBUG    ya.test:process.py:275 Command (pid 3032412) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d4c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:354 Executing command = ['/home/runner/.ya/build/build_root/2okv/000d4c/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:11528', '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.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/2okv/000d4c/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:11528', '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: 3032680
DEBUG    ya.test:process.py:259 Command (pid 3032680) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3032680) elapsed time (sec): 0.34674620628356934
DEBUG    ya.test:process.py:263 Command (pid 3032680) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3032680) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3032680) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3032680) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3032680) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3032680) maxrss: 528756
DEBUG    ya.test:process.py:263 Command (pid 3032680) minflt: 19127
DEBUG    ya.test:process.py:263 Command (pid 3032680) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3032680) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3032680) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3032680) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3032680) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3032680) nvcsw: 141
DEBUG    ya.test:process.py:263 Command (pid 3032680) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3032680) stime: 0.21160299999999999
DEBUG    ya.test:process.py:263 Command (pid 3032680) utime: 0.09182799999999999
DEBUG    ya.test:process.py:263 Command (pid 3032680) wtime: 0.348
DEBUG    ya.test:process.py:275 Command (pid 3032680) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:446 Cluster started and initialized
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:347 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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:373 /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:375 /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:381 /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:394 /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:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d4c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23122
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22989
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11067
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24665
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25200
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d4c/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d4c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:11528 --tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/2okv/000d4c/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_sxnnz4kc.log --grpc-port=23122 --mon-port=22989 --ic-port=11067
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d4c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d4c/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:11528', '--tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--false_', '--log-file-name=/home/runner/.ya/build/build_root/2okv/000d4c/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_sxnnz4kc.log', '--grpc-port=23122', '--mon-port=22989', '--ic-port=11067')' in '/home/runner/.ya/build/build_root/2okv/000d4c/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: 3034022
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:23122/1
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:434 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:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
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:375 RpcState(ListEndpoints, ddf40072-6756-4848-ac98-43241cf46883, localhost:11528): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, ddf40072-6756-4848-ac98-43241cf46883, localhost:11528): request = { database: "/Root/test_list_database_above_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, ddf40072-6756-4848-ac98-43241cf46883, localhost:11528): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-grlwakd754.auto.internal" port: 23122 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" 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-grlwakd754.auto.internal:23122, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:11528
DEBUG    ydb.connection:connection.py:375 RpcState(ListDirectory, ca33fcfb-058f-4478-838d-0bda3da43c9c, ghrun-grlwakd754.auto.internal:23122): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListDirectory, ca33fcfb-058f-4478-838d-0bda3da43c9c, ghrun-grlwakd754.auto.internal:23122): 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:51 RpcState(ListDirectory, ca33fcfb-058f-4478-838d-0bda3da43c9c, ghrun-grlwakd754.auto.internal:23122): 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: 1761424814210 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': []}]}
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:11528
INFO     ydb.connection:connection.py:498 Closing channel for endpoint ghrun-grlwakd754.auto.internal:23122
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 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:347 /Root/test_list_database_above_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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=1761424814853997&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:373 /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:375 /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:381 /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:394 /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:254 Stopped node localhost:23122/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:254 Stopped node localhost:11528/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25200
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24665
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11067
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22989
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23122
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9848
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29402
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23152
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11528
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3494
============================== slowest durations ===============================
15.13s setup    test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--false]
15.12s setup    test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--true]
13.90s setup    test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--true]
12.50s setup    test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--false]
8.52s teardown test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--false]
6.32s setup    test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--false]
3.53s teardown test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--true]
3.53s teardown test_tenants.py::TestTenants::test_create_tables[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--false]
1.61s teardown test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--true]
0.32s call     test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--true]
0.32s call     test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--false]
0.23s call     test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--false]
0.12s call     test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--true]
0.09s 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, 4 passed in 83.48s (0:01:23) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d50/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 109 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     - .sys
E     + .metadata
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test_list_database_above[enable_alter_database_create_hive_first--true]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d50/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28672
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:394 Working directory: /home/runner/.ya/build/build_root/2okv/000d50/r3tmp/kikimr_cluster_njwqdr3z
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d50/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20760
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19400
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31540
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7813
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d50/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d50/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/2okv/000d50/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_8lxptlgo.log --grpc-port=20760 --mon-port=19400 --ic-port=28672
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:162 Formatting pdisk SectorMap:1:64 on node localhost:20760/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d50/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d50/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/2okv/000d50/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_8lxptlgo.log', '--grpc-port=20760', '--mon-port=19400', '--ic-port=28672')' in '/home/runner/.ya/build/build_root/2okv/000d50/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: 2963190
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:20760/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d50/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:354 Executing command = ['/home/runner/.ya/build/build_root/2okv/000d50/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:20760', '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: 28672\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
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/2okv/000d50/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:20760', '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: 28672\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2965839
DEBUG    ya.test:process.py:259 Command (pid 2965839) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2965839) elapsed time (sec): 0.7674267292022705
DEBUG    ya.test:process.py:263 Command (pid 2965839) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2965839) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2965839) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2965839) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2965839) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2965839) maxrss: 528748
DEBUG    ya.test:process.py:263 Command (pid 2965839) minflt: 19125
DEBUG    ya.test:process.py:263 Command (pid 2965839) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2965839) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2965839) nivcsw: 66
DEBUG    ya.test:process.py:263 Command (pid 2965839) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2965839) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2965839) nvcsw: 135
DEBUG    ya.test:process.py:263 Command (pid 2965839) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2965839) stime: 0.604819
DEBUG    ya.test:process.py:263 Command (pid 2965839) utime: 0.10345499999999999
DEBUG    ya.test:process.py:263 Command (pid 2965839) wtime: 0.769
DEBUG    ya.test:process.py:275 Command (pid 2965839) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d50/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:354 Executing command = ['/home/runner/.ya/build/build_root/2okv/000d50/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:20760', '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.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/2okv/000d50/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:20760', '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: 2966437
DEBUG    ya.test:process.py:259 Command (pid 2966437) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2966437) elapsed time (sec): 0.7256650924682617
DEBUG    ya.test:process.py:263 Command (pid 2966437) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2966437) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2966437) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2966437) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2966437) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2966437) maxrss: 528760
DEBUG    ya.test:process.py:263 Command (pid 2966437) minflt: 19126
DEBUG    ya.test:process.py:263 Command (pid 2966437) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2966437) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2966437) nivcsw: 137
DEBUG    ya.test:process.py:263 Command (pid 2966437) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2966437) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2966437) nvcsw: 94
DEBUG    ya.test:process.py:263 Command (pid 2966437) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2966437) stime: 0.45677399999999996
DEBUG    ya.test:process.py:263 Command (pid 2966437) utime: 0.10420199999999999
DEBUG    ya.test:process.py:263 Command (pid 2966437) wtime: 0.727
DEBUG    ya.test:process.py:275 Command (pid 2966437) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:446 Cluster started and initialized
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:347 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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:373 /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:375 /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:381 /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:394 /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:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d50/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20608
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15538
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30317
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19513
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16392
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d50/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d50/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:20760 --tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/2okv/000d50/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_uayzn9lz.log --grpc-port=20608 --mon-port=15538 --ic-port=30317
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d50/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d50/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:20760', '--tenant=/Root/test_list_database_above_enable_alter_database_create_hive_first--true_', '--log-file-name=/home/runner/.ya/build/build_root/2okv/000d50/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_uayzn9lz.log', '--grpc-port=20608', '--mon-port=15538', '--ic-port=30317')' in '/home/runner/.ya/build/build_root/2okv/000d50/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: 2969241
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:20608/1
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:434 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:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
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:375 RpcState(ListEndpoints, 1d577445-5fac-4c4a-9056-fd55252f603e, localhost:20760): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 1d577445-5fac-4c4a-9056-fd55252f603e, localhost:20760): request = { database: "/Root/test_list_database_above_enable_alter_database_create_hive_first--true_" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 1d577445-5fac-4c4a-9056-fd55252f603e, localhost:20760): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-grlwakd754.auto.internal" port: 20608 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" 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-grlwakd754.auto.internal:20608, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:20760
DEBUG    ydb.connection:connection.py:375 RpcState(ListDirectory, 120b4eff-c18e-4913-b091-c2092a17afed, ghrun-grlwakd754.auto.internal:20608): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListDirectory, 120b4eff-c18e-4913-b091-c2092a17afed, ghrun-grlwakd754.auto.internal:20608): 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:51 RpcState(ListDirectory, 120b4eff-c18e-4913-b091-c2092a17afed, ghrun-grlwakd754.auto.internal:20608): 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: 1761424744520 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': []}]}
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:20760
INFO     ydb.connection:connection.py:498 Closing channel for endpoint ghrun-grlwakd754.auto.internal:20608
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 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:347 /Root/test_list_database_above_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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=1761424745077253&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:373 /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:375 /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:381 /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:394 /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:254 Stopped node localhost:20608/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 ===============================
15.40s setup    test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--false]
13.92s setup    test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--true]
13.10s setup    test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--false]
12.90s setup    test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--true]
8.64s teardown test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--true]
8.41s setup    test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--true]
3.67s teardown test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--false]
3.52s teardown test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--true]
1.60s teardown test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--true]
1.58s teardown 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_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--true]
0.26s call     test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--true]
0.15s call     test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--false]
0.10s call     test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--true]
0.06s 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 84.24s (0:01:24) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d46/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 109 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:217: 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:418 ####################################################################################################
INFO     ya.test:ya.py:419 test_stop_start[enable_alter_database_create_hive_first--false]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 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:254 Stopped node localhost:19705/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1216
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1079
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9223
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14513
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22475
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5036
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4079
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3182
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19705
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29336
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8569
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:394 Working directory: /home/runner/.ya/build/build_root/2okv/000d46/r3tmp/kikimr_cluster__6qyos4e
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28160
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24588
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16849
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1459
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d46/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d46/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/2okv/000d46/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_s6enyw66.log --grpc-port=28160 --mon-port=24588 --ic-port=8569
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:162 Formatting pdisk SectorMap:1:64 on node localhost:28160/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d46/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/2okv/000d46/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_s6enyw66.log', '--grpc-port=28160', '--mon-port=24588', '--ic-port=8569')' in '/home/runner/.ya/build/build_root/2okv/000d46/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: 3026213
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:28160/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:354 Executing command = ['/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:28160', '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: 8569\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:28160', '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: 8569\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3028187
DEBUG    ya.test:process.py:259 Command (pid 3028187) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3028187) elapsed time (sec): 0.6170246601104736
DEBUG    ya.test:process.py:263 Command (pid 3028187) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3028187) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3028187) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3028187) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3028187) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3028187) maxrss: 528764
DEBUG    ya.test:process.py:263 Command (pid 3028187) minflt: 19126
DEBUG    ya.test:process.py:263 Command (pid 3028187) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3028187) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3028187) nivcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3028187) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3028187) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3028187) nvcsw: 152
DEBUG    ya.test:process.py:263 Command (pid 3028187) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3028187) stime: 0.514281
DEBUG    ya.test:process.py:263 Command (pid 3028187) utime: 0.079733
DEBUG    ya.test:process.py:263 Command (pid 3028187) wtime: 0.618
DEBUG    ya.test:process.py:275 Command (pid 3028187) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:354 Executing command = ['/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:28160', '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.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:28160', '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: 3029071
DEBUG    ya.test:process.py:259 Command (pid 3029071) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3029071) elapsed time (sec): 0.36896467208862305
DEBUG    ya.test:process.py:263 Command (pid 3029071) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3029071) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3029071) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3029071) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3029071) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3029071) maxrss: 528756
DEBUG    ya.test:process.py:263 Command (pid 3029071) minflt: 19124
DEBUG    ya.test:process.py:263 Command (pid 3029071) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3029071) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3029071) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 3029071) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3029071) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3029071) nvcsw: 127
DEBUG    ya.test:process.py:263 Command (pid 3029071) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3029071) stime: 0.239672
DEBUG    ya.test:process.py:263 Command (pid 3029071) utime: 0.082645
DEBUG    ya.test:process.py:263 Command (pid 3029071) wtime: 0.37
DEBUG    ya.test:process.py:275 Command (pid 3029071) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:446 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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:373 /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:375 /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:381 /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:394 /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:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14555
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6033
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26731
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2822
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19840
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d46/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:28160 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/2okv/000d46/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_l09sztha.log --grpc-port=14555 --mon-port=6033 --ic-port=26731
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d46/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:28160', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_', '--log-file-name=/home/runner/.ya/build/build_root/2okv/000d46/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_l09sztha.log', '--grpc-port=14555', '--mon-port=6033', '--ic-port=26731')' in '/home/runner/.ya/build/build_root/2okv/000d46/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: 3030812
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:14555/1
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:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
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 0x7fdbf4f14880 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 0x7fdbf4f0ec20>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdbf4f0ec20>
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:375 RpcState(ListEndpoints, 7d58633f-2b84-4d76-8ad7-7d9a5363bac0, localhost:28160): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 7d58633f-2b84-4d76-8ad7-7d9a5363bac0, localhost:28160): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 7d58633f-2b84-4d76-8ad7-7d9a5363bac0, localhost:28160): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-grlwakd754.auto.internal" port: 14555 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" 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-grlwakd754.auto.internal:14555, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:28160
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdbf4f0ec20>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateSession, 88ada91b-72b4-4d0b-b471-afa9f6799b5c, ghrun-grlwakd754.auto.internal:14555): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, 88ada91b-72b4-4d0b-b471-afa9f6799b5c, ghrun-grlwakd754.auto.internal:14555): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:102 RpcState(CreateSession, 88ada91b-72b4-4d0b-b471-afa9f6799b5c, ghrun-grlwakd754.auto.internal:14555): on response callback started
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, 88ada91b-72b4-4d0b-b471-afa9f6799b5c, ghrun-grlwakd754.auto.internal:14555): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=MjJhOGNiYTItMjg0YjJmZTctOTA0NzE2NzItNzM4ZDhiZGY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdbf4f0ec20>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fdbf4f0ec20>
DEBUG    ydb.connection:connection.py:107 RpcState(CreateSession, 88ada91b-72b4-4d0b-b471-afa9f6799b5c, ghrun-grlwakd754.auto.internal:14555): on response callback success
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteSchemeQuery, f7eba801-b233-4874-aca0-7dd9d48db5b0, ghrun-grlwakd754.auto.internal:14555): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteSchemeQuery, f7eba801-b233-4874-aca0-7dd9d48db5b0, ghrun-grlwakd754.auto.internal:14555): request = { session_id: "ydb://session/3?node_id=50000&id=MjJhOGNiYTItMjg0YjJmZTctOTA0NzE2NzItNzM4ZDhiZGY=" 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:51 RpcState(ExecuteSchemeQuery, f7eba801-b233-4874-aca0-7dd9d48db5b0, ghrun-grlwakd754.auto.internal:14555): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdbf4f0ec20>
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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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=1761424811851781&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:373 /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:375 /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:381 /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:394 /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:254 Stopped node localhost:14555/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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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:373 /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:375 /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:381 /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:394 /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:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7523
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3101
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16065
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1667
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5461
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d46/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:28160 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/2okv/000d46/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_oun01v05.log --grpc-port=7523 --mon-port=3101 --ic-port=16065
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d46/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:28160', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_', '--log-file-name=/home/runner/.ya/build/build_root/2okv/000d46/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_oun01v05.log', '--grpc-port=7523', '--mon-port=3101', '--ic-port=16065')' in '/home/runner/.ya/build/build_root/2okv/000d46/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: 3048866
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:7523/2
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:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
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 0x7fdbf7f0a5e0 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 0x7fdbf7f0b3a0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdbf7f0b3a0>
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:375 RpcState(ListEndpoints, 185b4d54-ab12-4bb2-9a0e-75b77b583fdb, localhost:28160): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 185b4d54-ab12-4bb2-9a0e-75b77b583fdb, localhost:28160): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 185b4d54-ab12-4bb2-9a0e-75b77b583fdb, localhost:28160): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-grlwakd754.auto.internal" port: 7523 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" 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-grlwakd754.auto.internal:7523, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:28160
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdbf7f0b3a0>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateSession, ffdb6238-ff82-407a-8346-df7abbb1d012, ghrun-grlwakd754.auto.internal:7523): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, ffdb6238-ff82-407a-8346-df7abbb1d012, ghrun-grlwakd754.auto.internal:7523): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:102 RpcState(CreateSession, ffdb6238-ff82-407a-8346-df7abbb1d012, ghrun-grlwakd754.auto.internal:7523): on response callback started
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, ffdb6238-ff82-407a-8346-df7abbb1d012, ghrun-grlwakd754.auto.internal:7523): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=NTE4MDIyYjctYzcyN2ZmNjMtNzY1OTFhZGItOTMwYTBlYg==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdbf7f0b3a0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fdbf7f0b3a0>
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteSchemeQuery, 0163a8b3-ac46-4fe9-8fb5-64831c9cb25d, ghrun-grlwakd754.auto.internal:7523): creating call state
DEBUG    ydb.connection:connection.py:107 RpcState(CreateSession, ffdb6238-ff82-407a-8346-df7abbb1d012, ghrun-grlwakd754.auto.internal:7523): on response callback success
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteSchemeQuery, 0163a8b3-ac46-4fe9-8fb5-64831c9cb25d, ghrun-grlwakd754.auto.internal:7523): request = { session_id: "ydb://session/3?node_id=50001&id=NTE4MDIyYjctYzcyN2ZmNjMtNzY1OTFhZGItOTMwYTBlYg==" 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:51 RpcState(ExecuteSchemeQuery, 0163a8b3-ac46-4fe9-8fb5-64831c9cb25d, ghrun-grlwakd754.auto.internal:7523): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdbf7f0b3a0>
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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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=1761424827498762&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:373 /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:375 /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:381 /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:394 /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:254 Stopped node localhost:7523/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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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:373 /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:375 /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:381 /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:394 /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:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64754
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/15308
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14475
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5424
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d46/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:28160 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_ --log-file-name=/home/runner/.ya/build/build_root/2okv/000d46/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_ob5pouot.log --grpc-port=64754 --mon-port=7055 --ic-port=15308
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d46/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:28160', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--false_', '--log-file-name=/home/runner/.ya/build/build_root/2okv/000d46/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_ob5pouot.log', '--grpc-port=64754', '--mon-port=7055', '--ic-port=15308')' in '/home/runner/.ya/build/build_root/2okv/000d46/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: 3075104
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:64754/3
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:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
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:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fdbf4f086a0 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 0x7fdbf7f91c80>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdbf7f91c80>
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:375 RpcState(ListEndpoints, 77c18a94-5c10-4b6c-9af3-dad340b6c008, localhost:28160): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 77c18a94-5c10-4b6c-9af3-dad340b6c008, localhost:28160): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 77c18a94-5c10-4b6c-9af3-dad340b6c008, localhost:28160): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-grlwakd754.auto.internal" port: 64754 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" 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-grlwakd754.auto.internal:64754, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:28160
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdbf7f91c80>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateSession, 7991295a-91b8-4c88-930a-93df8b7a3fe5, ghrun-grlwakd754.auto.internal:64754): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, 7991295a-91b8-4c88-930a-93df8b7a3fe5, ghrun-grlwakd754.auto.internal:64754): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:102 RpcState(CreateSession, 7991295a-91b8-4c88-930a-93df8b7a3fe5, ghrun-grlwakd754.auto.internal:64754): on response callback started
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, 7991295a-91b8-4c88-930a-93df8b7a3fe5, ghrun-grlwakd754.auto.internal:64754): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=ZTI3YjkzY2YtNzk4MTliZWYtODQ2MTIwZjctZjdmMTE4ZDM=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdbf7f91c80>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fdbf7f91c80>
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteSchemeQuery, be5a0598-5554-4f11-ac43-ebf9984f2adf, ghrun-grlwakd754.auto.internal:64754): creating call state
DEBUG    ydb.connection:connection.py:107 RpcState(CreateSession, 7991295a-91b8-4c88-930a-93df8b7a3fe5, ghrun-grlwakd754.auto.internal:64754): on response callback success
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteSchemeQuery, be5a0598-5554-4f11-ac43-ebf9984f2adf, ghrun-grlwakd754.auto.internal:64754): request = { session_id: "ydb://session/3?node_id=50002&id=ZTI3YjkzY2YtNzk4MTliZWYtODQ2MTIwZjctZjdmMTE4ZDM=" 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:51 RpcState(ExecuteSchemeQuery, be5a0598-5554-4f11-ac43-ebf9984f2adf, ghrun-grlwakd754.auto.internal:64754): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdbf7f91c80>
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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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=1761424848179718&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:373 /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:375 /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:381 /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:394 /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:254 Stopped node localhost:64754/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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--false_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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:373 /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:375 /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:381 /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:394 /Root/test_stop_start_enable_alter_database_create_hive_first--false_: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_stop_start_enable_alter_database_create_hive_first--false_: create path and declare internals
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 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:145 Requested session destroy: <ydb.table.Session object at 0x7fdbf7f91c80>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fdbf7f91c80> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:375 RpcState(DeleteSession, a32e8c48-325e-43f5-8bf9-2ff4f59f38a1, ghrun-grlwakd754.auto.internal:64754): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DeleteSession, a32e8c48-325e-43f5-8bf9-2ff4f59f38a1, ghrun-grlwakd754.auto.internal:64754): request = { session_id: "ydb://session/3?node_id=50002&id=ZTI3YjkzY2YtNzk4MTliZWYtODQ2MTIwZjctZjdmMTE4ZDM=" 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 0x7fdbf7f91c80>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:102 RpcState(DeleteSession, a32e8c48-325e-43f5-8bf9-2ff4f59f38a1, ghrun-grlwakd754.auto.internal:64754): on response callback started
INFO     ydb.connection:connection.py:76 RpcState(DeleteSession, a32e8c48-325e-43f5-8bf9-2ff4f59f38a1, ghrun-grlwakd754.auto.internal:64754): 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:64754: 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:64754: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2025-10-25T20:41:17.006054641+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:85 RpcState(DeleteSession, a32e8c48-325e-43f5-8bf9-2ff4f59f38a1, ghrun-grlwakd754.auto.internal:64754): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:498 Closing channel for endpoint ghrun-grlwakd754.auto.internal:64754
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.table.SessionPool:_sp_impl.py:56 Session pool is under stop, cancelling all in flight waiters.
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7fdbf7f0b3a0>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fdbf7f0b3a0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:375 RpcState(DeleteSession, 15d09701-484a-402d-a461-a9e2fb6b8932, ghrun-grlwakd754.auto.internal:7523): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.connection:connection.py:62 RpcState(DeleteSession, 15d09701-484a-402d-a461-a9e2fb6b8932, ghrun-grlwakd754.auto.internal:7523): request = { session_id: "ydb://session/3?node_id=50001&id=NTE4MDIyYjctYzcyN2ZmNjMtNzY1OTFhZGItOTMwYTBlYg==" 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.connection:connection.py:102 RpcState(DeleteSession, 15d09701-484a-402d-a461-a9e2fb6b8932, ghrun-grlwakd754.auto.internal:7523): on response callback started
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, 5e697f20-c382-45c9-bce3-33a770203b8d, localhost:28160): creating call state
INFO     ydb.connection:connection.py:76 RpcState(DeleteSession, 15d09701-484a-402d-a461-a9e2fb6b8932, ghrun-grlwakd754.auto.internal:7523): 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:7523: 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:7523: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2025-10-25T20:41:17.043530985+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:62 RpcState(ListEndpoints, 5e697f20-c382-45c9-bce3-33a770203b8d, localhost:28160): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:85 RpcState(DeleteSession, 15d09701-484a-402d-a461-a9e2fb6b8932, ghrun-grlwakd754.auto.internal:7523): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:498 Closing channel for endpoint ghrun-grlwakd754.auto.internal:7523
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7fdbf7f0b3a0>
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.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:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 5e697f20-c382-45c9-bce3-33a770203b8d, localhost:28160): response = { operation { ready: true status: NOT_FOUND issues { message: "Requested database does not exist" issue_code: 200202 severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7fdbf4f0ec20>, reason: session-pool-terminated
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:28160". Error details:
 message: "Requested database does not exist" issue_code: 200202 severity: 1 (server_code: 400140)
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fdbf4f0ec20> is no longer active. Current active count 0.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_stop_start_enable_alter_database_create_hive_first--false_
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:28160
DEBUG    ydb.connection:connection.py:375 RpcState(DeleteSession, 569973b8-637e-41ff-a5ea-27d75833d057, ghrun-grlwakd754.auto.internal:14555): creating call state
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, 0c2639fb-c317-4ae0-b09e-a2160a62038d, localhost:28160): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DeleteSession, 569973b8-637e-41ff-a5ea-27d75833d057, ghrun-grlwakd754.auto.internal:14555): request = { session_id: "ydb://session/3?node_id=50000&id=MjJhOGNiYTItMjg0YjJmZTctOTA0NzE2NzItNzM4ZDhiZGY=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 0c2639fb-c317-4ae0-b09e-a2160a62038d, localhost:28160): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:102 RpcState(DeleteSession, 569973b8-637e-41ff-a5ea-27d75833d057, ghrun-grlwakd754.auto.internal:14555): on response callback started
INFO     ydb.connection:connection.py:76 RpcState(DeleteSession, 569973b8-637e-41ff-a5ea-27d75833d057, ghrun-grlwakd754.auto.internal:14555): 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:14555: 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:14555: 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-25T20:41:17.06391766+00:00", grpc_status:14}"
>
DEBUG    ydb.connection:connection.py:85 RpcState(DeleteSession, 569973b8-637e-41ff-a5ea-27d75833d057, ghrun-grlwakd754.auto.internal:14555): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:498 Closing channel for endpoint ghrun-grlwakd754.auto.internal:14555
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7fdbf4f0ec20>
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 0c2639fb-c317-4ae0-b09e-a2160a62038d, localhost:28160): response = { operation { ready: true status: NOT_FOUND issues { message: "Requested database does not exist" issue_code: 200202 severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
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:28160". Error details:
 message: "Requested database does not exist" issue_code: 200202 severity: 1 (server_code: 400140)
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:28160
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:28160
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:375 RpcState(ListEndpoints, 909b5925-4ba2-4668-a96d-de502686561f, localhost:28160): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 909b5925-4ba2-4668-a96d-de502686561f, localhost:28160): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--false_" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 909b5925-4ba2-4668-a96d-de502686561f, localhost:28160): 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:28160". Error details:
 message: "Requested database does not exist" issue_code: 200202 severity: 1 (server_code: 400140)
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:28160
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:28160
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:28160
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:217: 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:418 ####################################################################################################
INFO     ya.test:ya.py:419 test_stop_start[enable_alter_database_create_hive_first--true]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 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:254 Stopped node localhost:28160/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5424
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14475
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15308
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7055
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64754
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5461
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1667
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16065
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3101
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7523
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19840
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2822
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26731
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6033
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14555
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1459
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16849
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24588
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28160
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8569
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3162
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:394 Working directory: /home/runner/.ya/build/build_root/2okv/000d46/r3tmp/kikimr_cluster_lqjddubb
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8947
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9955
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18716
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25428
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d46/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d46/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/2okv/000d46/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_qvkg_p01.log --grpc-port=8947 --mon-port=9955 --ic-port=3162
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:162 Formatting pdisk SectorMap:1:64 on node localhost:8947/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d46/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/2okv/000d46/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_qvkg_p01.log', '--grpc-port=8947', '--mon-port=9955', '--ic-port=3162')' in '/home/runner/.ya/build/build_root/2okv/000d46/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: 3116620
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:8947/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:354 Executing command = ['/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:8947', '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: 3162\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:8947', '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: 3162\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3119177
DEBUG    ya.test:process.py:259 Command (pid 3119177) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3119177) elapsed time (sec): 0.33672165870666504
DEBUG    ya.test:process.py:263 Command (pid 3119177) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3119177) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3119177) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3119177) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3119177) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3119177) maxrss: 528764
DEBUG    ya.test:process.py:263 Command (pid 3119177) minflt: 19126
DEBUG    ya.test:process.py:263 Command (pid 3119177) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3119177) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3119177) nivcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 3119177) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3119177) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3119177) nvcsw: 112
DEBUG    ya.test:process.py:263 Command (pid 3119177) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3119177) stime: 0.19669799999999998
DEBUG    ya.test:process.py:263 Command (pid 3119177) utime: 0.09232699999999999
DEBUG    ya.test:process.py:263 Command (pid 3119177) wtime: 0.338
DEBUG    ya.test:process.py:275 Command (pid 3119177) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:354 Executing command = ['/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:8947', '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.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:8947', '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: 3119729
DEBUG    ya.test:process.py:259 Command (pid 3119729) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3119729) elapsed time (sec): 0.319446325302124
DEBUG    ya.test:process.py:263 Command (pid 3119729) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3119729) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3119729) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3119729) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3119729) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3119729) maxrss: 528760
DEBUG    ya.test:process.py:263 Command (pid 3119729) minflt: 19127
DEBUG    ya.test:process.py:263 Command (pid 3119729) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3119729) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3119729) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 3119729) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3119729) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3119729) nvcsw: 133
DEBUG    ya.test:process.py:263 Command (pid 3119729) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3119729) stime: 0.16633699999999998
DEBUG    ya.test:process.py:263 Command (pid 3119729) utime: 0.106931
DEBUG    ya.test:process.py:263 Command (pid 3119729) wtime: 0.321
DEBUG    ya.test:process.py:275 Command (pid 3119729) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:446 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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:373 /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:375 /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:381 /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:394 /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:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63350
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1192
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7334
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63645
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2309
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d46/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:8947 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/2okv/000d46/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_qv4hor96.log --grpc-port=63350 --mon-port=1192 --ic-port=7334
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d46/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:8947', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_', '--log-file-name=/home/runner/.ya/build/build_root/2okv/000d46/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_qv4hor96.log', '--grpc-port=63350', '--mon-port=1192', '--ic-port=7334')' in '/home/runner/.ya/build/build_root/2okv/000d46/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: 3120972
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:63350/1
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:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
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:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fdbf673b350 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 0x7fdbf67416e0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdbf67416e0>
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:375 RpcState(ListEndpoints, b67f0668-1675-4a79-91f3-8552c39c2b34, localhost:8947): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, b67f0668-1675-4a79-91f3-8552c39c2b34, localhost:8947): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--true_" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, b67f0668-1675-4a79-91f3-8552c39c2b34, localhost:8947): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-grlwakd754.auto.internal" port: 63350 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" 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-grlwakd754.auto.internal:63350, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:8947
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdbf67416e0>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateSession, ceb181db-03db-4fc1-8796-d69013107960, ghrun-grlwakd754.auto.internal:63350): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, ceb181db-03db-4fc1-8796-d69013107960, ghrun-grlwakd754.auto.internal:63350): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:102 RpcState(CreateSession, ceb181db-03db-4fc1-8796-d69013107960, ghrun-grlwakd754.auto.internal:63350): on response callback started
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, ceb181db-03db-4fc1-8796-d69013107960, ghrun-grlwakd754.auto.internal:63350): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=MzUwZTc1NzAtZGNkNGVmMjktNmZmN2IyYS05ZDg0OTgwZA==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdbf67416e0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fdbf67416e0>
DEBUG    ydb.connection:connection.py:107 RpcState(CreateSession, ceb181db-03db-4fc1-8796-d69013107960, ghrun-grlwakd754.auto.internal:63350): on response callback success
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteSchemeQuery, 7fdccac7-1655-4f9e-86e1-7a71334eb1e2, ghrun-grlwakd754.auto.internal:63350): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteSchemeQuery, 7fdccac7-1655-4f9e-86e1-7a71334eb1e2, ghrun-grlwakd754.auto.internal:63350): request = { session_id: "ydb://session/3?node_id=50000&id=MzUwZTc1NzAtZGNkNGVmMjktNmZmN2IyYS05ZDg0OTgwZA==" 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:51 RpcState(ExecuteSchemeQuery, 7fdccac7-1655-4f9e-86e1-7a71334eb1e2, ghrun-grlwakd754.auto.internal:63350): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdbf67416e0>
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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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=1761424886118996&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:373 /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:375 /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:381 /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:394 /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:254 Stopped node localhost:63350/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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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:373 /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:375 /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:381 /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:394 /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:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24281
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11001
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30109
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63457
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10849
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d46/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:8947 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/2okv/000d46/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_ke3dp2c1.log --grpc-port=24281 --mon-port=11001 --ic-port=30109
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d46/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:8947', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_', '--log-file-name=/home/runner/.ya/build/build_root/2okv/000d46/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_ke3dp2c1.log', '--grpc-port=24281', '--mon-port=11001', '--ic-port=30109')' in '/home/runner/.ya/build/build_root/2okv/000d46/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: 3143444
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:24281/2
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:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
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 0x7fdbf7f7ad10 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 0x7fdbf7f7a0e0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdbf7f7a0e0>
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:375 RpcState(ListEndpoints, 1c8b6e26-7fa4-4d50-b601-e01210d5b8eb, localhost:8947): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 1c8b6e26-7fa4-4d50-b601-e01210d5b8eb, localhost:8947): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--true_" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 1c8b6e26-7fa4-4d50-b601-e01210d5b8eb, localhost:8947): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-grlwakd754.auto.internal" port: 24281 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" 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-grlwakd754.auto.internal:24281, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:8947
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdbf7f7a0e0>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateSession, 701a8af2-dffe-4b66-b577-363cadb0192e, ghrun-grlwakd754.auto.internal:24281): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, 701a8af2-dffe-4b66-b577-363cadb0192e, ghrun-grlwakd754.auto.internal:24281): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:102 RpcState(CreateSession, 701a8af2-dffe-4b66-b577-363cadb0192e, ghrun-grlwakd754.auto.internal:24281): on response callback started
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, 701a8af2-dffe-4b66-b577-363cadb0192e, ghrun-grlwakd754.auto.internal:24281): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=NjUyZjExNC0xZjg0ZTVhMS04ZWFjNWY0My1mZjk0MDM0Ng==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdbf7f7a0e0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fdbf7f7a0e0>
DEBUG    ydb.connection:connection.py:107 RpcState(CreateSession, 701a8af2-dffe-4b66-b577-363cadb0192e, ghrun-grlwakd754.auto.internal:24281): on response callback success
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteSchemeQuery, 52f3e127-6eda-4517-bc27-8a4262991072, ghrun-grlwakd754.auto.internal:24281): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteSchemeQuery, 52f3e127-6eda-4517-bc27-8a4262991072, ghrun-grlwakd754.auto.internal:24281): request = { session_id: "ydb://session/3?node_id=50001&id=NjUyZjExNC0xZjg0ZTVhMS04ZWFjNWY0My1mZjk0MDM0Ng==" 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:51 RpcState(ExecuteSchemeQuery, 52f3e127-6eda-4517-bc27-8a4262991072, ghrun-grlwakd754.auto.internal:24281): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdbf7f7a0e0>
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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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=1761424906786394&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:373 /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:375 /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:381 /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:394 /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:254 Stopped node localhost:24281/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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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:373 /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:375 /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:381 /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:394 /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:176 Binary was found by /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7341
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61199
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25629
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26856
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7367
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:246 CFG_DIR_PATH="/home/runner/.ya/build/build_root/2okv/000d46/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:247 Final command: /home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:8947 --tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_ --log-file-name=/home/runner/.ya/build/build_root/2okv/000d46/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_um2svztt.log --grpc-port=7341 --mon-port=61199 --ic-port=25629
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/2okv/000d46/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/2okv/000d46/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:8947', '--tenant=/Root/test_stop_start_enable_alter_database_create_hive_first--true_', '--log-file-name=/home/runner/.ya/build/build_root/2okv/000d46/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_um2svztt.log', '--grpc-port=7341', '--mon-port=61199', '--ic-port=25629')' in '/home/runner/.ya/build/build_root/2okv/000d46/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: 3168473
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Started node localhost:7341/3
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:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
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:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fdbf6755c80 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 0x7fdbf6746310>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdbf6746310>
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:375 RpcState(ListEndpoints, 44fa0f42-f183-4827-8615-1cffc63308e2, localhost:8947): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 44fa0f42-f183-4827-8615-1cffc63308e2, localhost:8947): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--true_" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 44fa0f42-f183-4827-8615-1cffc63308e2, localhost:8947): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-grlwakd754.auto.internal" port: 7341 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" 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-grlwakd754.auto.internal:7341, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:8947
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdbf6746310>
DEBUG    ydb.connection:connection.py:375 RpcState(CreateSession, 1d694414-91c8-4cd2-b7d7-d82320e32b80, ghrun-grlwakd754.auto.internal:7341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, 1d694414-91c8-4cd2-b7d7-d82320e32b80, ghrun-grlwakd754.auto.internal:7341): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:102 RpcState(CreateSession, 1d694414-91c8-4cd2-b7d7-d82320e32b80, ghrun-grlwakd754.auto.internal:7341): on response callback started
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, 1d694414-91c8-4cd2-b7d7-d82320e32b80, ghrun-grlwakd754.auto.internal:7341): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=MzFkZjQxMGQtNWUyMjY4NTktMjhjZjc3MC1lODEyZTdjZQ==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdbf6746310>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fdbf6746310>
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteSchemeQuery, 7f3179e2-8235-4c50-a853-c76cccdd3d74, ghrun-grlwakd754.auto.internal:7341): creating call state
DEBUG    ydb.connection:connection.py:107 RpcState(CreateSession, 1d694414-91c8-4cd2-b7d7-d82320e32b80, ghrun-grlwakd754.auto.internal:7341): on response callback success
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteSchemeQuery, 7f3179e2-8235-4c50-a853-c76cccdd3d74, ghrun-grlwakd754.auto.internal:7341): request = { session_id: "ydb://session/3?node_id=50002&id=MzFkZjQxMGQtNWUyMjY4NTktMjhjZjc3MC1lODEyZTdjZQ==" 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:51 RpcState(ExecuteSchemeQuery, 7f3179e2-8235-4c50-a853-c76cccdd3d74, ghrun-grlwakd754.auto.internal:7341): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdbf6746310>
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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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=1761424927417452&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:373 /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:375 /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:381 /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:394 /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:254 Stopped node localhost:7341/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:347 /Root/test_stop_start_enable_alter_database_create_hive_first--true_
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:356 /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:365 /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:373 /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:375 /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:381 /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:394 /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:429 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 0x7fdbf6746310>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fdbf6746310> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:375 RpcState(DeleteSession, 042f074f-4c81-4b8c-94c8-ddd6fa42072d, ghrun-grlwakd754.auto.internal:7341): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DeleteSession, 042f074f-4c81-4b8c-94c8-ddd6fa42072d, ghrun-grlwakd754.auto.internal:7341): request = { session_id: "ydb://session/3?node_id=50002&id=MzFkZjQxMGQtNWUyMjY4NTktMjhjZjc3MC1lODEyZTdjZQ==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:102 RpcState(DeleteSession, 042f074f-4c81-4b8c-94c8-ddd6fa42072d, ghrun-grlwakd754.auto.internal:7341): on response callback started
INFO     ydb.connection:connection.py:76 RpcState(DeleteSession, 042f074f-4c81-4b8c-94c8-ddd6fa42072d, ghrun-grlwakd754.auto.internal:7341): 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:7341: 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:7341: 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-25T20:42:31.039655711+00:00", grpc_status:14}"
>
DEBUG    ydb.connection:connection.py:85 RpcState(DeleteSession, 042f074f-4c81-4b8c-94c8-ddd6fa42072d, ghrun-grlwakd754.auto.internal:7341): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:498 Closing channel for endpoint ghrun-grlwakd754.auto.internal:7341
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7fdbf6746310>
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.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.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 0x7fdbf7f7a0e0>, reason: session-pool-terminated
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fdbf7f7a0e0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:375 RpcState(DeleteSession, c74a0d23-15a7-424d-ae85-8936f57a9f7d, ghrun-grlwakd754.auto.internal:24281): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DeleteSession, c74a0d23-15a7-424d-ae85-8936f57a9f7d, ghrun-grlwakd754.auto.internal:24281): request = { session_id: "ydb://session/3?node_id=50001&id=NjUyZjExNC0xZjg0ZTVhMS04ZWFjNWY0My1mZjk0MDM0Ng==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:102 RpcState(DeleteSession, c74a0d23-15a7-424d-ae85-8936f57a9f7d, ghrun-grlwakd754.auto.internal:24281): on response callback started
INFO     ydb.connection:connection.py:76 RpcState(DeleteSession, c74a0d23-15a7-424d-ae85-8936f57a9f7d, ghrun-grlwakd754.auto.internal:24281): 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:24281: 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:24281: 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-25T20:42:31.048105291+00:00", grpc_status:14}"
>
DEBUG    ydb.connection:connection.py:85 RpcState(DeleteSession, c74a0d23-15a7-424d-ae85-8936f57a9f7d, ghrun-grlwakd754.auto.internal:24281): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:498 Closing channel for endpoint ghrun-grlwakd754.auto.internal:24281
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7fdbf7f7a0e0>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
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:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, 46c63b74-36d0-47d3-9301-97e1be64c1b6, localhost:8947): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 46c63b74-36d0-47d3-9301-97e1be64c1b6, localhost:8947): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--true_" }
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.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:145 Requested session destroy: <ydb.table.Session object at 0x7fdbf67416e0>, reason: session-pool-terminated
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 46c63b74-36d0-47d3-9301-97e1be64c1b6, localhost:8947): response = { operation { ready: true status: NOT_FOUND issues { message: "Requested database does not exist" issue_code: 200202 severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, a14ad0b7-03fd-44da-b4b0-031a5f44d384, localhost:8947): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7fdbf67416e0> is no longer active. Current active count 0.
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:8947". Error details:
 message: "Requested database does not exist" issue_code: 200202 severity: 1 (server_code: 400140)
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, a14ad0b7-03fd-44da-b4b0-031a5f44d384, localhost:8947): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--true_" }
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:8947
DEBUG    ydb.connection:connection.py:375 RpcState(DeleteSession, 16cc00ff-d7d7-4ddd-80b7-3af7c6a91984, ghrun-grlwakd754.auto.internal:63350): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DeleteSession, 16cc00ff-d7d7-4ddd-80b7-3af7c6a91984, ghrun-grlwakd754.auto.internal:63350): request = { session_id: "ydb://session/3?node_id=50000&id=MzUwZTc1NzAtZGNkNGVmMjktNmZmN2IyYS05ZDg0OTgwZA==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, a14ad0b7-03fd-44da-b4b0-031a5f44d384, localhost:8947): 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:8947". Error details:
 message: "Requested database does not exist" issue_code: 200202 severity: 1 (server_code: 400140)
DEBUG    ydb.connection:connection.py:102 RpcState(DeleteSession, 16cc00ff-d7d7-4ddd-80b7-3af7c6a91984, ghrun-grlwakd754.auto.internal:63350): on response callback started
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:8947
INFO     ydb.connection:connection.py:76 RpcState(DeleteSession, 16cc00ff-d7d7-4ddd-80b7-3af7c6a91984, ghrun-grlwakd754.auto.internal:63350): 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:63350: 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:63350: 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-25T20:42:31.068849309+00:00", grpc_status:14}"
>
DEBUG    ydb.connection:connection.py:85 RpcState(DeleteSession, 16cc00ff-d7d7-4ddd-80b7-3af7c6a91984, ghrun-grlwakd754.auto.internal:63350): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:498 Closing channel for endpoint ghrun-grlwakd754.auto.internal:63350
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7fdbf67416e0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:8947
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
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:375 RpcState(ListEndpoints, 6cc5c8ad-c6d4-46ac-aa9b-92533ea98902, localhost:8947): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 6cc5c8ad-c6d4-46ac-aa9b-92533ea98902, localhost:8947): request = { database: "/Root/test_stop_start_enable_alter_database_create_hive_first--true_" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 6cc5c8ad-c6d4-46ac-aa9b-92533ea98902, localhost:8947): 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:8947". Error details:
 message: "Requested database does not exist" issue_code: 200202 severity: 1 (server_code: 400140)
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:8947
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:8947
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:8947
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
============================== slowest durations ===============================
68.01s call     test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--true]
68.00s call     test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--false]
66.93s call     test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--false]
20.97s call     test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--true]
14.91s setup    test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--false]
12.07s call     test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--false]
10.86s setup    test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--true]
7.25s teardown test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--false]
6.14s setup    test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--false]
5.66s setup    test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--true]
5.54s setup    test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--false]
0.28s teardown test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--false]
0.25s teardown test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--true]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--false] - RuntimeError: create_database failed: 400080, message: "Group fit error BoxId# 1 StoragePoolId# 5 Error# failed to allocate group: no group options PDisks# {[(1:1-S)]}" severity: 1
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 287.54s (0:04:47) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d34/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 109 items

test_tenants.py .....

============================== slowest durations ===============================
67.15s call     test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--true]
12.62s setup    test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--true]
12.59s setup    test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--false]
8.52s teardown test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--true]
6.68s setup    test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--false]
6.57s setup    test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--true]
5.24s setup    test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--true]
1.55s teardown test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--false]
1.53s 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.12s call     test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--false]
1.00s call     test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--true]
0.25s teardown test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--true]
0.21s call     test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[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]
======================== 5 passed in 127.04s (0:02:07) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d4e/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 109 items

test_user_administration.py .....

============================== slowest durations ===============================
29.52s teardown test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-himself]
21.03s setup    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[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_can_create_user
0.44s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[add-subgroup]
0.43s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[add-user]
0.01s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-himself]
0.01s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_group[add-subgroup]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 5 passed in 53.04s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d3a/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 109 items

test_user_administration.py .....

============================== slowest durations ===============================
29.56s teardown test_user_administration.py::test_database_admin_cant_change_database_admin_user[change-password]
24.56s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-other-admin]
0.49s call     test_user_administration.py::test_database_admin_cant_change_database_admin_user[change-password]
0.48s call     test_user_administration.py::test_database_admin_cant_change_database_admin_user[block]
0.47s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-subgroup]
0.45s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-other-admin]
0.44s call     test_user_administration.py::test_database_admin_cant_change_database_admin_group[rename-admin-group]
0.01s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_group[rename-admin-group]
0.01s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-subgroup]
0.01s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_user[block]
0.01s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_user[change-password]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 5 passed in 56.79s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d4f/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 109 items

test_user_administration.py ....
test_users_groups_with_acl.py .

============================== slowest durations ===============================
29.53s teardown test_user_administration.py::test_user_can_change_password_for_himself[ordinaryuser]
23.36s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_user[unblock]
7.01s teardown test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--false-YDB]
5.35s call     test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--false-YDB]
5.16s setup    test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--false-YDB]
0.63s call     test_user_administration.py::test_user_can_change_password_for_himself[ordinaryuser]
0.63s 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_admin_user[unblock]
0.43s call     test_user_administration.py::test_database_admin_cant_change_database_owner
0.01s setup    test_user_administration.py::test_user_can_change_password_for_himself[dbadmin]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 5 passed in 72.88s (0:01:12) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d4d/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 109 items

test_users_groups_with_acl.py .....

============================== slowest durations ===============================
12.50s setup    test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--false-YDB]
10.63s setup    test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--true-YDB]
10.48s setup    test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--false-YDB]
9.69s setup    test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--true-YDB]
7.63s call     test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--false-YDB]
7.57s call     test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--true-YDB]
7.01s teardown test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--true-YDB]
5.51s call     test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--false-YDB]
5.48s call     test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--true-YDB]
5.45s call     test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--true-YDB]
3.21s setup    test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--true-YDB]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 5 passed in 85.45s (0:01:25) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d54/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 109 items

test_users_groups_with_acl.py .....

============================== slowest durations ===============================
15.95s setup    test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--true-YDB]
12.55s setup    test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--false-YDB]
9.93s setup    test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--false-YDB]
7.50s call     test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--true-YDB]
7.30s setup    test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--false-YDB]
6.76s call     test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--true-YDB]
6.42s setup    test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--true-YDB]
5.19s call     test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--false-YDB]
4.76s call     test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--false-YDB]
4.75s call     test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--false-YDB]
1.01s teardown test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--false-YDB]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 5 passed in 82.47s (0:01:22) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/2okv/000d47/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 109 items

test_users_groups_with_acl.py .....

============================== slowest durations ===============================
12.53s setup    test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--true-YDB]
9.86s setup    test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--true-YDB]
9.71s setup    test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--false-YDB]
7.01s teardown test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--true-YDB]
6.75s call     test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--false-YDB]
6.75s call     test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--false-YDB]
6.09s setup    test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--false-YDB]
4.80s call     test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--true-YDB]
4.76s call     test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--true-YDB]
4.75s call     test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--true-YDB]
4.00s setup    test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--true-YDB]

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