============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00433d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
22.02s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
7.18s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
4.86s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
============================== 1 passed in 34.46s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004378/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py F

=================================== FAILURES ===================================
_ TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate _
ydb/tests/functional/backup_collection/basic_user_scenarios.py:2327: in test_service_schema_objects_cleanup_on_rotate
    backup.stage(BackupType.FULL, "Second full backup")
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1176: in stage
    snapshot = self.snapshot_capture.capture_tables(self.tables)
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1124: in capture_tables
    rows = self.test._capture_snapshot(table_name)
ydb/tests/functional/backup_collection/basic_user_scenarios.py:419: in _capture_snapshot
    return sdk_select_table_rows(session, table)
ydb/tests/functional/backup_collection/basic_user_scenarios.py:114: in sdk_select_table_rows
    result_sets = session.transaction().execute(sql, commit_tx=True)
contrib/python/ydb/py3/ydb/table.py:2392: in execute
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:465: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:516: in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
contrib/python/ydb/py3/ydb/_session_impl.py:20: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:9: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:22: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:165: in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.Aborted: message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 7 requested, table schemaversion 8 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_service_schema_objects_cleanup_on_rotate
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28116
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/o6d0/004378/r3tmp/kikimr_cluster_o_c3go7f
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4123
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7309
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6607
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4665
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/o6d0/004378/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/o6d0/004378/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/o6d0/004378/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/node_1/logfile_uacukb3m.log --grpc-port=4123 --mon-port=7309 --ic-port=28116
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4123/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/o6d0/004378/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/o6d0/004378/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/o6d0/004378/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/node_1/logfile_uacukb3m.log --grpc-port=4123 --mon-port=7309 --ic-port=28116
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/o6d0/004378/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/o6d0/004378/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/node_1/logfile_uacukb3m.log', '--grpc-port=4123', '--mon-port=7309', '--ic-port=28116')' in '/home/runner/.ya/build/build_root/o6d0/004378/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2748760
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4123/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2748764
DEBUG    ya.test:process.py:259 Command (pid 2748764) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2748764) elapsed time (sec): 0.49305057525634766
DEBUG    ya.test:process.py:263 Command (pid 2748764) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2748764) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2748764) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2748764) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2748764) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2748764) maxrss: 547120
DEBUG    ya.test:process.py:263 Command (pid 2748764) minflt: 16265
DEBUG    ya.test:process.py:263 Command (pid 2748764) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2748764) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2748764) nivcsw: 48
DEBUG    ya.test:process.py:263 Command (pid 2748764) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2748764) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2748764) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2748764) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2748764) stime: 0.30149
DEBUG    ya.test:process.py:263 Command (pid 2748764) utime: 0.13091
DEBUG    ya.test:process.py:263 Command (pid 2748764) wtime: 0.497
DEBUG    ya.test:process.py:275 Command (pid 2748764) output:
Git info:
    Commit: 8c2d43a8acb05026292e007c3fb301ef3dbd0813
    Branch: 
    Author: Alexander Rutkovsky <alexvru@ydb.tech>
    Summary: Merge b2ca4086e61d71714efdba3a3ae8bf42d2dc33fb into 34c16810d9be6df8f98c7d5f6debb173c712668b
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-tji3uzh7bq    Host information: 
        Linux ghrun-tji3uzh7bq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 8c2d43a8acb05026292e007c3fb301ef3dbd0813
    Branch: 
    Author: Alexander Rutkovsky <alexvru@ydb.tech>
    Summary: Merge b2ca4086e61d71714efdba3a3ae8bf42d2dc33fb into 34c16810d9be6df8f98c7d5f6debb173c712668b
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-tji3uzh7bq    Host information: 
        Linux ghrun-tji3uzh7bq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4123', '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: 28116\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4123', '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: 28116\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2750305
DEBUG    ya.test:process.py:259 Command (pid 2750305) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2750305) elapsed time (sec): 0.5876240730285645
DEBUG    ya.test:process.py:263 Command (pid 2750305) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2750305) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2750305) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2750305) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2750305) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2750305) maxrss: 555368
DEBUG    ya.test:process.py:263 Command (pid 2750305) minflt: 18410
DEBUG    ya.test:process.py:263 Command (pid 2750305) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2750305) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2750305) nivcsw: 131
DEBUG    ya.test:process.py:263 Command (pid 2750305) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2750305) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2750305) nvcsw: 109
DEBUG    ya.test:process.py:263 Command (pid 2750305) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2750305) stime: 0.32897699999999996
DEBUG    ya.test:process.py:263 Command (pid 2750305) utime: 0.13250499999999998
DEBUG    ya.test:process.py:263 Command (pid 2750305) wtime: 0.59
DEBUG    ya.test:process.py:275 Command (pid 2750305) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4123', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4123', '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: 2750588
DEBUG    ya.test:process.py:259 Command (pid 2750588) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2750588) elapsed time (sec): 0.515775203704834
DEBUG    ya.test:process.py:263 Command (pid 2750588) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2750588) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2750588) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2750588) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2750588) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2750588) maxrss: 555376
DEBUG    ya.test:process.py:263 Command (pid 2750588) minflt: 18407
DEBUG    ya.test:process.py:263 Command (pid 2750588) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2750588) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2750588) nivcsw: 88
DEBUG    ya.test:process.py:263 Command (pid 2750588) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2750588) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2750588) nvcsw: 102
DEBUG    ya.test:process.py:263 Command (pid 2750588) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2750588) stime: 0.272542
DEBUG    ya.test:process.py:263 Command (pid 2750588) utime: 0.136271
DEBUG    ya.test:process.py:263 Command (pid 2750588) wtime: 0.532
DEBUG    ya.test:process.py:275 Command (pid 2750588) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, a82283b2-e93f-432a-91d9-6d382871d3d1, localhost:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a82283b2-e93f-432a-91d9-6d382871d3d1, localhost:4123): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a82283b2-e93f-432a-91d9-6d382871d3d1, localhost:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tji3uzh7bq.auto.internal" port: 4123 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-tji3uzh7bq.auto.internal:4123, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4123
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation, test_name: test_service_schema_objects_cleanup_on_rotate)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0488746b-313c-44e6-aead-c5bd8b4144c2, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0488746b-313c-44e6-aead-c5bd8b4144c2, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0488746b-313c-44e6-aead-c5bd8b4144c2, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTY1ZDNjZTUtYzMzNTI2YTktZjUwN2Y1ZTItOGVlMTQ4" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 2b96b63a-1b1b-49c1-b9d0-6fe0459e4926, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 2b96b63a-1b1b-49c1-b9d0-6fe0459e4926, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MTY1ZDNjZTUtYzMzNTI2YTktZjUwN2Y1ZTItOGVlMTQ4" path: "/Root/orders" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 2b96b63a-1b1b-49c1-b9d0-6fe0459e4926, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7f23f92-42c5-495c-8a6d-e1bcd83dc4d2, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7f23f92-42c5-495c-8a6d-e1bcd83dc4d2, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MTY1ZDNjZTUtYzMzNTI2YTktZjUwN2Y1ZTItOGVlMTQ4" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7f23f92-42c5-495c-8a6d-e1bcd83dc4d2, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 290eaf5d-d70d-4179-8374-8ecb91d30653, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 290eaf5d-d70d-4179-8374-8ecb91d30653, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MTY1ZDNjZTUtYzMzNTI2YTktZjUwN2Y1ZTItOGVlMTQ4" path: "/Root/products" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 290eaf5d-d70d-4179-8374-8ecb91d30653, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef3462c4-301d-4582-b831-f1ce48b1777b, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef3462c4-301d-4582-b831-f1ce48b1777b, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MTY1ZDNjZTUtYzMzNTI2YTktZjUwN2Y1ZTItOGVlMTQ4" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO products (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef3462c4-301d-4582-b831-f1ce48b1777b, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `collection_5076f497`\n                ( TABLE `/Root/orders`, TABLE `/Root/products` )\n            WITH (\n                STORAGE = 'cluster',\n                INCREMENTAL_BACKUP_ENABLED = 'true'\n            );\n        "]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2750921
DEBUG    ya.test:process.py:259 Command (pid 2750921) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2750921) elapsed time (sec): 0.1911640167236328
DEBUG    ya.test:process.py:263 Command (pid 2750921) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2750921) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2750921) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2750921) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2750921) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2750921) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2750921) minflt: 3430
DEBUG    ya.test:process.py:263 Command (pid 2750921) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2750921) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2750921) nivcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 2750921) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2750921) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2750921) nvcsw: 156
DEBUG    ya.test:process.py:263 Command (pid 2750921) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2750921) stime: 0.022723999999999998
DEBUG    ya.test:process.py:263 Command (pid 2750921) utime: 0.068172
DEBUG    ya.test:process.py:263 Command (pid 2750921) wtime: 0.195
DEBUG    ya.test:process.py:275 Command (pid 2750921) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 9581c1fb-e61d-481d-81d9-654e25054ec0, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 9581c1fb-e61d-481d-81d9-654e25054ec0, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_5076f497" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 9581c1fb-e61d-481d-81d9-654e25054ec0, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_5076f497" owner: "root@builtin" type: 22 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 { plan_step: 1765060174830 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection collection_5076f497 found
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2751060
DEBUG    ya.test:process.py:259 Command (pid 2751060) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2751060) elapsed time (sec): 0.16820096969604492
DEBUG    ya.test:process.py:263 Command (pid 2751060) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2751060) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2751060) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2751060) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2751060) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2751060) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2751060) minflt: 3543
DEBUG    ya.test:process.py:263 Command (pid 2751060) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2751060) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2751060) nivcsw: 37
DEBUG    ya.test:process.py:263 Command (pid 2751060) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2751060) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2751060) nvcsw: 211
DEBUG    ya.test:process.py:263 Command (pid 2751060) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2751060) stime: 0.028530999999999997
DEBUG    ya.test:process.py:263 Command (pid 2751060) utime: 0.057061999999999995
DEBUG    ya.test:process.py:263 Command (pid 2751060) wtime: 0.173
DEBUG    ya.test:process.py:275 Command (pid 2751060) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, add4ffbb-f8ef-46e3-84ca-9e2de586a351, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, add4ffbb-f8ef-46e3-84ca-9e2de586a351, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, add4ffbb-f8ef-46e3-84ca-9e2de586a351, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmNkYzdiMTEtMjIxYTE0YWYtYzhiNDY1OTMtMTUwMjJiOGQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 90affcd9-a0d7-4119-9b72-b8ca2ac43a4f, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 90affcd9-a0d7-4119-9b72-b8ca2ac43a4f, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=YmNkYzdiMTEtMjIxYTE0YWYtYzhiNDY1OTMtMTUwMjJiOGQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 90affcd9-a0d7-4119-9b72-b8ca2ac43a4f, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0460420c-e28f-4dcf-95d9-f6e0742e6873, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0460420c-e28f-4dcf-95d9-f6e0742e6873, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=YmNkYzdiMTEtMjIxYTE0YWYtYzhiNDY1OTMtMTUwMjJiOGQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0460420c-e28f-4dcf-95d9-f6e0742e6873, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 2b12194c-a6b1-405e-8b68-6b5353fcdfbb, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 2b12194c-a6b1-405e-8b68-6b5353fcdfbb, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 2b12194c-a6b1-405e-8b68-6b5353fcdfbb, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } } } } }
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 0x7f60fd14a900 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 10). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7f60fd149eb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f60fd149eb0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, aac58e08-fe1e-4e0b-b974-49846013e1be, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, aac58e08-fe1e-4e0b-b974-49846013e1be, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, aac58e08-fe1e-4e0b-b974-49846013e1be, ghrun-tji3uzh7bq.auto.internal:4123): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, aac58e08-fe1e-4e0b-b974-49846013e1be, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjRiNTllMTgtMjFiMWE1YzMtYTI3NWM0NmEtZDEyMzA4MmI=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f60fd149eb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f60fd149eb0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, aac58e08-fe1e-4e0b-b974-49846013e1be, ghrun-tji3uzh7bq.auto.internal:4123): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 78d8e6db-fa63-4f33-86a9-33642a659afa, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 78d8e6db-fa63-4f33-86a9-33642a659afa, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=NjRiNTllMTgtMjFiMWE1YzMtYTI3NWM0NmEtZDEyMzA4MmI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 78d8e6db-fa63-4f33-86a9-33642a659afa, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f60fd149eb0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 9fea31cb-4810-4bd0-9096-73c484ac800d, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 9fea31cb-4810-4bd0-9096-73c484ac800d, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 9fea31cb-4810-4bd0-9096-73c484ac800d, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2751496
DEBUG    ya.test:process.py:259 Command (pid 2751496) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2751496) elapsed time (sec): 0.23557353019714355
DEBUG    ya.test:process.py:263 Command (pid 2751496) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2751496) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2751496) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2751496) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2751496) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2751496) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2751496) minflt: 3458
DEBUG    ya.test:process.py:263 Command (pid 2751496) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2751496) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2751496) nivcsw: 37
DEBUG    ya.test:process.py:263 Command (pid 2751496) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2751496) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2751496) nvcsw: 148
DEBUG    ya.test:process.py:263 Command (pid 2751496) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2751496) stime: 0.024131999999999997
DEBUG    ya.test:process.py:263 Command (pid 2751496) utime: 0.07239799999999999
DEBUG    ya.test:process.py:263 Command (pid 2751496) wtime: 0.243
DEBUG    ya.test:process.py:275 Command (pid 2751496) output:

DEBUG    ya.test:process.py:276 Command (pid 2751496) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 037b363f-e526-4fbf-b10b-8bc8e0a9246a, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 037b363f-e526-4fbf-b10b-8bc8e0a9246a, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 037b363f-e526-4fbf-b10b-8bc8e0a9246a, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmQ4YmY2YTUtZmY5ZTgwMTItN2U1NWMyNDctY2M4OTVkNmY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, a8664eaa-da5b-499b-8b2f-fab71fbac33a, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, a8664eaa-da5b-499b-8b2f-fab71fbac33a, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MmQ4YmY2YTUtZmY5ZTgwMTItN2U1NWMyNDctY2M4OTVkNmY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, a8664eaa-da5b-499b-8b2f-fab71fbac33a, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3afc7ad-d83e-4e30-a054-77e61fa56001, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3afc7ad-d83e-4e30-a054-77e61fa56001, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MmQ4YmY2YTUtZmY5ZTgwMTItN2U1NWMyNDctY2M4OTVkNmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3afc7ad-d83e-4e30-a054-77e61fa56001, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 0dc809b8-10b2-44f7-8896-48c35320b120, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 0dc809b8-10b2-44f7-8896-48c35320b120, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 0dc809b8-10b2-44f7-8896-48c35320b120, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 7236c20b-f84b-4027-a967-d73b5e487ed1, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 7236c20b-f84b-4027-a967-d73b5e487ed1, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=NjRiNTllMTgtMjFiMWE1YzMtYTI3NWM0NmEtZDEyMzA4MmI=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 7236c20b-f84b-4027-a967-d73b5e487ed1, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f60fd149eb0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, e0bf579c-ed1b-43a6-908d-cc6d0fa3e07f, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e0bf579c-ed1b-43a6-908d-cc6d0fa3e07f, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e0bf579c-ed1b-43a6-908d-cc6d0fa3e07f, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2751685
DEBUG    ya.test:process.py:259 Command (pid 2751685) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2751685) elapsed time (sec): 0.18177080154418945
DEBUG    ya.test:process.py:263 Command (pid 2751685) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2751685) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2751685) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2751685) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2751685) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2751685) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2751685) minflt: 3456
DEBUG    ya.test:process.py:263 Command (pid 2751685) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2751685) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2751685) nivcsw: 39
DEBUG    ya.test:process.py:263 Command (pid 2751685) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2751685) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2751685) nvcsw: 140
DEBUG    ya.test:process.py:263 Command (pid 2751685) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2751685) stime: 0.037107
DEBUG    ya.test:process.py:263 Command (pid 2751685) utime: 0.050601
DEBUG    ya.test:process.py:263 Command (pid 2751685) wtime: 0.185
DEBUG    ya.test:process.py:275 Command (pid 2751685) output:

DEBUG    ya.test:process.py:276 Command (pid 2751685) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_5076f497`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2752258
DEBUG    ya.test:process.py:259 Command (pid 2752258) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2752258) elapsed time (sec): 0.2152719497680664
DEBUG    ya.test:process.py:263 Command (pid 2752258) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2752258) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2752258) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2752258) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2752258) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2752258) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2752258) minflt: 3446
DEBUG    ya.test:process.py:263 Command (pid 2752258) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2752258) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2752258) nivcsw: 33
DEBUG    ya.test:process.py:263 Command (pid 2752258) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2752258) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2752258) nvcsw: 154
DEBUG    ya.test:process.py:263 Command (pid 2752258) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2752258) stime: 0.017289
DEBUG    ya.test:process.py:263 Command (pid 2752258) utime: 0.060511999999999996
DEBUG    ya.test:process.py:263 Command (pid 2752258) wtime: 0.223
DEBUG    ya.test:process.py:275 Command (pid 2752258) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, cf8c0e58-4ecd-4148-908c-0be8ff923dd4, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, cf8c0e58-4ecd-4148-908c-0be8ff923dd4, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_5076f497" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, cf8c0e58-4ecd-4148-908c-0be8ff923dd4, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_5076f497" owner: "root@builtin" type: 22 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 { plan_step: 1765060174830 tx_id: 281474976710664 } } children { name: "20251206222937Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060177330 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, cabd77ba-d29b-408d-8f70-4fa53bd1cf11, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, cabd77ba-d29b-408d-8f70-4fa53bd1cf11, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_5076f497" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, cabd77ba-d29b-408d-8f70-4fa53bd1cf11, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_5076f497" owner: "root@builtin" type: 22 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 { plan_step: 1765060174830 tx_id: 281474976710664 } } children { name: "20251206222937Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060177330 tx_id: 281474976710667 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2752370
DEBUG    ya.test:process.py:259 Command (pid 2752370) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2752370) elapsed time (sec): 0.12386059761047363
DEBUG    ya.test:process.py:263 Command (pid 2752370) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2752370) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2752370) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2752370) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2752370) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2752370) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2752370) minflt: 3549
DEBUG    ya.test:process.py:263 Command (pid 2752370) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2752370) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2752370) nivcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 2752370) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2752370) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2752370) nvcsw: 186
DEBUG    ya.test:process.py:263 Command (pid 2752370) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2752370) stime: 0.019577
DEBUG    ya.test:process.py:263 Command (pid 2752370) utime: 0.059016
DEBUG    ya.test:process.py:263 Command (pid 2752370) wtime: 0.148
DEBUG    ya.test:process.py:275 Command (pid 2752370) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬─────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State   │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼─────────┼───────────────────┤
│ 20251206222937Z_continuousBackupImpl │ UPDATES │ Unknown │ Enabled │ off               │
└──────────────────────────────────────┴─────────┴─────────┴─────────┴───────────────────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2752489
DEBUG    ya.test:process.py:259 Command (pid 2752489) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2752489) elapsed time (sec): 0.20496153831481934
DEBUG    ya.test:process.py:263 Command (pid 2752489) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2752489) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2752489) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2752489) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2752489) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2752489) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2752489) minflt: 3549
DEBUG    ya.test:process.py:263 Command (pid 2752489) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2752489) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2752489) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 2752489) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2752489) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2752489) nvcsw: 197
DEBUG    ya.test:process.py:263 Command (pid 2752489) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2752489) stime: 0.017991999999999998
DEBUG    ya.test:process.py:263 Command (pid 2752489) utime: 0.07646599999999999
DEBUG    ya.test:process.py:263 Command (pid 2752489) wtime: 0.209
DEBUG    ya.test:process.py:275 Command (pid 2752489) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬─────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State   │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼─────────┼───────────────────┤
│ 20251206222937Z_continuousBackupImpl │ UPDATES │ Unknown │ Enabled │ off               │
└──────────────────────────────────────┴─────────┴─────────┴─────────┴───────────────────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, beb5a82e-7181-4ea3-b8b3-e09bedb1d9c9, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, beb5a82e-7181-4ea3-b8b3-e09bedb1d9c9, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, beb5a82e-7181-4ea3-b8b3-e09bedb1d9c9, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2JiMDUzYmQtYzlhMGZlMjctMWU2ZGEyMTktZjg0YmQ5NTQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d11b838-cdeb-4663-8497-feebde693f49, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d11b838-cdeb-4663-8497-feebde693f49, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=M2JiMDUzYmQtYzlhMGZlMjctMWU2ZGEyMTktZjg0YmQ5NTQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (100,1000,\"inc1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d11b838-cdeb-4663-8497-feebde693f49, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a23eda85-39f2-4d62-a4d6-2d467beb5c1d, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a23eda85-39f2-4d62-a4d6-2d467beb5c1d, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a23eda85-39f2-4d62-a4d6-2d467beb5c1d, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NThkYjg5ZmQtZmNmMDJlMTQtNjlhZjI3MTktYzRlNWU3NTk=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 04f44eea-f56f-4c49-b488-57b73036e249, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 04f44eea-f56f-4c49-b488-57b73036e249, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=NThkYjg5ZmQtZmNmMDJlMTQtNjlhZjI3MTktYzRlNWU3NTk=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 04f44eea-f56f-4c49-b488-57b73036e249, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222937Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b79ad44-7078-4b29-9a1d-440ab35429b2, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b79ad44-7078-4b29-9a1d-440ab35429b2, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=NThkYjg5ZmQtZmNmMDJlMTQtNjlhZjI3MTktYzRlNWU3NTk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b79ad44-7078-4b29-9a1d-440ab35429b2, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 100 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 5a91d65b-ad27-4cf5-bf27-9f73d81e9443, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 5a91d65b-ad27-4cf5-bf27-9f73d81e9443, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 5a91d65b-ad27-4cf5-bf27-9f73d81e9443, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 371c7eff-633b-4b9a-bf68-a902d8e60086, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 371c7eff-633b-4b9a-bf68-a902d8e60086, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=NjRiNTllMTgtMjFiMWE1YzMtYTI3NWM0NmEtZDEyMzA4MmI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 371c7eff-633b-4b9a-bf68-a902d8e60086, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222937Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f60fd149eb0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 4492b946-f87c-40d8-8775-fc391b92be87, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 4492b946-f87c-40d8-8775-fc391b92be87, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 4492b946-f87c-40d8-8775-fc391b92be87, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2752798
DEBUG    ya.test:process.py:259 Command (pid 2752798) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2752798) elapsed time (sec): 0.16014480590820312
DEBUG    ya.test:process.py:263 Command (pid 2752798) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2752798) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2752798) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2752798) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2752798) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2752798) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2752798) minflt: 3454
DEBUG    ya.test:process.py:263 Command (pid 2752798) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2752798) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2752798) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 2752798) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2752798) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2752798) nvcsw: 133
DEBUG    ya.test:process.py:263 Command (pid 2752798) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2752798) stime: 0.023228
DEBUG    ya.test:process.py:263 Command (pid 2752798) utime: 0.055747
DEBUG    ya.test:process.py:263 Command (pid 2752798) wtime: 0.166
DEBUG    ya.test:process.py:275 Command (pid 2752798) output:

DEBUG    ya.test:process.py:276 Command (pid 2752798) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c782d1c8-f6d0-46d4-985d-5c5fa4f14e70, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c782d1c8-f6d0-46d4-985d-5c5fa4f14e70, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c782d1c8-f6d0-46d4-985d-5c5fa4f14e70, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjZhMTVhZjctMzAwZmIwYjktNTM0MzIzM2YtZjRlZTliOQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 32029352-d037-4188-b7bf-0fccd51d4505, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 32029352-d037-4188-b7bf-0fccd51d4505, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=YjZhMTVhZjctMzAwZmIwYjktNTM0MzIzM2YtZjRlZTliOQ==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 32029352-d037-4188-b7bf-0fccd51d4505, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222937Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a393edbd-af96-44f9-ba7d-56c6bfc6cd9d, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a393edbd-af96-44f9-ba7d-56c6bfc6cd9d, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=YjZhMTVhZjctMzAwZmIwYjktNTM0MzIzM2YtZjRlZTliOQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a393edbd-af96-44f9-ba7d-56c6bfc6cd9d, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, b3eb0e3b-5564-462c-940c-f5f97f09633d, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b3eb0e3b-5564-462c-940c-f5f97f09633d, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b3eb0e3b-5564-462c-940c-f5f97f09633d, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 2942d490-4680-4f91-8848-f52d411e7aec, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 2942d490-4680-4f91-8848-f52d411e7aec, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=NjRiNTllMTgtMjFiMWE1YzMtYTI3NWM0NmEtZDEyMzA4MmI=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 2942d490-4680-4f91-8848-f52d411e7aec, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222937Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f60fd149eb0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 90349c8f-1558-4e7d-963f-de95f275b67b, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 90349c8f-1558-4e7d-963f-de95f275b67b, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 90349c8f-1558-4e7d-963f-de95f275b67b, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2753070
DEBUG    ya.test:process.py:259 Command (pid 2753070) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2753070) elapsed time (sec): 0.14153552055358887
DEBUG    ya.test:process.py:263 Command (pid 2753070) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2753070) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2753070) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2753070) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2753070) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2753070) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2753070) minflt: 3447
DEBUG    ya.test:process.py:263 Command (pid 2753070) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2753070) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2753070) nivcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 2753070) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2753070) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2753070) nvcsw: 147
DEBUG    ya.test:process.py:263 Command (pid 2753070) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2753070) stime: 0.037147
DEBUG    ya.test:process.py:263 Command (pid 2753070) utime: 0.041275
DEBUG    ya.test:process.py:263 Command (pid 2753070) wtime: 0.144
DEBUG    ya.test:process.py:275 Command (pid 2753070) output:

DEBUG    ya.test:process.py:276 Command (pid 2753070) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_5076f497` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2753814
DEBUG    ya.test:process.py:259 Command (pid 2753814) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2753814) elapsed time (sec): 0.2553997039794922
DEBUG    ya.test:process.py:263 Command (pid 2753814) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2753814) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2753814) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2753814) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2753814) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2753814) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2753814) minflt: 3439
DEBUG    ya.test:process.py:263 Command (pid 2753814) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2753814) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2753814) nivcsw: 35
DEBUG    ya.test:process.py:263 Command (pid 2753814) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2753814) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2753814) nvcsw: 181
DEBUG    ya.test:process.py:263 Command (pid 2753814) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2753814) stime: 0.035462
DEBUG    ya.test:process.py:263 Command (pid 2753814) utime: 0.046042
DEBUG    ya.test:process.py:263 Command (pid 2753814) wtime: 0.257
DEBUG    ya.test:process.py:275 Command (pid 2753814) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 2a07d1f7-3c35-4128-8118-626b5ed9abb1, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 2a07d1f7-3c35-4128-8118-626b5ed9abb1, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_5076f497" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 2a07d1f7-3c35-4128-8118-626b5ed9abb1, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_5076f497" owner: "root@builtin" type: 22 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 { plan_step: 1765060174830 tx_id: 281474976710664 } } children { name: "20251206222937Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060177330 tx_id: 281474976710667 } } children { name: "20251206222940Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060180180 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 6453514c-2154-4078-a77a-e065fe2ea070, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 6453514c-2154-4078-a77a-e065fe2ea070, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_5076f497" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 6453514c-2154-4078-a77a-e065fe2ea070, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_5076f497" owner: "root@builtin" type: 22 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 { plan_step: 1765060174830 tx_id: 281474976710664 } } children { name: "20251206222937Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060177330 tx_id: 281474976710667 } } children { name: "20251206222940Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060180180 tx_id: 281474976710671 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2753873
DEBUG    ya.test:process.py:259 Command (pid 2753873) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2753873) elapsed time (sec): 0.1974642276763916
DEBUG    ya.test:process.py:263 Command (pid 2753873) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2753873) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2753873) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2753873) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2753873) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2753873) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2753873) minflt: 3540
DEBUG    ya.test:process.py:263 Command (pid 2753873) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2753873) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2753873) nivcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 2753873) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2753873) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2753873) nvcsw: 194
DEBUG    ya.test:process.py:263 Command (pid 2753873) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2753873) stime: 0.030125
DEBUG    ya.test:process.py:263 Command (pid 2753873) utime: 0.055947
DEBUG    ya.test:process.py:263 Command (pid 2753873) wtime: 0.206
DEBUG    ya.test:process.py:275 Command (pid 2753873) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬──────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State    │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼──────────┼───────────────────┤
│ 20251206222937Z_continuousBackupImpl │ UPDATES │ Unknown │ Disabled │ off               │
│ 20251206222940Z_continuousBackupImpl │ UPDATES │ Unknown │ Enabled  │ off               │
└──────────────────────────────────────┴─────────┴─────────┴──────────┴───────────────────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.10
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.10
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2754062
DEBUG    ya.test:process.py:259 Command (pid 2754062) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2754062) elapsed time (sec): 0.11501455307006836
DEBUG    ya.test:process.py:263 Command (pid 2754062) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2754062) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2754062) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2754062) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2754062) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2754062) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2754062) minflt: 3545
DEBUG    ya.test:process.py:263 Command (pid 2754062) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2754062) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2754062) nivcsw: 33
DEBUG    ya.test:process.py:263 Command (pid 2754062) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2754062) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2754062) nvcsw: 160
DEBUG    ya.test:process.py:263 Command (pid 2754062) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2754062) stime: 0.015456999999999999
DEBUG    ya.test:process.py:263 Command (pid 2754062) utime: 0.061831
DEBUG    ya.test:process.py:263 Command (pid 2754062) wtime: 0.173
DEBUG    ya.test:process.py:275 Command (pid 2754062) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬──────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State    │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼──────────┼───────────────────┤
│ 20251206222937Z_continuousBackupImpl │ UPDATES │ Unknown │ Disabled │ off               │
│ 20251206222940Z_continuousBackupImpl │ UPDATES │ Unknown │ Enabled  │ off               │
└──────────────────────────────────────┴─────────┴─────────┴──────────┴───────────────────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 5d761fd0-b0f2-4c3a-afd7-2e497c0f08b9, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 5d761fd0-b0f2-4c3a-afd7-2e497c0f08b9, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_5076f497" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 5d761fd0-b0f2-4c3a-afd7-2e497c0f08b9, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_5076f497" owner: "root@builtin" type: 22 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 { plan_step: 1765060174830 tx_id: 281474976710664 } } children { name: "20251206222937Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060177330 tx_id: 281474976710667 } } children { name: "20251206222940Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060180180 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b3aa7582-c113-4427-b33f-f1b1a60f65e4, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b3aa7582-c113-4427-b33f-f1b1a60f65e4, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b3aa7582-c113-4427-b33f-f1b1a60f65e4, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDc2ZTI4ZDAtZDZkYTA4ZGYtZWFiMTZjYzQtZWU1YWI1OTM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, a3ce9852-7cef-45b4-af65-a060b2a14354, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, a3ce9852-7cef-45b4-af65-a060b2a14354, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=ZDc2ZTI4ZDAtZDZkYTA4ZGYtZWFiMTZjYzQtZWU1YWI1OTM=" yql_text: "DROP TABLE `/Root/.backups/collections/collection_5076f497/20251206222937Z_full/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, a3ce9852-7cef-45b4-af65-a060b2a14354, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f5b26869-cde8-4c82-9289-2a2d5163dcbf, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f5b26869-cde8-4c82-9289-2a2d5163dcbf, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f5b26869-cde8-4c82-9289-2a2d5163dcbf, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWM2NTAxZGMtNGM5YTYyMGQtZWQ2MDYwOGYtY2IzZTYxNzI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cb41665-a240-4123-b291-14f586b81f47, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cb41665-a240-4123-b291-14f586b81f47, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=NWM2NTAxZGMtNGM5YTYyMGQtZWQ2MDYwOGYtY2IzZTYxNzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (101,1001,\"inc2\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cb41665-a240-4123-b291-14f586b81f47, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7883b078-e298-4c93-b96e-642341e4eaee, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7883b078-e298-4c93-b96e-642341e4eaee, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7883b078-e298-4c93-b96e-642341e4eaee, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzRlNjVhYTAtOTM0YzhjOWItOTk4YWE0NWEtZmUzNDQwNmQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 3cf0a7d8-9725-4ab7-9d8d-feb0d12e4b03, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 3cf0a7d8-9725-4ab7-9d8d-feb0d12e4b03, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MzRlNjVhYTAtOTM0YzhjOWItOTk4YWE0NWEtZmUzNDQwNmQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 3cf0a7d8-9725-4ab7-9d8d-feb0d12e4b03, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222937Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251206222940Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35449b33-87df-42cb-9f21-d84164c069e4, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35449b33-87df-42cb-9f21-d84164c069e4, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MzRlNjVhYTAtOTM0YzhjOWItOTk4YWE0NWEtZmUzNDQwNmQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35449b33-87df-42cb-9f21-d84164c069e4, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 100 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } rows { items { uint32_value: 101 } items { uint64_value: 1001 } items { bytes_value: "inc2" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 645be99c-199c-47b4-9cf4-b1e6cb0d67dc, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 645be99c-199c-47b4-9cf4-b1e6cb0d67dc, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 645be99c-199c-47b4-9cf4-b1e6cb0d67dc, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 62de41e2-b8a3-4d0d-a2dd-4d398d779a74, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 62de41e2-b8a3-4d0d-a2dd-4d398d779a74, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=NjRiNTllMTgtMjFiMWE1YzMtYTI3NWM0NmEtZDEyMzA4MmI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 62de41e2-b8a3-4d0d-a2dd-4d398d779a74, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222937Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251206222940Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f60fd149eb0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 8f3e396e-4af7-4767-a573-c518a9606096, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 8f3e396e-4af7-4767-a573-c518a9606096, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 8f3e396e-4af7-4767-a573-c518a9606096, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2754523
DEBUG    ya.test:process.py:259 Command (pid 2754523) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2754523) elapsed time (sec): 0.21273446083068848
DEBUG    ya.test:process.py:263 Command (pid 2754523) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2754523) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2754523) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2754523) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2754523) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2754523) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2754523) minflt: 3466
DEBUG    ya.test:process.py:263 Command (pid 2754523) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2754523) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2754523) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 2754523) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2754523) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2754523) nvcsw: 124
DEBUG    ya.test:process.py:263 Command (pid 2754523) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2754523) stime: 0.014310999999999999
DEBUG    ya.test:process.py:263 Command (pid 2754523) utime: 0.06797199999999999
DEBUG    ya.test:process.py:263 Command (pid 2754523) wtime: 0.218
DEBUG    ya.test:process.py:275 Command (pid 2754523) output:

DEBUG    ya.test:process.py:276 Command (pid 2754523) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1e265d95-fe46-44ee-9cf8-51f8e269a61a, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1e265d95-fe46-44ee-9cf8-51f8e269a61a, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1e265d95-fe46-44ee-9cf8-51f8e269a61a, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDk0YWVhZWUtYTUzNzQxNTMtMmFiOTVkYjAtNjI2OTk5NmU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, eaa654ae-1e5d-40df-849c-81308aba935d, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, eaa654ae-1e5d-40df-849c-81308aba935d, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=ZDk0YWVhZWUtYTUzNzQxNTMtMmFiOTVkYjAtNjI2OTk5NmU=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, eaa654ae-1e5d-40df-849c-81308aba935d, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222940Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d48e6e86-de27-456a-9365-13736ffe756b, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48e6e86-de27-456a-9365-13736ffe756b, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=ZDk0YWVhZWUtYTUzNzQxNTMtMmFiOTVkYjAtNjI2OTk5NmU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48e6e86-de27-456a-9365-13736ffe756b, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, eb1fd6b4-44a4-49d3-8d3d-53c5d1745840, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, eb1fd6b4-44a4-49d3-8d3d-53c5d1745840, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, eb1fd6b4-44a4-49d3-8d3d-53c5d1745840, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 9592b3ed-32fd-4f98-926c-26c6199205e1, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 9592b3ed-32fd-4f98-926c-26c6199205e1, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=NjRiNTllMTgtMjFiMWE1YzMtYTI3NWM0NmEtZDEyMzA4MmI=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 9592b3ed-32fd-4f98-926c-26c6199205e1, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222940Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f60fd149eb0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, a76c2672-dee2-44f4-b0d0-bacac882d756, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, a76c2672-dee2-44f4-b0d0-bacac882d756, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, a76c2672-dee2-44f4-b0d0-bacac882d756, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2754727
DEBUG    ya.test:process.py:259 Command (pid 2754727) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2754727) elapsed time (sec): 0.14877057075500488
DEBUG    ya.test:process.py:263 Command (pid 2754727) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2754727) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2754727) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2754727) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2754727) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2754727) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2754727) minflt: 3452
DEBUG    ya.test:process.py:263 Command (pid 2754727) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2754727) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2754727) nivcsw: 44
DEBUG    ya.test:process.py:263 Command (pid 2754727) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2754727) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2754727) nvcsw: 159
DEBUG    ya.test:process.py:263 Command (pid 2754727) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2754727) stime: 0.025002
DEBUG    ya.test:process.py:263 Command (pid 2754727) utime: 0.060719999999999996
DEBUG    ya.test:process.py:263 Command (pid 2754727) wtime: 0.157
DEBUG    ya.test:process.py:275 Command (pid 2754727) output:

DEBUG    ya.test:process.py:276 Command (pid 2754727) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_5076f497` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2756377
DEBUG    ya.test:process.py:259 Command (pid 2756377) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2756377) elapsed time (sec): 0.21296048164367676
DEBUG    ya.test:process.py:263 Command (pid 2756377) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2756377) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2756377) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2756377) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2756377) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2756377) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2756377) minflt: 3436
DEBUG    ya.test:process.py:263 Command (pid 2756377) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2756377) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2756377) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 2756377) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2756377) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2756377) nvcsw: 170
DEBUG    ya.test:process.py:263 Command (pid 2756377) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2756377) stime: 0.04681
DEBUG    ya.test:process.py:263 Command (pid 2756377) utime: 0.038299
DEBUG    ya.test:process.py:263 Command (pid 2756377) wtime: 0.223
DEBUG    ya.test:process.py:275 Command (pid 2756377) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 9bc847a1-245f-4a4f-8d53-1c51658e48d5, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 9bc847a1-245f-4a4f-8d53-1c51658e48d5, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_5076f497" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 9bc847a1-245f-4a4f-8d53-1c51658e48d5, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_5076f497" owner: "root@builtin" type: 22 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 { plan_step: 1765060174830 tx_id: 281474976710664 } } children { name: "20251206222937Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060177330 tx_id: 281474976710667 } } children { name: "20251206222940Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060180180 tx_id: 281474976710671 } } children { name: "20251206222943Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060183120 tx_id: 281474976710676 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, fb8f258b-93cf-44fb-8852-3519e07a58e8, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, fb8f258b-93cf-44fb-8852-3519e07a58e8, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_5076f497" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, fb8f258b-93cf-44fb-8852-3519e07a58e8, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_5076f497" owner: "root@builtin" type: 22 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 { plan_step: 1765060174830 tx_id: 281474976710664 } } children { name: "20251206222937Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060177330 tx_id: 281474976710667 } } children { name: "20251206222940Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060180180 tx_id: 281474976710671 } } children { name: "20251206222943Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060183120 tx_id: 281474976710676 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2756515
DEBUG    ya.test:process.py:259 Command (pid 2756515) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2756515) elapsed time (sec): 0.19018316268920898
DEBUG    ya.test:process.py:263 Command (pid 2756515) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2756515) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2756515) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2756515) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2756515) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2756515) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2756515) minflt: 3554
DEBUG    ya.test:process.py:263 Command (pid 2756515) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2756515) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2756515) nivcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 2756515) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2756515) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2756515) nvcsw: 164
DEBUG    ya.test:process.py:263 Command (pid 2756515) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2756515) stime: 0.039499
DEBUG    ya.test:process.py:263 Command (pid 2756515) utime: 0.043887999999999996
DEBUG    ya.test:process.py:263 Command (pid 2756515) wtime: 0.197
DEBUG    ya.test:process.py:275 Command (pid 2756515) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬──────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State    │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼──────────┼───────────────────┤
│ 20251206222940Z_continuousBackupImpl │ UPDATES │ Unknown │ Disabled │ off               │
│ 20251206222943Z_continuousBackupImpl │ UPDATES │ Unknown │ Enabled  │ off               │
└──────────────────────────────────────┴─────────┴─────────┴──────────┴───────────────────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2756732
DEBUG    ya.test:process.py:259 Command (pid 2756732) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2756732) elapsed time (sec): 0.1647500991821289
DEBUG    ya.test:process.py:263 Command (pid 2756732) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2756732) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2756732) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2756732) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2756732) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2756732) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2756732) minflt: 3538
DEBUG    ya.test:process.py:263 Command (pid 2756732) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2756732) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2756732) nivcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 2756732) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2756732) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2756732) nvcsw: 191
DEBUG    ya.test:process.py:263 Command (pid 2756732) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2756732) stime: 0.030999
DEBUG    ya.test:process.py:263 Command (pid 2756732) utime: 0.057571
DEBUG    ya.test:process.py:263 Command (pid 2756732) wtime: 0.167
DEBUG    ya.test:process.py:275 Command (pid 2756732) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬──────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State    │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼──────────┼───────────────────┤
│ 20251206222940Z_continuousBackupImpl │ UPDATES │ Unknown │ Disabled │ off               │
│ 20251206222943Z_continuousBackupImpl │ UPDATES │ Unknown │ Enabled  │ off               │
└──────────────────────────────────────┴─────────┴─────────┴──────────┴───────────────────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 71421c78-11d4-4282-9686-5f6c457aa46b, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 71421c78-11d4-4282-9686-5f6c457aa46b, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 71421c78-11d4-4282-9686-5f6c457aa46b, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjUyNmI2ZDMtNTM0ZjE5YzMtMjI3OWMxOWItYWIzY2EzZTA=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f0698d6-d8b1-4479-93b3-0836821d3925, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f0698d6-d8b1-4479-93b3-0836821d3925, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=YjUyNmI2ZDMtNTM0ZjE5YzMtMjI3OWMxOWItYWIzY2EzZTA=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (102,1002,\"inc3\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f0698d6-d8b1-4479-93b3-0836821d3925, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 607db164-e542-4f7a-a440-3df2e15f31bd, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 607db164-e542-4f7a-a440-3df2e15f31bd, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 607db164-e542-4f7a-a440-3df2e15f31bd, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTAzZTNmYzItN2I2NDU3ZWQtOWM0ZmQ5NDgtNjg2MTRiZWI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 9a820618-5961-4f17-9891-3226ff190653, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 9a820618-5961-4f17-9891-3226ff190653, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=OTAzZTNmYzItN2I2NDU3ZWQtOWM0ZmQ5NDgtNjg2MTRiZWI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 9a820618-5961-4f17-9891-3226ff190653, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222940Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251206222943Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4209718-33e5-4e2f-84a7-d6ab693bf3a4, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4209718-33e5-4e2f-84a7-d6ab693bf3a4, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=OTAzZTNmYzItN2I2NDU3ZWQtOWM0ZmQ5NDgtNjg2MTRiZWI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4209718-33e5-4e2f-84a7-d6ab693bf3a4, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 100 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } rows { items { uint32_value: 101 } items { uint64_value: 1001 } items { bytes_value: "inc2" } } rows { items { uint32_value: 102 } items { uint64_value: 1002 } items { bytes_value: "inc3" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, bb2a2cd9-b63d-494b-a454-eb3c0b32ef13, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, bb2a2cd9-b63d-494b-a454-eb3c0b32ef13, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, bb2a2cd9-b63d-494b-a454-eb3c0b32ef13, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, e85f84a2-6808-42af-81e9-71dbd87c1076, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, e85f84a2-6808-42af-81e9-71dbd87c1076, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=NjRiNTllMTgtMjFiMWE1YzMtYTI3NWM0NmEtZDEyMzA4MmI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, e85f84a2-6808-42af-81e9-71dbd87c1076, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222940Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251206222943Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f60fd149eb0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, b29b4d64-5f20-43e3-931a-5a014b8d4966, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b29b4d64-5f20-43e3-931a-5a014b8d4966, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b29b4d64-5f20-43e3-931a-5a014b8d4966, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2757066
DEBUG    ya.test:process.py:259 Command (pid 2757066) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2757066) elapsed time (sec): 0.15897011756896973
DEBUG    ya.test:process.py:263 Command (pid 2757066) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2757066) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2757066) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2757066) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2757066) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2757066) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2757066) minflt: 3454
DEBUG    ya.test:process.py:263 Command (pid 2757066) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2757066) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2757066) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 2757066) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2757066) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2757066) nvcsw: 156
DEBUG    ya.test:process.py:263 Command (pid 2757066) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2757066) stime: 0.035087
DEBUG    ya.test:process.py:263 Command (pid 2757066) utime: 0.050682
DEBUG    ya.test:process.py:263 Command (pid 2757066) wtime: 0.161
DEBUG    ya.test:process.py:275 Command (pid 2757066) output:

DEBUG    ya.test:process.py:276 Command (pid 2757066) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 77da4719-709c-47cf-9f6b-76a8309df14b, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 77da4719-709c-47cf-9f6b-76a8309df14b, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 77da4719-709c-47cf-9f6b-76a8309df14b, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTIwZDBkM2UtMjQyYmE2NWMtNmVkNGViNjEtMTU1ZDQxZjY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, e8c55c85-4e1e-439d-b4e3-3a95dd13331b, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, e8c55c85-4e1e-439d-b4e3-3a95dd13331b, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MTIwZDBkM2UtMjQyYmE2NWMtNmVkNGViNjEtMTU1ZDQxZjY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, e8c55c85-4e1e-439d-b4e3-3a95dd13331b, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222940Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251206222943Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be2fd2c6-a259-4f37-afa9-83743cb1ef49, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be2fd2c6-a259-4f37-afa9-83743cb1ef49, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MTIwZDBkM2UtMjQyYmE2NWMtNmVkNGViNjEtMTU1ZDQxZjY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be2fd2c6-a259-4f37-afa9-83743cb1ef49, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 35f27a2b-0ae8-4881-bd2d-d0233955f226, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 35f27a2b-0ae8-4881-bd2d-d0233955f226, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 35f27a2b-0ae8-4881-bd2d-d0233955f226, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, f1e66bc7-81f9-47b6-8bec-ded6360714b2, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, f1e66bc7-81f9-47b6-8bec-ded6360714b2, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=NjRiNTllMTgtMjFiMWE1YzMtYTI3NWM0NmEtZDEyMzA4MmI=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, f1e66bc7-81f9-47b6-8bec-ded6360714b2, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222943Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f60fd149eb0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 21f03e3d-5297-48d9-9110-64d77211b067, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 21f03e3d-5297-48d9-9110-64d77211b067, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 21f03e3d-5297-48d9-9110-64d77211b067, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2757302
DEBUG    ya.test:process.py:259 Command (pid 2757302) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2757302) elapsed time (sec): 0.13425707817077637
DEBUG    ya.test:process.py:263 Command (pid 2757302) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2757302) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2757302) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2757302) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2757302) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2757302) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2757302) minflt: 3456
DEBUG    ya.test:process.py:263 Command (pid 2757302) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2757302) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2757302) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 2757302) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2757302) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2757302) nvcsw: 167
DEBUG    ya.test:process.py:263 Command (pid 2757302) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2757302) stime: 0.02887
DEBUG    ya.test:process.py:263 Command (pid 2757302) utime: 0.053616
DEBUG    ya.test:process.py:263 Command (pid 2757302) wtime: 0.148
DEBUG    ya.test:process.py:275 Command (pid 2757302) output:

DEBUG    ya.test:process.py:276 Command (pid 2757302) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_5076f497` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2758413
DEBUG    ya.test:process.py:259 Command (pid 2758413) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2758413) elapsed time (sec): 0.22184205055236816
DEBUG    ya.test:process.py:263 Command (pid 2758413) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2758413) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2758413) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2758413) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2758413) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2758413) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2758413) minflt: 3447
DEBUG    ya.test:process.py:263 Command (pid 2758413) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2758413) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2758413) nivcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 2758413) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2758413) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2758413) nvcsw: 154
DEBUG    ya.test:process.py:263 Command (pid 2758413) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2758413) stime: 0.026816
DEBUG    ya.test:process.py:263 Command (pid 2758413) utime: 0.053632
DEBUG    ya.test:process.py:263 Command (pid 2758413) wtime: 0.223
DEBUG    ya.test:process.py:275 Command (pid 2758413) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, df395183-a3c4-435d-94b3-15c66b70eeab, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, df395183-a3c4-435d-94b3-15c66b70eeab, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_5076f497" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, df395183-a3c4-435d-94b3-15c66b70eeab, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_5076f497" owner: "root@builtin" type: 22 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 { plan_step: 1765060174830 tx_id: 281474976710664 } } children { name: "20251206222937Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060177330 tx_id: 281474976710667 } } children { name: "20251206222940Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060180180 tx_id: 281474976710671 } } children { name: "20251206222943Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060183120 tx_id: 281474976710676 } } children { name: "20251206222945Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060185670 tx_id: 281474976710680 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 162757fd-a5ba-4158-9761-1c80489a9944, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 162757fd-a5ba-4158-9761-1c80489a9944, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_5076f497" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 162757fd-a5ba-4158-9761-1c80489a9944, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_5076f497" owner: "root@builtin" type: 22 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 { plan_step: 1765060174830 tx_id: 281474976710664 } } children { name: "20251206222937Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060177330 tx_id: 281474976710667 } } children { name: "20251206222940Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060180180 tx_id: 281474976710671 } } children { name: "20251206222943Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060183120 tx_id: 281474976710676 } } children { name: "20251206222945Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060185670 tx_id: 281474976710680 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.19
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.19
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2758683
DEBUG    ya.test:process.py:259 Command (pid 2758683) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2758683) elapsed time (sec): 0.16158056259155273
DEBUG    ya.test:process.py:263 Command (pid 2758683) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2758683) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2758683) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2758683) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2758683) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2758683) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2758683) minflt: 3546
DEBUG    ya.test:process.py:263 Command (pid 2758683) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2758683) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2758683) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 2758683) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2758683) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2758683) nvcsw: 167
DEBUG    ya.test:process.py:263 Command (pid 2758683) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2758683) stime: 0.031923
DEBUG    ya.test:process.py:263 Command (pid 2758683) utime: 0.054724999999999996
DEBUG    ya.test:process.py:263 Command (pid 2758683) wtime: 0.165
DEBUG    ya.test:process.py:275 Command (pid 2758683) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬──────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State    │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼──────────┼───────────────────┤
│ 20251206222943Z_continuousBackupImpl │ UPDATES │ Unknown │ Disabled │ off               │
│ 20251206222945Z_continuousBackupImpl │ UPDATES │ Unknown │ Enabled  │ off               │
└──────────────────────────────────────┴─────────┴─────────┴──────────┴───────────────────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.20
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.20
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2759005
DEBUG    ya.test:process.py:259 Command (pid 2759005) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2759005) elapsed time (sec): 0.14815950393676758
DEBUG    ya.test:process.py:263 Command (pid 2759005) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2759005) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2759005) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2759005) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2759005) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2759005) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2759005) minflt: 3544
DEBUG    ya.test:process.py:263 Command (pid 2759005) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2759005) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2759005) nivcsw: 39
DEBUG    ya.test:process.py:263 Command (pid 2759005) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2759005) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2759005) nvcsw: 189
DEBUG    ya.test:process.py:263 Command (pid 2759005) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2759005) stime: 0.040285
DEBUG    ya.test:process.py:263 Command (pid 2759005) utime: 0.044314
DEBUG    ya.test:process.py:263 Command (pid 2759005) wtime: 0.159
DEBUG    ya.test:process.py:275 Command (pid 2759005) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬──────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State    │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼──────────┼───────────────────┤
│ 20251206222943Z_continuousBackupImpl │ UPDATES │ Unknown │ Disabled │ off               │
│ 20251206222945Z_continuousBackupImpl │ UPDATES │ Unknown │ Enabled  │ off               │
└──────────────────────────────────────┴─────────┴─────────┴──────────┴───────────────────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 93bd3f67-cb76-450c-bf3a-e3cef602ab3a, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 93bd3f67-cb76-450c-bf3a-e3cef602ab3a, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_5076f497" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 93bd3f67-cb76-450c-bf3a-e3cef602ab3a, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_5076f497" owner: "root@builtin" type: 22 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 { plan_step: 1765060174830 tx_id: 281474976710664 } } children { name: "20251206222937Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060177330 tx_id: 281474976710667 } } children { name: "20251206222940Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060180180 tx_id: 281474976710671 } } children { name: "20251206222943Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060183120 tx_id: 281474976710676 } } children { name: "20251206222945Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060185670 tx_id: 281474976710680 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0aa37337-383c-4dbb-b0c0-093a22d19368, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0aa37337-383c-4dbb-b0c0-093a22d19368, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0aa37337-383c-4dbb-b0c0-093a22d19368, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTc5YWE3YzQtNDIwOTgyZmMtODI3MmQ5NDgtNzBiNGQ3OWE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, d75fb08e-cf32-4083-8514-36996851d189, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, d75fb08e-cf32-4083-8514-36996851d189, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=ZTc5YWE3YzQtNDIwOTgyZmMtODI3MmQ5NDgtNzBiNGQ3OWE=" yql_text: "DROP TABLE `/Root/.backups/collections/collection_5076f497/20251206222945Z_incremental/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, d75fb08e-cf32-4083-8514-36996851d189, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, dfec2ccc-2b4a-4bf0-bb5c-b343466bb7fb, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, dfec2ccc-2b4a-4bf0-bb5c-b343466bb7fb, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, dfec2ccc-2b4a-4bf0-bb5c-b343466bb7fb, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWFkNThkZDctYjBjMjYxNDAtNGFlYThkMzYtZjRmODM2ZmI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b60c6f3-a0fe-4b38-b490-180840433453, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b60c6f3-a0fe-4b38-b490-180840433453, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=OWFkNThkZDctYjBjMjYxNDAtNGFlYThkMzYtZjRmODM2ZmI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (103,1003,\"full2\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b60c6f3-a0fe-4b38-b490-180840433453, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b7337528-7c84-43ff-ac85-5143e419290e, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b7337528-7c84-43ff-ac85-5143e419290e, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b7337528-7c84-43ff-ac85-5143e419290e, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjVlODg0ZmYtZjQ1YmNiMjYtZjMyZWExNDUtZDRmNjUzMmI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 2ba06a03-d328-4575-a601-5410cbee1af5, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 2ba06a03-d328-4575-a601-5410cbee1af5, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MjVlODg0ZmYtZjQ1YmNiMjYtZjMyZWExNDUtZDRmNjUzMmI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 2ba06a03-d328-4575-a601-5410cbee1af5, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222943Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251206222945Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5968087-986d-4b71-a6a7-2f33f5fb4117, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5968087-986d-4b71-a6a7-2f33f5fb4117, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MjVlODg0ZmYtZjQ1YmNiMjYtZjMyZWExNDUtZDRmNjUzMmI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5968087-986d-4b71-a6a7-2f33f5fb4117, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 100 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } rows { items { uint32_value: 101 } items { uint64_value: 1001 } items { bytes_value: "inc2" } } rows { items { uint32_value: 102 } items { uint64_value: 1002 } items { bytes_value: "inc3" } } rows { items { uint32_value: 103 } items { uint64_value: 1003 } items { bytes_value: "full2" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, d3a352f7-c7e8-4a31-8705-3d61ed77be96, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d3a352f7-c7e8-4a31-8705-3d61ed77be96, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, d3a352f7-c7e8-4a31-8705-3d61ed77be96, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 9db575e0-08ad-4f3c-8f6f-913e713e54c5, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 9db575e0-08ad-4f3c-8f6f-913e713e54c5, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=NjRiNTllMTgtMjFiMWE1YzMtYTI3NWM0NmEtZDEyMzA4MmI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 9db575e0-08ad-4f3c-8f6f-913e713e54c5, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222943Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251206222945Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f60fd149eb0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, ea590d68-4707-429e-af71-6f78e53d96f5, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ea590d68-4707-429e-af71-6f78e53d96f5, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ea590d68-4707-429e-af71-6f78e53d96f5, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174500 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.21
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.21
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/004378/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4123', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2759643
DEBUG    ya.test:process.py:259 Command (pid 2759643) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2759643) elapsed time (sec): 0.1642746925354004
DEBUG    ya.test:process.py:263 Command (pid 2759643) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2759643) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2759643) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2759643) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2759643) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2759643) maxrss: 169364
DEBUG    ya.test:process.py:263 Command (pid 2759643) minflt: 3448
DEBUG    ya.test:process.py:263 Command (pid 2759643) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2759643) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2759643) nivcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 2759643) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2759643) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2759643) nvcsw: 154
DEBUG    ya.test:process.py:263 Command (pid 2759643) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2759643) stime: 0.037714
DEBUG    ya.test:process.py:263 Command (pid 2759643) utime: 0.046095
DEBUG    ya.test:process.py:263 Command (pid 2759643) wtime: 0.166
DEBUG    ya.test:process.py:275 Command (pid 2759643) output:

DEBUG    ya.test:process.py:276 Command (pid 2759643) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 66783ed3-ad77-4c7b-b8dc-07a6842fa510, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 66783ed3-ad77-4c7b-b8dc-07a6842fa510, ghrun-tji3uzh7bq.auto.internal:4123): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 66783ed3-ad77-4c7b-b8dc-07a6842fa510, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmUxMTNkY2QtZWRlNzY2YjgtYmU2ZmQwYzQtZDZkYjg2NjM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d475be24-89d8-435e-8cc3-67d7f1a3169d, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d475be24-89d8-435e-8cc3-67d7f1a3169d, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MmUxMTNkY2QtZWRlNzY2YjgtYmU2ZmQwYzQtZDZkYjg2NjM=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d475be24-89d8-435e-8cc3-67d7f1a3169d, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060174600 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222943Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251206222945Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a905ef1-5fc4-4b8b-8807-e9ceb4bafbae, ghrun-tji3uzh7bq.auto.internal:4123): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a905ef1-5fc4-4b8b-8807-e9ceb4bafbae, ghrun-tji3uzh7bq.auto.internal:4123): request = { session_id: "ydb://session/3?node_id=1&id=MmUxMTNkY2QtZWRlNzY2YjgtYmU2ZmQwYzQtZDZkYjg2NjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a905ef1-5fc4-4b8b-8807-e9ceb4bafbae, ghrun-tji3uzh7bq.auto.internal:4123): response = { operation { ready: true status: ABORTED issues { message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 7 requested, table schemaversion 8 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kbtwj4kg27v98wzfk2y5am72" } } } } }
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:4123/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4665
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6607
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7309
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4123
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28116
============================== slowest durations ===============================
22.03s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
12.34s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
4.60s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
=========================== short test summary info ============================
FAILED basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate - ydb.issues.Aborted: message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 7 requested, table schemaversion 8 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
============================== 1 failed in 40.47s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/0043a8/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
26.17s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
6.11s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
============================== 1 passed in 54.78s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/0043a0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
27.72s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
22.03s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
5.10s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
============================== 1 passed in 55.34s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004396/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
80.22s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
22.04s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
4.29s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
======================== 1 passed in 106.94s (0:01:46) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py F

=================================== FAILURES ===================================
_ TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes _
ydb/tests/functional/backup_collection/basic_user_scenarios.py:2094: in test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
    backup.stage(BackupType.INCREMENTAL, "More modifications")
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1176: in stage
    snapshot = self.snapshot_capture.capture_tables(self.tables)
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1124: in capture_tables
    rows = self.test._capture_snapshot(table_name)
ydb/tests/functional/backup_collection/basic_user_scenarios.py:419: in _capture_snapshot
    return sdk_select_table_rows(session, table)
ydb/tests/functional/backup_collection/basic_user_scenarios.py:114: in sdk_select_table_rows
    result_sets = session.transaction().execute(sql, commit_tx=True)
contrib/python/ydb/py3/ydb/table.py:2392: in execute
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:465: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:516: in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
contrib/python/ydb/py3/ydb/_session_impl.py:20: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:9: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:22: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:165: in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.Aborted: message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 3 requested, table schemaversion 4 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1238
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/o6d0/0043aa/r3tmp/kikimr_cluster_dnfdfo23
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5849
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18572
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17495
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17496
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25979
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25980
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/o6d0/0043aa/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/o6d0/0043aa/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_n5kavl6k.log --grpc-port=5849 --mon-port=18572 --ic-port=1238
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:5849/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/o6d0/0043aa/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/o6d0/0043aa/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_n5kavl6k.log --grpc-port=5849 --mon-port=18572 --ic-port=1238
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_n5kavl6k.log', '--grpc-port=5849', '--mon-port=18572', '--ic-port=1238')' in '/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2739181
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:5849/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2739216
DEBUG    ya.test:process.py:259 Command (pid 2739216) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2739216) elapsed time (sec): 1.45766282081604
DEBUG    ya.test:process.py:263 Command (pid 2739216) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2739216) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2739216) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2739216) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2739216) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2739216) maxrss: 547112
DEBUG    ya.test:process.py:263 Command (pid 2739216) minflt: 16269
DEBUG    ya.test:process.py:263 Command (pid 2739216) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2739216) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2739216) nivcsw: 415
DEBUG    ya.test:process.py:263 Command (pid 2739216) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2739216) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2739216) nvcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 2739216) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2739216) stime: 0.9275509999999999
DEBUG    ya.test:process.py:263 Command (pid 2739216) utime: 0.13799
DEBUG    ya.test:process.py:263 Command (pid 2739216) wtime: 1.465
DEBUG    ya.test:process.py:275 Command (pid 2739216) output:
Git info:
    Commit: 8c2d43a8acb05026292e007c3fb301ef3dbd0813
    Branch: 
    Author: Alexander Rutkovsky <alexvru@ydb.tech>
    Summary: Merge b2ca4086e61d71714efdba3a3ae8bf42d2dc33fb into 34c16810d9be6df8f98c7d5f6debb173c712668b
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-tji3uzh7bq    Host information: 
        Linux ghrun-tji3uzh7bq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 8c2d43a8acb05026292e007c3fb301ef3dbd0813
    Branch: 
    Author: Alexander Rutkovsky <alexvru@ydb.tech>
    Summary: Merge b2ca4086e61d71714efdba3a3ae8bf42d2dc33fb into 34c16810d9be6df8f98c7d5f6debb173c712668b
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-tji3uzh7bq    Host information: 
        Linux ghrun-tji3uzh7bq 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:5849', '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: 1238\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:5849', '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: 1238\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2742091
DEBUG    ya.test:process.py:259 Command (pid 2742091) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2742091) elapsed time (sec): 0.8264784812927246
DEBUG    ya.test:process.py:263 Command (pid 2742091) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2742091) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2742091) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2742091) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2742091) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2742091) maxrss: 555628
DEBUG    ya.test:process.py:263 Command (pid 2742091) minflt: 18410
DEBUG    ya.test:process.py:263 Command (pid 2742091) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2742091) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2742091) nivcsw: 159
DEBUG    ya.test:process.py:263 Command (pid 2742091) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2742091) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2742091) nvcsw: 117
DEBUG    ya.test:process.py:263 Command (pid 2742091) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2742091) stime: 0.44268599999999997
DEBUG    ya.test:process.py:263 Command (pid 2742091) utime: 0.123111
DEBUG    ya.test:process.py:263 Command (pid 2742091) wtime: 0.828
DEBUG    ya.test:process.py:275 Command (pid 2742091) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:5849', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:5849', '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: 2742725
DEBUG    ya.test:process.py:259 Command (pid 2742725) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2742725) elapsed time (sec): 0.7588253021240234
DEBUG    ya.test:process.py:263 Command (pid 2742725) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2742725) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2742725) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2742725) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2742725) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2742725) maxrss: 555392
DEBUG    ya.test:process.py:263 Command (pid 2742725) minflt: 18410
DEBUG    ya.test:process.py:263 Command (pid 2742725) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2742725) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2742725) nivcsw: 184
DEBUG    ya.test:process.py:263 Command (pid 2742725) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2742725) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2742725) nvcsw: 130
DEBUG    ya.test:process.py:263 Command (pid 2742725) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2742725) stime: 0.48235999999999996
DEBUG    ya.test:process.py:263 Command (pid 2742725) utime: 0.146026
DEBUG    ya.test:process.py:263 Command (pid 2742725) wtime: 0.76
DEBUG    ya.test:process.py:275 Command (pid 2742725) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 37920115-7bbf-47c1-9afc-adfc5070a302, localhost:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 37920115-7bbf-47c1-9afc-adfc5070a302, localhost:5849): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 37920115-7bbf-47c1-9afc-adfc5070a302, localhost:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tji3uzh7bq.auto.internal" port: 5849 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-tji3uzh7bq.auto.internal:5849, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5849
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange, test_name: test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 931e6370-df5c-4a62-943a-ab62096397e0, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 931e6370-df5c-4a62-943a-ab62096397e0, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 931e6370-df5c-4a62-943a-ab62096397e0, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZWYzZDNlNzYtY2YxMjljYzgtNDQ3Mzg5Y2QtYzExODg5NzI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 1b38b779-5059-4af2-b649-93db3978ce7a, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 1b38b779-5059-4af2-b649-93db3978ce7a, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ZWYzZDNlNzYtY2YxMjljYzgtNDQ3Mzg5Y2QtYzExODg5NzI=" path: "/Root/orders" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 1b38b779-5059-4af2-b649-93db3978ce7a, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27d5514c-1926-4aac-a95f-a206a6019032, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27d5514c-1926-4aac-a95f-a206a6019032, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ZWYzZDNlNzYtY2YxMjljYzgtNDQ3Mzg5Y2QtYzExODg5NzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27d5514c-1926-4aac-a95f-a206a6019032, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, f5949be2-79ce-4ea3-9619-70cb735364c6, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, f5949be2-79ce-4ea3-9619-70cb735364c6, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ZWYzZDNlNzYtY2YxMjljYzgtNDQ3Mzg5Y2QtYzExODg5NzI=" path: "/Root/products" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, f5949be2-79ce-4ea3-9619-70cb735364c6, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbe75de5-fa6d-4b6c-b782-b8532c31b2f5, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe75de5-fa6d-4b6c-b782-b8532c31b2f5, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ZWYzZDNlNzYtY2YxMjljYzgtNDQ3Mzg5Y2QtYzExODg5NzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO products (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe75de5-fa6d-4b6c-b782-b8532c31b2f5, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5849', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `test_inc_backup_358bb529`\n                ( TABLE `/Root/orders`, TABLE `/Root/products` )\n            WITH (\n                STORAGE = 'cluster',\n                INCREMENTAL_BACKUP_ENABLED = 'true'\n            );\n        "]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2743599
DEBUG    ya.test:process.py:259 Command (pid 2743599) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2743599) elapsed time (sec): 0.20029616355895996
DEBUG    ya.test:process.py:263 Command (pid 2743599) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2743599) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2743599) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2743599) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2743599) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2743599) maxrss: 171840
DEBUG    ya.test:process.py:263 Command (pid 2743599) minflt: 3442
DEBUG    ya.test:process.py:263 Command (pid 2743599) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2743599) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2743599) nivcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 2743599) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2743599) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2743599) nvcsw: 142
DEBUG    ya.test:process.py:263 Command (pid 2743599) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2743599) stime: 0.023066999999999997
DEBUG    ya.test:process.py:263 Command (pid 2743599) utime: 0.055361
DEBUG    ya.test:process.py:263 Command (pid 2743599) wtime: 0.202
DEBUG    ya.test:process.py:275 Command (pid 2743599) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, ac5838e5-e3eb-4a5c-8ca2-926f6b01f243, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, ac5838e5-e3eb-4a5c-8ca2-926f6b01f243, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_358bb529" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, ac5838e5-e3eb-4a5c-8ca2-926f6b01f243, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_358bb529" owner: "root@builtin" type: 22 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 { plan_step: 1765060161310 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection test_inc_backup_358bb529 found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a8e5d695-2a37-4723-b28a-dfaed5f7e308, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a8e5d695-2a37-4723-b28a-dfaed5f7e308, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a8e5d695-2a37-4723-b28a-dfaed5f7e308, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjMwNDg1MDAtZjNlMjVhYzItM2Y4NTI4YWUtOGQ0ZDU3MTE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e39b694d-d67f-44a3-b4ee-8986133c1fec, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e39b694d-d67f-44a3-b4ee-8986133c1fec, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=MjMwNDg1MDAtZjNlMjVhYzItM2Y4NTI4YWUtOGQ0ZDU3MTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (10,1000,\"a1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e39b694d-d67f-44a3-b4ee-8986133c1fec, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, e9511fb5-1fff-445e-b9ba-42beaf37e6c6, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e9511fb5-1fff-445e-b9ba-42beaf37e6c6, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e9511fb5-1fff-445e-b9ba-42beaf37e6c6, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTM4NjUyZmItZDUyMjY1ZmMtY2FhZjk1MTktN2M4NWJkYmM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f159ba69-5429-47fa-8e26-6934ec727cfb, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f159ba69-5429-47fa-8e26-6934ec727cfb, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=MTM4NjUyZmItZDUyMjY1ZmMtY2FhZjk1MTktN2M4NWJkYmM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 2;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f159ba69-5429-47fa-8e26-6934ec727cfb, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, cf27540e-ed71-4191-a023-ac78304464e8, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, cf27540e-ed71-4191-a023-ac78304464e8, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, cf27540e-ed71-4191-a023-ac78304464e8, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060160920 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5849', '--database', '/Root', 'yql', '--script', 'GRANT ALL ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2743988
DEBUG    ya.test:process.py:259 Command (pid 2743988) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2743988) elapsed time (sec): 0.16938352584838867
DEBUG    ya.test:process.py:263 Command (pid 2743988) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2743988) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2743988) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2743988) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2743988) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2743988) maxrss: 171840
DEBUG    ya.test:process.py:263 Command (pid 2743988) minflt: 3433
DEBUG    ya.test:process.py:263 Command (pid 2743988) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2743988) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2743988) nivcsw: 42
DEBUG    ya.test:process.py:263 Command (pid 2743988) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2743988) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2743988) nvcsw: 141
DEBUG    ya.test:process.py:263 Command (pid 2743988) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2743988) stime: 0.022692999999999998
DEBUG    ya.test:process.py:263 Command (pid 2743988) utime: 0.049923999999999996
DEBUG    ya.test:process.py:263 Command (pid 2743988) wtime: 0.171
DEBUG    ya.test:process.py:275 Command (pid 2743988) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 33b3dd44-d0ce-443d-b1a3-b92f49eb90b5, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 33b3dd44-d0ce-443d-b1a3-b92f49eb90b5, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 33b3dd44-d0ce-443d-b1a3-b92f49eb90b5, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDc4NjkzMDEtNmYzYTRiN2YtZDdlMjQyNGMtYTczZTU1ODE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 159ecff9-3362-4353-b059-cc28b7470aac, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 159ecff9-3362-4353-b059-cc28b7470aac, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ZDc4NjkzMDEtNmYzYTRiN2YtZDdlMjQyNGMtYTczZTU1ODE=" path: "/Root/extra1_1_161" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 159ecff9-3362-4353-b059-cc28b7470aac, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca721611-071d-4c37-979d-4270f466286f, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca721611-071d-4c37-979d-4270f466286f, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ZDc4NjkzMDEtNmYzYTRiN2YtZDdlMjQyNGMtYTczZTU1ODE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra1_1_161 (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca721611-071d-4c37-979d-4270f466286f, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 78a248d4-edbd-40e9-9202-a3a5e021f818, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 78a248d4-edbd-40e9-9202-a3a5e021f818, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 78a248d4-edbd-40e9-9202-a3a5e021f818, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTg4MjhjMTctNTFkNzMyN2MtNmU5NzUyYTYtNTI2NDgxMjg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b479cda6-1e61-4bc1-a62e-b222379b2f21, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b479cda6-1e61-4bc1-a62e-b222379b2f21, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=YTg4MjhjMTctNTFkNzMyN2MtNmU5NzUyYTYtNTI2NDgxMjg=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b479cda6-1e61-4bc1-a62e-b222379b2f21, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1765060160920 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85109120-be08-4475-ac6b-eb42f7156da5, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85109120-be08-4475-ac6b-eb42f7156da5, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=YTg4MjhjMTctNTFkNzMyN2MtNmU5NzUyYTYtNTI2NDgxMjg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85109120-be08-4475-ac6b-eb42f7156da5, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 59982e33-f5e7-4b29-9e3c-784c1cbb5fcd, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 59982e33-f5e7-4b29-9e3c-784c1cbb5fcd, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 59982e33-f5e7-4b29-9e3c-784c1cbb5fcd, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1765060160920 tx_id: 281474976710660 } } } } } }
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 0x7fc19c6fbbc0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 10). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7fc19c6fb440>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fc19c6fb440>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 527df1ea-1d33-44c6-90e1-9170d22a8afa, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 527df1ea-1d33-44c6-90e1-9170d22a8afa, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 527df1ea-1d33-44c6-90e1-9170d22a8afa, ghrun-tji3uzh7bq.auto.internal:5849): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 527df1ea-1d33-44c6-90e1-9170d22a8afa, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZThjNjczMDMtODc5MjA3MzItZmUxY2JhMzYtODIwYjFlMzE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc19c6fb440>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fc19c6fb440>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 496f878e-374c-4272-887d-3d84d4988575, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 527df1ea-1d33-44c6-90e1-9170d22a8afa, ghrun-tji3uzh7bq.auto.internal:5849): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 496f878e-374c-4272-887d-3d84d4988575, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ZThjNjczMDMtODc5MjA3MzItZmUxY2JhMzYtODIwYjFlMzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 496f878e-374c-4272-887d-3d84d4988575, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1765060160920 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc19c6fb440>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 682bc4a7-53ad-4106-ace1-23aca2ec1c45, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 682bc4a7-53ad-4106-ace1-23aca2ec1c45, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 682bc4a7-53ad-4106-ace1-23aca2ec1c45, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1765060160920 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5849', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2744366
DEBUG    ya.test:process.py:259 Command (pid 2744366) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2744366) elapsed time (sec): 0.16382789611816406
DEBUG    ya.test:process.py:263 Command (pid 2744366) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2744366) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2744366) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2744366) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2744366) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2744366) maxrss: 171840
DEBUG    ya.test:process.py:263 Command (pid 2744366) minflt: 3459
DEBUG    ya.test:process.py:263 Command (pid 2744366) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2744366) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2744366) nivcsw: 37
DEBUG    ya.test:process.py:263 Command (pid 2744366) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2744366) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2744366) nvcsw: 142
DEBUG    ya.test:process.py:263 Command (pid 2744366) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2744366) stime: 0.029435
DEBUG    ya.test:process.py:263 Command (pid 2744366) utime: 0.051510999999999994
DEBUG    ya.test:process.py:263 Command (pid 2744366) wtime: 0.169
DEBUG    ya.test:process.py:275 Command (pid 2744366) output:

DEBUG    ya.test:process.py:276 Command (pid 2744366) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c1c4a74c-ae6f-4ed5-b0a5-e2b5541a59bc, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c1c4a74c-ae6f-4ed5-b0a5-e2b5541a59bc, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c1c4a74c-ae6f-4ed5-b0a5-e2b5541a59bc, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTUyYTkzODYtZmZiMGMxYzUtNjQxNWY5NjktNDkzMjFlYjI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, cd9c83a0-f75a-4b00-a5ee-2f0a5728992b, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, cd9c83a0-f75a-4b00-a5ee-2f0a5728992b, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=OTUyYTkzODYtZmZiMGMxYzUtNjQxNWY5NjktNDkzMjFlYjI=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, cd9c83a0-f75a-4b00-a5ee-2f0a5728992b, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060161060 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3707cc7e-6ec1-456c-a9d4-5e26dffaf350, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3707cc7e-6ec1-456c-a9d4-5e26dffaf350, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=OTUyYTkzODYtZmZiMGMxYzUtNjQxNWY5NjktNDkzMjFlYjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3707cc7e-6ec1-456c-a9d4-5e26dffaf350, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 4985c45f-5c34-4f50-8a59-f6ae59d7f90a, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 4985c45f-5c34-4f50-8a59-f6ae59d7f90a, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 4985c45f-5c34-4f50-8a59-f6ae59d7f90a, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060161060 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 42a881ce-7bd6-41fc-a23e-40c4d1418d15, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 42a881ce-7bd6-41fc-a23e-40c4d1418d15, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ZThjNjczMDMtODc5MjA3MzItZmUxY2JhMzYtODIwYjFlMzE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 42a881ce-7bd6-41fc-a23e-40c4d1418d15, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060161060 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc19c6fb440>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 54894db4-69f5-476e-8bf2-f282d7f64a5c, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 54894db4-69f5-476e-8bf2-f282d7f64a5c, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 54894db4-69f5-476e-8bf2-f282d7f64a5c, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060161060 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5849', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2744515
DEBUG    ya.test:process.py:259 Command (pid 2744515) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2744515) elapsed time (sec): 0.14042019844055176
DEBUG    ya.test:process.py:263 Command (pid 2744515) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2744515) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2744515) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2744515) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2744515) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2744515) maxrss: 171840
DEBUG    ya.test:process.py:263 Command (pid 2744515) minflt: 3453
DEBUG    ya.test:process.py:263 Command (pid 2744515) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2744515) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2744515) nivcsw: 35
DEBUG    ya.test:process.py:263 Command (pid 2744515) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2744515) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2744515) nvcsw: 128
DEBUG    ya.test:process.py:263 Command (pid 2744515) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2744515) stime: 0.020354999999999998
DEBUG    ya.test:process.py:263 Command (pid 2744515) utime: 0.050886999999999995
DEBUG    ya.test:process.py:263 Command (pid 2744515) wtime: 0.149
DEBUG    ya.test:process.py:275 Command (pid 2744515) output:

DEBUG    ya.test:process.py:276 Command (pid 2744515) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5849', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_358bb529`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2744905
DEBUG    ya.test:process.py:259 Command (pid 2744905) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2744905) elapsed time (sec): 0.17795205116271973
DEBUG    ya.test:process.py:263 Command (pid 2744905) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2744905) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2744905) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2744905) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2744905) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2744905) maxrss: 171840
DEBUG    ya.test:process.py:263 Command (pid 2744905) minflt: 3438
DEBUG    ya.test:process.py:263 Command (pid 2744905) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2744905) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2744905) nivcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 2744905) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2744905) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2744905) nvcsw: 173
DEBUG    ya.test:process.py:263 Command (pid 2744905) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2744905) stime: 0.032824
DEBUG    ya.test:process.py:263 Command (pid 2744905) utime: 0.046112
DEBUG    ya.test:process.py:263 Command (pid 2744905) wtime: 0.179
DEBUG    ya.test:process.py:275 Command (pid 2744905) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 32e37bd8-4d0a-4639-a2b3-32e6ad8da414, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 32e37bd8-4d0a-4639-a2b3-32e6ad8da414, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_358bb529" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 32e37bd8-4d0a-4639-a2b3-32e6ad8da414, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_358bb529" owner: "root@builtin" type: 22 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 { plan_step: 1765060161310 tx_id: 281474976710664 } } children { name: "20251206222923Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060163930 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 190c0a7f-3bdc-4f7e-b68a-2aa356412a03, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 190c0a7f-3bdc-4f7e-b68a-2aa356412a03, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_358bb529" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 190c0a7f-3bdc-4f7e-b68a-2aa356412a03, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_358bb529" owner: "root@builtin" type: 22 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 { plan_step: 1765060161310 tx_id: 281474976710664 } } children { name: "20251206222923Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060163930 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 13aa0369-61b6-4406-8bbd-04264849814a, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 13aa0369-61b6-4406-8bbd-04264849814a, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 13aa0369-61b6-4406-8bbd-04264849814a, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTE4NGU5MWItMTJlNDVmOC1lMGMzNTAyNS01ZmUzNTk3ZQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e09ff3a-1fa6-4010-984c-0d959824ae38, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e09ff3a-1fa6-4010-984c-0d959824ae38, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=YTE4NGU5MWItMTJlNDVmOC1lMGMzNTAyNS01ZmUzNTk3ZQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (20,2000,\"b1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e09ff3a-1fa6-4010-984c-0d959824ae38, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 598c344c-6fc7-4b31-b6df-70919c31733e, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 598c344c-6fc7-4b31-b6df-70919c31733e, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 598c344c-6fc7-4b31-b6df-70919c31733e, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODAzYTljZGEtM2QxYmJkNzktZjlmYzI4YWMtYWE4N2VmOWY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd2e2d2d-7705-4626-81e1-4d8d980fe254, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd2e2d2d-7705-4626-81e1-4d8d980fe254, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ODAzYTljZGEtM2QxYmJkNzktZjlmYzI4YWMtYWE4N2VmOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 1;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd2e2d2d-7705-4626-81e1-4d8d980fe254, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d5ed62b4-a51b-4085-876f-ab042d5bf437, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d5ed62b4-a51b-4085-876f-ab042d5bf437, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d5ed62b4-a51b-4085-876f-ab042d5bf437, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTZiOWZkMDctM2NlMTIyY2QtMzVmNTBiZDgtYmIxOTY5NWQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 17b24b6f-e786-42f9-a070-af04be2ad44b, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 17b24b6f-e786-42f9-a070-af04be2ad44b, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=NTZiOWZkMDctM2NlMTIyY2QtMzVmNTBiZDgtYmIxOTY5NWQ=" path: "/Root/extra2_1_164" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 17b24b6f-e786-42f9-a070-af04be2ad44b, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6d521d3-5472-465a-85b7-85b84358441d, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6d521d3-5472-465a-85b7-85b84358441d, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=NTZiOWZkMDctM2NlMTIyY2QtMzVmNTBiZDgtYmIxOTY5NWQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra2_1_164 (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6d521d3-5472-465a-85b7-85b84358441d, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4ed44482-8c3f-4cdb-920b-48817a9b84d6, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4ed44482-8c3f-4cdb-920b-48817a9b84d6, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4ed44482-8c3f-4cdb-920b-48817a9b84d6, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTZhOGU2YmQtODdmYzE5YmItMjI4Zjk1N2UtOTlkMDcxMzA=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 53a2b0d6-ada1-4d4f-9f2e-a33328986c9f, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 53a2b0d6-ada1-4d4f-9f2e-a33328986c9f, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=MTZhOGU2YmQtODdmYzE5YmItMjI4Zjk1N2UtOTlkMDcxMzA=" yql_text: "DROP TABLE `/Root/extra1_1_161`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 53a2b0d6-ada1-4d4f-9f2e-a33328986c9f, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5849', '--database', '/Root', 'yql', '--script', 'GRANT SELECT ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2745014
DEBUG    ya.test:process.py:259 Command (pid 2745014) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2745014) elapsed time (sec): 0.1490492820739746
DEBUG    ya.test:process.py:263 Command (pid 2745014) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745014) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2745014) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745014) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745014) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2745014) maxrss: 171840
DEBUG    ya.test:process.py:263 Command (pid 2745014) minflt: 3443
DEBUG    ya.test:process.py:263 Command (pid 2745014) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2745014) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2745014) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 2745014) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2745014) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2745014) nvcsw: 156
DEBUG    ya.test:process.py:263 Command (pid 2745014) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2745014) stime: 0.02881
DEBUG    ya.test:process.py:263 Command (pid 2745014) utime: 0.048929999999999994
DEBUG    ya.test:process.py:263 Command (pid 2745014) wtime: 0.151
DEBUG    ya.test:process.py:275 Command (pid 2745014) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5849', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v1,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2745141
DEBUG    ya.test:process.py:259 Command (pid 2745141) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2745141) elapsed time (sec): 0.17665386199951172
DEBUG    ya.test:process.py:263 Command (pid 2745141) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745141) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2745141) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745141) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745141) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2745141) maxrss: 171840
DEBUG    ya.test:process.py:263 Command (pid 2745141) minflt: 3563
DEBUG    ya.test:process.py:263 Command (pid 2745141) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2745141) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2745141) nivcsw: 33
DEBUG    ya.test:process.py:263 Command (pid 2745141) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2745141) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2745141) nvcsw: 218
DEBUG    ya.test:process.py:263 Command (pid 2745141) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2745141) stime: 0.031869
DEBUG    ya.test:process.py:263 Command (pid 2745141) utime: 0.063634
DEBUG    ya.test:process.py:263 Command (pid 2745141) wtime: 0.183
DEBUG    ya.test:process.py:275 Command (pid 2745141) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d439e002-aecc-4be2-9b2d-9bf58af8f776, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d439e002-aecc-4be2-9b2d-9bf58af8f776, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d439e002-aecc-4be2-9b2d-9bf58af8f776, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWQyZGY0ODctOGUwZTQ1OWUtMjk5YWFmYzQtNGJhMjYxYzg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0a8862b7-5f53-48b0-b295-1212796bbe8e, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0a8862b7-5f53-48b0-b295-1212796bbe8e, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=NWQyZGY0ODctOGUwZTQ1OWUtMjk5YWFmYzQtNGJhMjYxYzg=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0a8862b7-5f53-48b0-b295-1212796bbe8e, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1765060160920 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222923Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 308de594-c6c6-4196-bf83-897081d84102, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 308de594-c6c6-4196-bf83-897081d84102, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=NWQyZGY0ODctOGUwZTQ1OWUtMjk5YWFmYzQtNGJhMjYxYzg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 308de594-c6c6-4196-bf83-897081d84102, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 87de4117-492d-4ef1-bfb1-37d0a3b53d97, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 87de4117-492d-4ef1-bfb1-37d0a3b53d97, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 87de4117-492d-4ef1-bfb1-37d0a3b53d97, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1765060160920 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d341bf35-ed04-4668-8b8c-d93cfed7bb13, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d341bf35-ed04-4668-8b8c-d93cfed7bb13, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ZThjNjczMDMtODc5MjA3MzItZmUxY2JhMzYtODIwYjFlMzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d341bf35-ed04-4668-8b8c-d93cfed7bb13, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1765060160920 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222923Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc19c6fb440>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 6b3cc60b-7852-4321-afac-c2dea082d044, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 6b3cc60b-7852-4321-afac-c2dea082d044, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 6b3cc60b-7852-4321-afac-c2dea082d044, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1765060160920 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5849', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2745339
DEBUG    ya.test:process.py:259 Command (pid 2745339) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2745339) elapsed time (sec): 0.13169026374816895
DEBUG    ya.test:process.py:263 Command (pid 2745339) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745339) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2745339) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745339) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745339) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2745339) maxrss: 171840
DEBUG    ya.test:process.py:263 Command (pid 2745339) minflt: 3457
DEBUG    ya.test:process.py:263 Command (pid 2745339) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2745339) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2745339) nivcsw: 56
DEBUG    ya.test:process.py:263 Command (pid 2745339) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2745339) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2745339) nvcsw: 157
DEBUG    ya.test:process.py:263 Command (pid 2745339) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2745339) stime: 0.017092
DEBUG    ya.test:process.py:263 Command (pid 2745339) utime: 0.055550999999999996
DEBUG    ya.test:process.py:263 Command (pid 2745339) wtime: 0.149
DEBUG    ya.test:process.py:275 Command (pid 2745339) output:

DEBUG    ya.test:process.py:276 Command (pid 2745339) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7f0b9685-10bd-47c9-b6c3-f02a518c1fad, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7f0b9685-10bd-47c9-b6c3-f02a518c1fad, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7f0b9685-10bd-47c9-b6c3-f02a518c1fad, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTJhMmY4NjYtYzMwN2M2ZjMtMWE0NjYyZC01NmQ0Y2E1Yw==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, a25ddf10-9e19-44b1-986f-296236f55bd7, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, a25ddf10-9e19-44b1-986f-296236f55bd7, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=OTJhMmY4NjYtYzMwN2M2ZjMtMWE0NjYyZC01NmQ0Y2E1Yw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, a25ddf10-9e19-44b1-986f-296236f55bd7, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060161060 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222923Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edc6271f-1fdb-4736-8984-ab5059361c62, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc6271f-1fdb-4736-8984-ab5059361c62, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=OTJhMmY4NjYtYzMwN2M2ZjMtMWE0NjYyZC01NmQ0Y2E1Yw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc6271f-1fdb-4736-8984-ab5059361c62, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 09aa502e-1774-4349-a532-4ba2638a2a11, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 09aa502e-1774-4349-a532-4ba2638a2a11, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 09aa502e-1774-4349-a532-4ba2638a2a11, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060161060 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 8ee36ff1-221a-4e0d-9ab1-4ea89bee2778, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 8ee36ff1-221a-4e0d-9ab1-4ea89bee2778, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ZThjNjczMDMtODc5MjA3MzItZmUxY2JhMzYtODIwYjFlMzE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 8ee36ff1-221a-4e0d-9ab1-4ea89bee2778, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060161060 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222923Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc19c6fb440>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, c6d9fe4a-0075-4d88-95c7-544bba1c13f2, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, c6d9fe4a-0075-4d88-95c7-544bba1c13f2, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, c6d9fe4a-0075-4d88-95c7-544bba1c13f2, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060161060 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5849', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2745576
DEBUG    ya.test:process.py:259 Command (pid 2745576) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2745576) elapsed time (sec): 0.15398573875427246
DEBUG    ya.test:process.py:263 Command (pid 2745576) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745576) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2745576) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745576) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2745576) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2745576) maxrss: 171840
DEBUG    ya.test:process.py:263 Command (pid 2745576) minflt: 3452
DEBUG    ya.test:process.py:263 Command (pid 2745576) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2745576) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2745576) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 2745576) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2745576) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2745576) nvcsw: 176
DEBUG    ya.test:process.py:263 Command (pid 2745576) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2745576) stime: 0.028821
DEBUG    ya.test:process.py:263 Command (pid 2745576) utime: 0.053524999999999996
DEBUG    ya.test:process.py:263 Command (pid 2745576) wtime: 0.155
DEBUG    ya.test:process.py:275 Command (pid 2745576) output:

DEBUG    ya.test:process.py:276 Command (pid 2745576) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5849', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_358bb529` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2746271
DEBUG    ya.test:process.py:259 Command (pid 2746271) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2746271) elapsed time (sec): 0.21283388137817383
DEBUG    ya.test:process.py:263 Command (pid 2746271) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2746271) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2746271) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2746271) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2746271) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2746271) maxrss: 171840
DEBUG    ya.test:process.py:263 Command (pid 2746271) minflt: 3435
DEBUG    ya.test:process.py:263 Command (pid 2746271) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2746271) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2746271) nivcsw: 43
DEBUG    ya.test:process.py:263 Command (pid 2746271) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2746271) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2746271) nvcsw: 162
DEBUG    ya.test:process.py:263 Command (pid 2746271) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2746271) stime: 0.032407
DEBUG    ya.test:process.py:263 Command (pid 2746271) utime: 0.052452
DEBUG    ya.test:process.py:263 Command (pid 2746271) wtime: 0.216
DEBUG    ya.test:process.py:275 Command (pid 2746271) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 45915ba3-1d54-4cc4-b0b1-3a0ff454a49b, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 45915ba3-1d54-4cc4-b0b1-3a0ff454a49b, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_358bb529" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 45915ba3-1d54-4cc4-b0b1-3a0ff454a49b, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_358bb529" owner: "root@builtin" type: 22 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 { plan_step: 1765060161310 tx_id: 281474976710664 } } children { name: "20251206222923Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060163930 tx_id: 281474976710672 } } children { name: "20251206222926Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060166360 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 03d7d482-d9c4-4377-b416-df1ac9257c90, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 03d7d482-d9c4-4377-b416-df1ac9257c90, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_358bb529" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 03d7d482-d9c4-4377-b416-df1ac9257c90, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_358bb529" owner: "root@builtin" type: 22 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 { plan_step: 1765060161310 tx_id: 281474976710664 } } children { name: "20251206222923Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060163930 tx_id: 281474976710672 } } children { name: "20251206222926Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765060166360 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7dd8572f-89b2-4808-98c6-5876ad57a395, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7dd8572f-89b2-4808-98c6-5876ad57a395, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7dd8572f-89b2-4808-98c6-5876ad57a395, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGUwYzJjNjItNTA0MTU4Y2ItZDA3M2Y2MDQtYWQwMGFmNDI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 835c8e68-026c-47b8-b2e6-f120c809bf94, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835c8e68-026c-47b8-b2e6-f120c809bf94, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=OGUwYzJjNjItNTA0MTU4Y2ItZDA3M2Y2MDQtYWQwMGFmNDI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (30,3000,\"c1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835c8e68-026c-47b8-b2e6-f120c809bf94, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bcc75646-52c8-4b0e-97db-0d54817fe830, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bcc75646-52c8-4b0e-97db-0d54817fe830, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bcc75646-52c8-4b0e-97db-0d54817fe830, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjhhOTZlZTQtYjlhNDZkOGUtMWVjNjcxZmQtMWExZGI5OWE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6dd04865-01bf-47e0-a7f4-512a9dba729b, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dd04865-01bf-47e0-a7f4-512a9dba729b, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=YjhhOTZlZTQtYjlhNDZkOGUtMWVjNjcxZmQtMWExZGI5OWE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 10;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dd04865-01bf-47e0-a7f4-512a9dba729b, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6eee602f-7feb-4a32-9149-8c91d15c6def, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6eee602f-7feb-4a32-9149-8c91d15c6def, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6eee602f-7feb-4a32-9149-8c91d15c6def, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDc0YjQ5ZDktYjM4N2RmZDYtMWVkMWJhMy1lNzZiOWNkNw==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, be1e324e-6869-4349-8898-77ee05445cdd, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, be1e324e-6869-4349-8898-77ee05445cdd, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ZDc0YjQ5ZDktYjM4N2RmZDYtMWVkMWJhMy1lNzZiOWNkNw==" path: "/Root/extra3_1_166" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, be1e324e-6869-4349-8898-77ee05445cdd, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2390db9f-ac5b-4329-abbe-51bdca28b570, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2390db9f-ac5b-4329-abbe-51bdca28b570, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ZDc0YjQ5ZDktYjM4N2RmZDYtMWVkMWJhMy1lNzZiOWNkNw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra3_1_166 (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2390db9f-ac5b-4329-abbe-51bdca28b570, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7deab21f-1f7f-4a1e-a6de-c05db87e5e41, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7deab21f-1f7f-4a1e-a6de-c05db87e5e41, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7deab21f-1f7f-4a1e-a6de-c05db87e5e41, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjJiMzNlN2QtYmM2MGJkNzgtZmNlMjFhODctODZiZGNlNjQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 99156e14-9bc8-4070-8a29-713291c6a6fc, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 99156e14-9bc8-4070-8a29-713291c6a6fc, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=MjJiMzNlN2QtYmM2MGJkNzgtZmNlMjFhODctODZiZGNlNjQ=" yql_text: "DROP TABLE `/Root/extra2_1_164`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 99156e14-9bc8-4070-8a29-713291c6a6fc, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5849', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v2,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2746526
DEBUG    ya.test:process.py:259 Command (pid 2746526) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2746526) elapsed time (sec): 0.17233800888061523
DEBUG    ya.test:process.py:263 Command (pid 2746526) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2746526) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2746526) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2746526) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2746526) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2746526) maxrss: 171840
DEBUG    ya.test:process.py:263 Command (pid 2746526) minflt: 3587
DEBUG    ya.test:process.py:263 Command (pid 2746526) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2746526) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2746526) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 2746526) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2746526) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2746526) nvcsw: 180
DEBUG    ya.test:process.py:263 Command (pid 2746526) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2746526) stime: 0.033111999999999996
DEBUG    ya.test:process.py:263 Command (pid 2746526) utime: 0.053807
DEBUG    ya.test:process.py:263 Command (pid 2746526) wtime: 0.202
DEBUG    ya.test:process.py:275 Command (pid 2746526) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 02bce7e5-bbf4-4d63-9e4c-4629a3923049, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 02bce7e5-bbf4-4d63-9e4c-4629a3923049, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 02bce7e5-bbf4-4d63-9e4c-4629a3923049, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzVhNTZjOWYtNmVkNzJkMTAtNTAxYThiNzAtNmI4MDc3ZGM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, cdd91d91-e13e-4ba3-a617-c66a953a8178, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, cdd91d91-e13e-4ba3-a617-c66a953a8178, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=MzVhNTZjOWYtNmVkNzJkMTAtNTAxYThiNzAtNmI4MDc3ZGM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, cdd91d91-e13e-4ba3-a617-c66a953a8178, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1765060160920 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222923Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251206222926Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7c91690-70ac-45a4-aef9-8008ec214fb9, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7c91690-70ac-45a4-aef9-8008ec214fb9, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=MzVhNTZjOWYtNmVkNzJkMTAtNTAxYThiNzAtNmI4MDc3ZGM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7c91690-70ac-45a4-aef9-8008ec214fb9, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 2956be30-16cf-4c8f-b6b5-9255a4fec750, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 2956be30-16cf-4c8f-b6b5-9255a4fec750, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 2956be30-16cf-4c8f-b6b5-9255a4fec750, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1765060160920 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, f07a96d5-9964-4e0a-92cd-64fb0cd5bf4a, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, f07a96d5-9964-4e0a-92cd-64fb0cd5bf4a, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=ZThjNjczMDMtODc5MjA3MzItZmUxY2JhMzYtODIwYjFlMzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, f07a96d5-9964-4e0a-92cd-64fb0cd5bf4a, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1765060160920 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222923Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251206222926Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc19c6fb440>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, fe1392ab-3522-41a1-9d0e-a072b6152db5, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, fe1392ab-3522-41a1-9d0e-a072b6152db5, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, fe1392ab-3522-41a1-9d0e-a072b6152db5, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1765060160920 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.10
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.10
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/o6d0/0043aa/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5849', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2746750
DEBUG    ya.test:process.py:259 Command (pid 2746750) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2746750) elapsed time (sec): 0.1501309871673584
DEBUG    ya.test:process.py:263 Command (pid 2746750) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2746750) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2746750) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2746750) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2746750) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2746750) maxrss: 171840
DEBUG    ya.test:process.py:263 Command (pid 2746750) minflt: 3454
DEBUG    ya.test:process.py:263 Command (pid 2746750) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2746750) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2746750) nivcsw: 29
DEBUG    ya.test:process.py:263 Command (pid 2746750) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2746750) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2746750) nvcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 2746750) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2746750) stime: 0.021432
DEBUG    ya.test:process.py:263 Command (pid 2746750) utime: 0.064298
DEBUG    ya.test:process.py:263 Command (pid 2746750) wtime: 0.162
DEBUG    ya.test:process.py:275 Command (pid 2746750) output:

DEBUG    ya.test:process.py:276 Command (pid 2746750) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2c356d02-aeb7-4767-a90b-7aa66088501e, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2c356d02-aeb7-4767-a90b-7aa66088501e, ghrun-tji3uzh7bq.auto.internal:5849): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2c356d02-aeb7-4767-a90b-7aa66088501e, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzEzNzRkYWEtOTdlZDQyNS0yNWExNzdjMC05MDFiNThjNw==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 9679403f-916c-43cb-993a-84570166b7ad, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 9679403f-916c-43cb-993a-84570166b7ad, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=NzEzNzRkYWEtOTdlZDQyNS0yNWExNzdjMC05MDFiNThjNw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 9679403f-916c-43cb-993a-84570166b7ad, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE 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 { plan_step: 1765060161060 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251206222923Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251206222926Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45942792-0a69-4a5e-a546-d2773839b99f, ghrun-tji3uzh7bq.auto.internal:5849): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45942792-0a69-4a5e-a546-d2773839b99f, ghrun-tji3uzh7bq.auto.internal:5849): request = { session_id: "ydb://session/3?node_id=1&id=NzEzNzRkYWEtOTdlZDQyNS0yNWExNzdjMC05MDFiNThjNw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45942792-0a69-4a5e-a546-d2773839b99f, ghrun-tji3uzh7bq.auto.internal:5849): response = { operation { ready: true status: ABORTED issues { message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 3 requested, table schemaversion 4 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kbtwhhne84g6zcmts4ttb3xj" } } } } }
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:5849/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25980
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17496
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18572
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5849
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1238
============================== slowest durations ===============================
22.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
6.90s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
6.53s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
=========================== short test summary info ============================
FAILED basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes - ydb.issues.Aborted: message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 3 requested, table schemaversion 4 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
============================== 1 failed in 36.80s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004350/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
26.95s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
4.01s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
============================== 1 passed in 53.42s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00434f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
22.13s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
18.51s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
4.45s setup    basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
============================== 1 passed in 45.55s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/003ea8/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.33s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/0043a9/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.35s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004377/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.43s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004399/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.36s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/0043a4/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.68s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00439d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.44s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004352/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.43s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00438d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.37s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/0043a1/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.58s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004398/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.40s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004347/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.49s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00432f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.35s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/0043a3/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.42s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/0043a5/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.37s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004344/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.39s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004359/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.35s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/0043a7/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.34s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004394/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.33s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004387/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.38s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004342/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.38s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00433e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.41s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004395/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.38s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/003eae/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.05s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/003e94/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/003ea7/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.05s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00438e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/003e9e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00438f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.02s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00438b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/0043a2/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004358/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00438a/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004337/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004356/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00439e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00439f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.02s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/0043ae/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.02s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/0043bc/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.05s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00433a/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00435f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.02s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004391/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.02s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004388/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.05s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/003ead/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004336/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00438c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.02s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/003ea3/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.04s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004390/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004381/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.07s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00435d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/0043a6/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.08s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/004382/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.08s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/o6d0/00439a/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
