============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006801/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
6.75s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
3.74s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
============================== 1 passed in 32.76s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/00683c/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:2305: in test_service_schema_objects_cleanup_on_rotate
    backup.stage(BackupType.INCREMENTAL, "Second incremental")
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_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/ab0q/00683c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4222
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/ab0q/00683c/r3tmp/kikimr_cluster_qgpll922
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ab0q/00683c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8460
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63929
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10309
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13069
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ab0q/00683c/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/ab0q/00683c/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/ab0q/00683c/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_ya4e437l.log --grpc-port=8460 --mon-port=63929 --ic-port=4222
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8460/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ab0q/00683c/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/ab0q/00683c/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/ab0q/00683c/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_ya4e437l.log --grpc-port=8460 --mon-port=63929 --ic-port=4222
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ab0q/00683c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ab0q/00683c/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/ab0q/00683c/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_ya4e437l.log', '--grpc-port=8460', '--mon-port=63929', '--ic-port=4222')' in '/home/runner/.ya/build/build_root/ab0q/00683c/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: 2417869
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:8460/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/ab0q/00683c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2417870
DEBUG    ya.test:process.py:259 Command (pid 2417870) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2417870) elapsed time (sec): 0.5927462577819824
DEBUG    ya.test:process.py:263 Command (pid 2417870) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2417870) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2417870) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2417870) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2417870) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2417870) maxrss: 547396
DEBUG    ya.test:process.py:263 Command (pid 2417870) minflt: 16677
DEBUG    ya.test:process.py:263 Command (pid 2417870) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2417870) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2417870) nivcsw: 102
DEBUG    ya.test:process.py:263 Command (pid 2417870) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2417870) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2417870) nvcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 2417870) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2417870) stime: 0.41118699999999997
DEBUG    ya.test:process.py:263 Command (pid 2417870) utime: 0.113565
DEBUG    ya.test:process.py:263 Command (pid 2417870) wtime: 0.594
DEBUG    ya.test:process.py:275 Command (pid 2417870) output:
Git info:
    Commit: 940e5ef33ca8cab514c340cfd29a77d350161359
    Branch: 
    Author: Vladilen <muzychenkovm@yandex.ru>
    Summary: Merge 4414a91f61e780d4a156e98da99065ea7c8df5b8 into 526aada3145c31ec2df0ef8fbe51d7974840e06a
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-tp3dxqimfm    Host information: 
        Linux ghrun-tp3dxqimfm 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 2417870) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 940e5ef33ca8cab514c340cfd29a77d350161359
    Branch: 
    Author: Vladilen <muzychenkovm@yandex.ru>
    Summary: Merge 4414a91f61e780d4a156e98da99065ea7c8df5b8 into 526aada3145c31ec2df0ef8fbe51d7974840e06a
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-tp3dxqimfm    Host information: 
        Linux ghrun-tp3dxqimfm 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/ab0q/00683c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/ab0q/00683c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8460', '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: 4222\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/ab0q/00683c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8460', '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: 4222\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2420040
DEBUG    ya.test:process.py:259 Command (pid 2420040) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2420040) elapsed time (sec): 0.5054531097412109
DEBUG    ya.test:process.py:263 Command (pid 2420040) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2420040) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2420040) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2420040) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2420040) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2420040) maxrss: 555676
DEBUG    ya.test:process.py:263 Command (pid 2420040) minflt: 18410
DEBUG    ya.test:process.py:263 Command (pid 2420040) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2420040) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2420040) nivcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 2420040) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2420040) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2420040) nvcsw: 127
DEBUG    ya.test:process.py:263 Command (pid 2420040) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2420040) stime: 0.276976
DEBUG    ya.test:process.py:263 Command (pid 2420040) utime: 0.157098
DEBUG    ya.test:process.py:263 Command (pid 2420040) wtime: 0.507
DEBUG    ya.test:process.py:275 Command (pid 2420040) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ab0q/00683c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/ab0q/00683c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8460', '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/ab0q/00683c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8460', '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: 2420433
DEBUG    ya.test:process.py:259 Command (pid 2420433) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2420433) elapsed time (sec): 0.5429890155792236
DEBUG    ya.test:process.py:263 Command (pid 2420433) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2420433) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2420433) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2420433) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2420433) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2420433) maxrss: 555932
DEBUG    ya.test:process.py:263 Command (pid 2420433) minflt: 18411
DEBUG    ya.test:process.py:263 Command (pid 2420433) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2420433) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2420433) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 2420433) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2420433) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2420433) nvcsw: 116
DEBUG    ya.test:process.py:263 Command (pid 2420433) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2420433) stime: 0.375544
DEBUG    ya.test:process.py:263 Command (pid 2420433) utime: 0.12784399999999999
DEBUG    ya.test:process.py:263 Command (pid 2420433) wtime: 0.549
DEBUG    ya.test:process.py:275 Command (pid 2420433) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2420433) 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, 139c79bc-1d4e-4030-934a-5eff43d1216b, localhost:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 139c79bc-1d4e-4030-934a-5eff43d1216b, localhost:8460): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 139c79bc-1d4e-4030-934a-5eff43d1216b, localhost:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tp3dxqimfm.auto.internal" port: 8460 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-tp3dxqimfm.auto.internal:8460, 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:8460
------------------------------ 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, 1c5c19ae-151d-4939-a344-35c36b8992d5, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1c5c19ae-151d-4939-a344-35c36b8992d5, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1c5c19ae-151d-4939-a344-35c36b8992d5, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Nzk0NTVlZDEtOTBlYzE1MDktNGY4NzFmZjYtY2VmZTEzOTQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 73bcddac-3b41-4b73-8f87-e56a14ce1bf5, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 73bcddac-3b41-4b73-8f87-e56a14ce1bf5, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=Nzk0NTVlZDEtOTBlYzE1MDktNGY4NzFmZjYtY2VmZTEzOTQ=" 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, 73bcddac-3b41-4b73-8f87-e56a14ce1bf5, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f726739-a9fe-49a7-b887-b77efc347e50, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f726739-a9fe-49a7-b887-b77efc347e50, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=Nzk0NTVlZDEtOTBlYzE1MDktNGY4NzFmZjYtY2VmZTEzOTQ=" 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, 3f726739-a9fe-49a7-b887-b77efc347e50, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, b59a0764-6ee4-4aca-92d0-58d4b2a165be, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, b59a0764-6ee4-4aca-92d0-58d4b2a165be, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=Nzk0NTVlZDEtOTBlYzE1MDktNGY4NzFmZjYtY2VmZTEzOTQ=" 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, b59a0764-6ee4-4aca-92d0-58d4b2a165be, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64595d30-1297-42fe-8da4-9bb01ae1db40, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64595d30-1297-42fe-8da4-9bb01ae1db40, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=Nzk0NTVlZDEtOTBlYzE1MDktNGY4NzFmZjYtY2VmZTEzOTQ=" 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, 64595d30-1297-42fe-8da4-9bb01ae1db40, ghrun-tp3dxqimfm.auto.internal:8460): 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/ab0q/00683c/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/ab0q/00683c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8460', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `collection_90e35f88`\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: 2421077
DEBUG    ya.test:process.py:259 Command (pid 2421077) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2421077) elapsed time (sec): 0.14702630043029785
DEBUG    ya.test:process.py:263 Command (pid 2421077) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2421077) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2421077) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2421077) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2421077) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2421077) maxrss: 164524
DEBUG    ya.test:process.py:263 Command (pid 2421077) minflt: 3439
DEBUG    ya.test:process.py:263 Command (pid 2421077) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2421077) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2421077) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 2421077) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2421077) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2421077) nvcsw: 179
DEBUG    ya.test:process.py:263 Command (pid 2421077) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2421077) stime: 0.025369
DEBUG    ya.test:process.py:263 Command (pid 2421077) utime: 0.04349
DEBUG    ya.test:process.py:263 Command (pid 2421077) wtime: 0.148
DEBUG    ya.test:process.py:275 Command (pid 2421077) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 7dcc8917-2fc2-487a-916a-628e8be8d791, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 7dcc8917-2fc2-487a-916a-628e8be8d791, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_90e35f88" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 7dcc8917-2fc2-487a-916a-628e8be8d791, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_90e35f88" 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: 1765210552010 tx_id: 281474976715664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection collection_90e35f88 found
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ab0q/00683c/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/ab0q/00683c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8460', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2421251
DEBUG    ya.test:process.py:259 Command (pid 2421251) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2421251) elapsed time (sec): 0.1370103359222412
DEBUG    ya.test:process.py:263 Command (pid 2421251) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2421251) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2421251) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2421251) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2421251) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2421251) maxrss: 164524
DEBUG    ya.test:process.py:263 Command (pid 2421251) minflt: 3549
DEBUG    ya.test:process.py:263 Command (pid 2421251) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2421251) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2421251) nivcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 2421251) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2421251) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2421251) nvcsw: 179
DEBUG    ya.test:process.py:263 Command (pid 2421251) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2421251) stime: 0.016982999999999998
DEBUG    ya.test:process.py:263 Command (pid 2421251) utime: 0.063688
DEBUG    ya.test:process.py:263 Command (pid 2421251) wtime: 0.139
DEBUG    ya.test:process.py:275 Command (pid 2421251) 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 2421251) errors:


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f69046d6-00d0-4459-b696-db17f91e3a64, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f69046d6-00d0-4459-b696-db17f91e3a64, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f69046d6-00d0-4459-b696-db17f91e3a64, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTg4OGVjY2ItMmM5NWJkMWUtZTgwN2RkN2UtZDhhMjQ4MDU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 7c7e77ff-e91e-4992-a1e8-2dc45d9bac6c, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 7c7e77ff-e91e-4992-a1e8-2dc45d9bac6c, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=ZTg4OGVjY2ItMmM5NWJkMWUtZTgwN2RkN2UtZDhhMjQ4MDU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 7c7e77ff-e91e-4992-a1e8-2dc45d9bac6c, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551790 tx_id: 281474976715660 } } 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, 9e4d58b1-8a76-435e-8951-94325e1e700c, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e4d58b1-8a76-435e-8951-94325e1e700c, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=ZTg4OGVjY2ItMmM5NWJkMWUtZTgwN2RkN2UtZDhhMjQ4MDU=" 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, 9e4d58b1-8a76-435e-8951-94325e1e700c, ghrun-tp3dxqimfm.auto.internal:8460): 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, d699dffe-5001-48b1-b7e5-df38ba091578, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d699dffe-5001-48b1-b7e5-df38ba091578, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, d699dffe-5001-48b1-b7e5-df38ba091578, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551790 tx_id: 281474976715660 } } } } } }
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 0x7fdc5e7d94b0 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 0x7fdc5e7dba30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdc5e7dba30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4f34a6b7-e468-40c6-8d01-588113956f3a, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4f34a6b7-e468-40c6-8d01-588113956f3a, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 4f34a6b7-e468-40c6-8d01-588113956f3a, ghrun-tp3dxqimfm.auto.internal:8460): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4f34a6b7-e468-40c6-8d01-588113956f3a, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YWE3YTllZjYtN2I1MGViZTItNzQ1ZjBiZDgtNTcwMDNhZmM=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdc5e7dba30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fdc5e7dba30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 686ce77b-f54f-4ba9-ad57-b9792d6b4127, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 4f34a6b7-e468-40c6-8d01-588113956f3a, ghrun-tp3dxqimfm.auto.internal:8460): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 686ce77b-f54f-4ba9-ad57-b9792d6b4127, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=YWE3YTllZjYtN2I1MGViZTItNzQ1ZjBiZDgtNTcwMDNhZmM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 686ce77b-f54f-4ba9-ad57-b9792d6b4127, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551790 tx_id: 281474976715660 } } 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 0x7fdc5e7dba30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 46be954e-963e-418f-a364-19e4d1fca186, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 46be954e-963e-418f-a364-19e4d1fca186, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 46be954e-963e-418f-a364-19e4d1fca186, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551790 tx_id: 281474976715660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ab0q/00683c/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/ab0q/00683c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8460', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2421465
DEBUG    ya.test:process.py:259 Command (pid 2421465) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2421465) elapsed time (sec): 0.14200496673583984
DEBUG    ya.test:process.py:263 Command (pid 2421465) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2421465) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2421465) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2421465) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2421465) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2421465) maxrss: 164524
DEBUG    ya.test:process.py:263 Command (pid 2421465) minflt: 3451
DEBUG    ya.test:process.py:263 Command (pid 2421465) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2421465) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2421465) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 2421465) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2421465) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2421465) nvcsw: 191
DEBUG    ya.test:process.py:263 Command (pid 2421465) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2421465) stime: 0.025817999999999997
DEBUG    ya.test:process.py:263 Command (pid 2421465) utime: 0.051635999999999994
DEBUG    ya.test:process.py:263 Command (pid 2421465) wtime: 0.143
DEBUG    ya.test:process.py:275 Command (pid 2421465) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 87265eb9-0c14-4fe7-afbe-6e156b4cc5ce, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 87265eb9-0c14-4fe7-afbe-6e156b4cc5ce, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 87265eb9-0c14-4fe7-afbe-6e156b4cc5ce, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzliZDRhNTEtM2E3MmNhZGYtMzI2ZDA1NjUtOGI0OGJiNjk=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, eec42ac5-0412-4333-b585-f67da6e775a5, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, eec42ac5-0412-4333-b585-f67da6e775a5, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=MzliZDRhNTEtM2E3MmNhZGYtMzI2ZDA1NjUtOGI0OGJiNjk=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, eec42ac5-0412-4333-b585-f67da6e775a5, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551870 tx_id: 281474976715662 } } 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, 00d7cf45-ecc2-414b-b0d4-829197f489c8, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00d7cf45-ecc2-414b-b0d4-829197f489c8, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=MzliZDRhNTEtM2E3MmNhZGYtMzI2ZDA1NjUtOGI0OGJiNjk=" 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, 00d7cf45-ecc2-414b-b0d4-829197f489c8, ghrun-tp3dxqimfm.auto.internal:8460): 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, f7fadf1e-3592-404a-8256-11f18a6b9d00, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, f7fadf1e-3592-404a-8256-11f18a6b9d00, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, f7fadf1e-3592-404a-8256-11f18a6b9d00, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551870 tx_id: 281474976715662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 1f596ebf-cfc1-4bf5-a983-1625dba08c09, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 1f596ebf-cfc1-4bf5-a983-1625dba08c09, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=YWE3YTllZjYtN2I1MGViZTItNzQ1ZjBiZDgtNTcwMDNhZmM=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 1f596ebf-cfc1-4bf5-a983-1625dba08c09, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551870 tx_id: 281474976715662 } } 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 0x7fdc5e7dba30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 11e67372-8176-4ee4-bb70-885456df4706, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 11e67372-8176-4ee4-bb70-885456df4706, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 11e67372-8176-4ee4-bb70-885456df4706, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551870 tx_id: 281474976715662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ab0q/00683c/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/ab0q/00683c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8460', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2421639
DEBUG    ya.test:process.py:259 Command (pid 2421639) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2421639) elapsed time (sec): 0.12685418128967285
DEBUG    ya.test:process.py:263 Command (pid 2421639) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2421639) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2421639) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2421639) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2421639) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2421639) maxrss: 164524
DEBUG    ya.test:process.py:263 Command (pid 2421639) minflt: 3457
DEBUG    ya.test:process.py:263 Command (pid 2421639) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2421639) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2421639) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 2421639) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2421639) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2421639) nvcsw: 175
DEBUG    ya.test:process.py:263 Command (pid 2421639) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2421639) stime: 0.015014
DEBUG    ya.test:process.py:263 Command (pid 2421639) utime: 0.055052
DEBUG    ya.test:process.py:263 Command (pid 2421639) wtime: 0.128
DEBUG    ya.test:process.py:275 Command (pid 2421639) output:

DEBUG    ya.test:process.py:276 Command (pid 2421639) 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/ab0q/00683c/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/ab0q/00683c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8460', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_90e35f88`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2422983
DEBUG    ya.test:process.py:259 Command (pid 2422983) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2422983) elapsed time (sec): 0.2598299980163574
DEBUG    ya.test:process.py:263 Command (pid 2422983) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2422983) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2422983) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2422983) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2422983) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2422983) maxrss: 164524
DEBUG    ya.test:process.py:263 Command (pid 2422983) minflt: 3441
DEBUG    ya.test:process.py:263 Command (pid 2422983) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2422983) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2422983) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 2422983) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2422983) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2422983) nvcsw: 133
DEBUG    ya.test:process.py:263 Command (pid 2422983) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2422983) stime: 0.027115999999999998
DEBUG    ya.test:process.py:263 Command (pid 2422983) utime: 0.049703
DEBUG    ya.test:process.py:263 Command (pid 2422983) wtime: 0.267
DEBUG    ya.test:process.py:275 Command (pid 2422983) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, e1e8cd44-97b7-4ccd-9c1b-c935d3898ccc, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, e1e8cd44-97b7-4ccd-9c1b-c935d3898ccc, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_90e35f88" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, e1e8cd44-97b7-4ccd-9c1b-c935d3898ccc, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_90e35f88" 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: 1765210552010 tx_id: 281474976715664 } } children { name: "20251208161553Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765210553890 tx_id: 281474976715667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 764c22d3-f98c-4ece-b8e9-0d75c3ab0456, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 764c22d3-f98c-4ece-b8e9-0d75c3ab0456, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_90e35f88" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 764c22d3-f98c-4ece-b8e9-0d75c3ab0456, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_90e35f88" 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: 1765210552010 tx_id: 281474976715664 } } children { name: "20251208161553Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765210553890 tx_id: 281474976715667 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ab0q/00683c/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/ab0q/00683c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8460', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2423197
DEBUG    ya.test:process.py:259 Command (pid 2423197) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2423197) elapsed time (sec): 0.15020108222961426
DEBUG    ya.test:process.py:263 Command (pid 2423197) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2423197) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2423197) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2423197) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2423197) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2423197) maxrss: 164524
DEBUG    ya.test:process.py:263 Command (pid 2423197) minflt: 3552
DEBUG    ya.test:process.py:263 Command (pid 2423197) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2423197) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2423197) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 2423197) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2423197) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2423197) nvcsw: 169
DEBUG    ya.test:process.py:263 Command (pid 2423197) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2423197) stime: 0.037804
DEBUG    ya.test:process.py:263 Command (pid 2423197) utime: 0.037804
DEBUG    ya.test:process.py:263 Command (pid 2423197) wtime: 0.153
DEBUG    ya.test:process.py:275 Command (pid 2423197) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬─────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State   │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼─────────┼───────────────────┤
│ 20251208161553Z_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 2423197) errors:


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ab0q/00683c/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/ab0q/00683c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8460', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2423358
DEBUG    ya.test:process.py:259 Command (pid 2423358) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2423358) elapsed time (sec): 0.15088343620300293
DEBUG    ya.test:process.py:263 Command (pid 2423358) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2423358) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2423358) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2423358) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2423358) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2423358) maxrss: 164524
DEBUG    ya.test:process.py:263 Command (pid 2423358) minflt: 3543
DEBUG    ya.test:process.py:263 Command (pid 2423358) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2423358) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2423358) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 2423358) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2423358) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2423358) nvcsw: 136
DEBUG    ya.test:process.py:263 Command (pid 2423358) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2423358) stime: 0.016245
DEBUG    ya.test:process.py:263 Command (pid 2423358) utime: 0.064982
DEBUG    ya.test:process.py:263 Command (pid 2423358) wtime: 0.152
DEBUG    ya.test:process.py:275 Command (pid 2423358) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬─────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State   │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼─────────┼───────────────────┤
│ 20251208161553Z_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 2423358) errors:


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3d1598a9-1221-4fb8-ac44-8cd791a41154, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3d1598a9-1221-4fb8-ac44-8cd791a41154, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3d1598a9-1221-4fb8-ac44-8cd791a41154, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDc4NTk5M2EtNTU5ZDcyMmItODNiODA0M2EtYjA2ZTJiNTY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 426ae063-e6cc-489b-8b7a-17222b281ecc, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 426ae063-e6cc-489b-8b7a-17222b281ecc, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=NDc4NTk5M2EtNTU5ZDcyMmItODNiODA0M2EtYjA2ZTJiNTY=" 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, 426ae063-e6cc-489b-8b7a-17222b281ecc, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f80bf5d4-8d9e-44e0-afa4-c0ad714bcc57, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f80bf5d4-8d9e-44e0-afa4-c0ad714bcc57, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f80bf5d4-8d9e-44e0-afa4-c0ad714bcc57, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTUyYjMzMjktYWIwMTc4N2EtNGY0YmE5MmEtODNjZjI2NmI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 9f1e3298-b848-41a4-8263-150fdc615f0d, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 9f1e3298-b848-41a4-8263-150fdc615f0d, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=MTUyYjMzMjktYWIwMTc4N2EtNGY0YmE5MmEtODNjZjI2NmI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 9f1e3298-b848-41a4-8263-150fdc615f0d, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551790 tx_id: 281474976715660 } } 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: "20251208161553Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35e745b9-461f-4291-a425-fed2add132be, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e745b9-461f-4291-a425-fed2add132be, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=MTUyYjMzMjktYWIwMTc4N2EtNGY0YmE5MmEtODNjZjI2NmI=" 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, 35e745b9-461f-4291-a425-fed2add132be, ghrun-tp3dxqimfm.auto.internal:8460): 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, e30c17eb-40af-414f-8ba8-6cf0c9cb219a, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e30c17eb-40af-414f-8ba8-6cf0c9cb219a, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e30c17eb-40af-414f-8ba8-6cf0c9cb219a, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551790 tx_id: 281474976715660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b21c3b54-bb6d-4264-ba77-0d26042d86ab, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b21c3b54-bb6d-4264-ba77-0d26042d86ab, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=YWE3YTllZjYtN2I1MGViZTItNzQ1ZjBiZDgtNTcwMDNhZmM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b21c3b54-bb6d-4264-ba77-0d26042d86ab, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551790 tx_id: 281474976715660 } } 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: "20251208161553Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdc5e7dba30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, b10bd735-c591-45fd-b9e1-730317eaa7d2, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b10bd735-c591-45fd-b9e1-730317eaa7d2, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b10bd735-c591-45fd-b9e1-730317eaa7d2, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551790 tx_id: 281474976715660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ab0q/00683c/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/ab0q/00683c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8460', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2423688
DEBUG    ya.test:process.py:259 Command (pid 2423688) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2423688) elapsed time (sec): 0.15876507759094238
DEBUG    ya.test:process.py:263 Command (pid 2423688) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2423688) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2423688) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2423688) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2423688) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2423688) maxrss: 164524
DEBUG    ya.test:process.py:263 Command (pid 2423688) minflt: 3457
DEBUG    ya.test:process.py:263 Command (pid 2423688) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2423688) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2423688) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 2423688) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2423688) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2423688) nvcsw: 147
DEBUG    ya.test:process.py:263 Command (pid 2423688) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2423688) stime: 0.021322
DEBUG    ya.test:process.py:263 Command (pid 2423688) utime: 0.051172999999999996
DEBUG    ya.test:process.py:263 Command (pid 2423688) wtime: 0.16
DEBUG    ya.test:process.py:275 Command (pid 2423688) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 07db05bc-8e17-4323-bf7c-cbe04c5d02c8, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 07db05bc-8e17-4323-bf7c-cbe04c5d02c8, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 07db05bc-8e17-4323-bf7c-cbe04c5d02c8, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGRlZDkxNjEtNmI1MmE1ZWMtZTUxNDViYzQtNWZiYjYxNzI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, bd807c62-d250-4c35-a744-826cd668c5af, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, bd807c62-d250-4c35-a744-826cd668c5af, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=OGRlZDkxNjEtNmI1MmE1ZWMtZTUxNDViYzQtNWZiYjYxNzI=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, bd807c62-d250-4c35-a744-826cd668c5af, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551870 tx_id: 281474976715662 } } 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: "20251208161553Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0d27495-201e-41e2-a8ba-ef5713374a92, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0d27495-201e-41e2-a8ba-ef5713374a92, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=OGRlZDkxNjEtNmI1MmE1ZWMtZTUxNDViYzQtNWZiYjYxNzI=" 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, d0d27495-201e-41e2-a8ba-ef5713374a92, ghrun-tp3dxqimfm.auto.internal:8460): 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, bd11915d-5549-4b94-812c-a0d5a55223a6, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, bd11915d-5549-4b94-812c-a0d5a55223a6, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, bd11915d-5549-4b94-812c-a0d5a55223a6, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551870 tx_id: 281474976715662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 6fe8f33c-046e-44f3-82b3-3de947af3677, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 6fe8f33c-046e-44f3-82b3-3de947af3677, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=YWE3YTllZjYtN2I1MGViZTItNzQ1ZjBiZDgtNTcwMDNhZmM=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 6fe8f33c-046e-44f3-82b3-3de947af3677, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551870 tx_id: 281474976715662 } } 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: "20251208161553Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdc5e7dba30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, c05a8370-c4c6-4a27-bc15-a1f22dd83d23, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, c05a8370-c4c6-4a27-bc15-a1f22dd83d23, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, c05a8370-c4c6-4a27-bc15-a1f22dd83d23, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551870 tx_id: 281474976715662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ab0q/00683c/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/ab0q/00683c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8460', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2423898
DEBUG    ya.test:process.py:259 Command (pid 2423898) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2423898) elapsed time (sec): 0.14966225624084473
DEBUG    ya.test:process.py:263 Command (pid 2423898) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2423898) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2423898) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2423898) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2423898) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2423898) maxrss: 164524
DEBUG    ya.test:process.py:263 Command (pid 2423898) minflt: 3461
DEBUG    ya.test:process.py:263 Command (pid 2423898) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2423898) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2423898) nivcsw: 42
DEBUG    ya.test:process.py:263 Command (pid 2423898) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2423898) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2423898) nvcsw: 132
DEBUG    ya.test:process.py:263 Command (pid 2423898) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2423898) stime: 0.022285
DEBUG    ya.test:process.py:263 Command (pid 2423898) utime: 0.044571
DEBUG    ya.test:process.py:263 Command (pid 2423898) wtime: 0.151
DEBUG    ya.test:process.py:275 Command (pid 2423898) output:

DEBUG    ya.test:process.py:276 Command (pid 2423898) 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/ab0q/00683c/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/ab0q/00683c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8460', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_90e35f88` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2424933
DEBUG    ya.test:process.py:259 Command (pid 2424933) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2424933) elapsed time (sec): 0.242814302444458
DEBUG    ya.test:process.py:263 Command (pid 2424933) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2424933) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2424933) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2424933) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2424933) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2424933) maxrss: 164524
DEBUG    ya.test:process.py:263 Command (pid 2424933) minflt: 3441
DEBUG    ya.test:process.py:263 Command (pid 2424933) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2424933) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2424933) nivcsw: 54
DEBUG    ya.test:process.py:263 Command (pid 2424933) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2424933) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2424933) nvcsw: 116
DEBUG    ya.test:process.py:263 Command (pid 2424933) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2424933) stime: 0.02439
DEBUG    ya.test:process.py:263 Command (pid 2424933) utime: 0.052844999999999996
DEBUG    ya.test:process.py:263 Command (pid 2424933) wtime: 0.249
DEBUG    ya.test:process.py:275 Command (pid 2424933) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 52624040-49ff-42df-b430-15a79f8dfb83, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 52624040-49ff-42df-b430-15a79f8dfb83, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_90e35f88" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 52624040-49ff-42df-b430-15a79f8dfb83, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_90e35f88" 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: 1765210552010 tx_id: 281474976715664 } } children { name: "20251208161553Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765210553890 tx_id: 281474976715667 } } children { name: "20251208161556Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765210556120 tx_id: 281474976715671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 217e81ae-8314-4a7a-b50a-ca813678e83a, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 217e81ae-8314-4a7a-b50a-ca813678e83a, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_90e35f88" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 217e81ae-8314-4a7a-b50a-ca813678e83a, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_90e35f88" 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: 1765210552010 tx_id: 281474976715664 } } children { name: "20251208161553Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765210553890 tx_id: 281474976715667 } } children { name: "20251208161556Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765210556120 tx_id: 281474976715671 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ab0q/00683c/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/ab0q/00683c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8460', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2425375
DEBUG    ya.test:process.py:259 Command (pid 2425375) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2425375) elapsed time (sec): 0.15853309631347656
DEBUG    ya.test:process.py:263 Command (pid 2425375) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2425375) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2425375) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2425375) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2425375) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2425375) maxrss: 164524
DEBUG    ya.test:process.py:263 Command (pid 2425375) minflt: 3554
DEBUG    ya.test:process.py:263 Command (pid 2425375) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2425375) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2425375) nivcsw: 41
DEBUG    ya.test:process.py:263 Command (pid 2425375) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2425375) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2425375) nvcsw: 140
DEBUG    ya.test:process.py:263 Command (pid 2425375) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2425375) stime: 0.020527
DEBUG    ya.test:process.py:263 Command (pid 2425375) utime: 0.053371999999999996
DEBUG    ya.test:process.py:263 Command (pid 2425375) wtime: 0.159
DEBUG    ya.test:process.py:275 Command (pid 2425375) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬──────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State    │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼──────────┼───────────────────┤
│ 20251208161553Z_continuousBackupImpl │ UPDATES │ Unknown │ Disabled │ off               │
│ 20251208161556Z_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 2425375) errors:


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ab0q/00683c/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/ab0q/00683c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8460', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2425586
DEBUG    ya.test:process.py:259 Command (pid 2425586) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2425586) elapsed time (sec): 0.23010015487670898
DEBUG    ya.test:process.py:263 Command (pid 2425586) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2425586) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2425586) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2425586) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2425586) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2425586) maxrss: 164524
DEBUG    ya.test:process.py:263 Command (pid 2425586) minflt: 3543
DEBUG    ya.test:process.py:263 Command (pid 2425586) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2425586) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2425586) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 2425586) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2425586) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2425586) nvcsw: 122
DEBUG    ya.test:process.py:263 Command (pid 2425586) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2425586) stime: 0.032514
DEBUG    ya.test:process.py:263 Command (pid 2425586) utime: 0.053552999999999996
DEBUG    ya.test:process.py:263 Command (pid 2425586) wtime: 0.241
DEBUG    ya.test:process.py:275 Command (pid 2425586) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬──────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State    │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼──────────┼───────────────────┤
│ 20251208161553Z_continuousBackupImpl │ UPDATES │ Unknown │ Disabled │ off               │
│ 20251208161556Z_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 2425586) errors:


DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 93bdf9d5-3780-4056-8684-461895474af3, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 93bdf9d5-3780-4056-8684-461895474af3, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_90e35f88" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 93bdf9d5-3780-4056-8684-461895474af3, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_90e35f88" 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: 1765210552010 tx_id: 281474976715664 } } children { name: "20251208161553Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765210553890 tx_id: 281474976715667 } } children { name: "20251208161556Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765210556120 tx_id: 281474976715671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6d901b4e-43b7-49d9-964d-a2171c374863, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6d901b4e-43b7-49d9-964d-a2171c374863, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6d901b4e-43b7-49d9-964d-a2171c374863, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDZmMTZiZTUtZWU3NzdhMmMtYzU2MjkyNjYtZWE4ZjM1YTE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 1a716014-b31d-4117-b79a-8217335a4a79, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 1a716014-b31d-4117-b79a-8217335a4a79, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=ZDZmMTZiZTUtZWU3NzdhMmMtYzU2MjkyNjYtZWE4ZjM1YTE=" yql_text: "DROP TABLE `/Root/.backups/collections/collection_90e35f88/20251208161553Z_full/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 1a716014-b31d-4117-b79a-8217335a4a79, ghrun-tp3dxqimfm.auto.internal:8460): 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, 4f110de2-8ec6-4a3a-8449-d3b786f416f3, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4f110de2-8ec6-4a3a-8449-d3b786f416f3, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4f110de2-8ec6-4a3a-8449-d3b786f416f3, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmM2ZDNkM2EtMzBhYjhjYmUtMTYyNjM2MTAtODk0YTY1ZjU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 477fa8be-5796-4d0d-9e85-69972272f1ac, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 477fa8be-5796-4d0d-9e85-69972272f1ac, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=MmM2ZDNkM2EtMzBhYjhjYmUtMTYyNjM2MTAtODk0YTY1ZjU=" 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, 477fa8be-5796-4d0d-9e85-69972272f1ac, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cb6760d6-80cf-41da-b464-e7be790180ce, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cb6760d6-80cf-41da-b464-e7be790180ce, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cb6760d6-80cf-41da-b464-e7be790180ce, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZmMzOGJmMWItNGQ1M2U3MDgtOTM3YmVmOTAtMzAzOGM4ZTE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 04433329-f7ba-46ea-9a77-78f38e7813f1, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 04433329-f7ba-46ea-9a77-78f38e7813f1, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=ZmMzOGJmMWItNGQ1M2U3MDgtOTM3YmVmOTAtMzAzOGM4ZTE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 04433329-f7ba-46ea-9a77-78f38e7813f1, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551790 tx_id: 281474976715660 } } 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: "20251208161553Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251208161556Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7903596-8c94-43bf-8c53-49d2960981a8, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7903596-8c94-43bf-8c53-49d2960981a8, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=ZmMzOGJmMWItNGQ1M2U3MDgtOTM3YmVmOTAtMzAzOGM4ZTE=" 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, f7903596-8c94-43bf-8c53-49d2960981a8, ghrun-tp3dxqimfm.auto.internal:8460): 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, 0286cf49-f10e-41d8-a8d4-c7823e340eb7, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 0286cf49-f10e-41d8-a8d4-c7823e340eb7, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 0286cf49-f10e-41d8-a8d4-c7823e340eb7, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551790 tx_id: 281474976715660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 6eaf4708-9a2c-4a56-9442-df7d17d47830, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 6eaf4708-9a2c-4a56-9442-df7d17d47830, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=YWE3YTllZjYtN2I1MGViZTItNzQ1ZjBiZDgtNTcwMDNhZmM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 6eaf4708-9a2c-4a56-9442-df7d17d47830, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551790 tx_id: 281474976715660 } } 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: "20251208161553Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251208161556Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdc5e7dba30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 492b5a3c-ddb4-432d-8d6d-c3eb759e00c7, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 492b5a3c-ddb4-432d-8d6d-c3eb759e00c7, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 492b5a3c-ddb4-432d-8d6d-c3eb759e00c7, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551790 tx_id: 281474976715660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/ab0q/00683c/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/ab0q/00683c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8460', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2426409
DEBUG    ya.test:process.py:259 Command (pid 2426409) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2426409) elapsed time (sec): 0.28103017807006836
DEBUG    ya.test:process.py:263 Command (pid 2426409) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2426409) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2426409) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2426409) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2426409) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2426409) maxrss: 164524
DEBUG    ya.test:process.py:263 Command (pid 2426409) minflt: 3454
DEBUG    ya.test:process.py:263 Command (pid 2426409) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2426409) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2426409) nivcsw: 53
DEBUG    ya.test:process.py:263 Command (pid 2426409) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2426409) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2426409) nvcsw: 108
DEBUG    ya.test:process.py:263 Command (pid 2426409) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2426409) stime: 0.038647999999999995
DEBUG    ya.test:process.py:263 Command (pid 2426409) utime: 0.065345
DEBUG    ya.test:process.py:263 Command (pid 2426409) wtime: 0.283
DEBUG    ya.test:process.py:275 Command (pid 2426409) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cba446a5-a7da-43f3-89a5-d0cc8b57ec77, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cba446a5-a7da-43f3-89a5-d0cc8b57ec77, ghrun-tp3dxqimfm.auto.internal:8460): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cba446a5-a7da-43f3-89a5-d0cc8b57ec77, ghrun-tp3dxqimfm.auto.internal:8460): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZmY5ZTE0MS0xZmI4ODYxZi1iNzAxMzRmNi0xNWYwYmUxMA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 09eba1e8-76d9-45da-a104-6b232176c08a, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 09eba1e8-76d9-45da-a104-6b232176c08a, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=ZmY5ZTE0MS0xZmI4ODYxZi1iNzAxMzRmNi0xNWYwYmUxMA==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 09eba1e8-76d9-45da-a104-6b232176c08a, ghrun-tp3dxqimfm.auto.internal:8460): 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: 1765210551870 tx_id: 281474976715662 } } 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: "20251208161553Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251208161556Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11b10b62-6792-402d-8781-c5f658f2fb7a, ghrun-tp3dxqimfm.auto.internal:8460): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b10b62-6792-402d-8781-c5f658f2fb7a, ghrun-tp3dxqimfm.auto.internal:8460): request = { session_id: "ydb://session/3?node_id=1&id=ZmY5ZTE0MS0xZmI4ODYxZi1iNzAxMzRmNi0xNWYwYmUxMA==" 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, 11b10b62-6792-402d-8781-c5f658f2fb7a, ghrun-tp3dxqimfm.auto.internal:8460): 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: "01kbzbz2pf5exqcvk75t1e3sj7" } } } } }
---------------------------- 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:8460/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13069
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10309
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63929
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8460
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4222
============================== slowest durations ===============================
22.02s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
5.42s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
3.85s 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 3 requested, table schemaversion 4 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
============================== 1 failed in 32.51s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/0067dd/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 ===============================
23.78s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
22.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
3.84s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
============================== 1 passed in 49.94s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006a48/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 ===============================
25.20s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
22.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
4.23s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
============================== 1 passed in 51.69s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006a65/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 ===============================
69.93s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
27.03s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
4.09s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
======================== 1 passed in 101.36s (0:01:41) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006b02/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 .

============================== slowest durations ===============================
56.71s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
27.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
3.69s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
========================= 1 passed in 87.71s (0:01:27) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006814/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 ===============================
25.74s 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
3.47s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
============================== 1 passed in 51.51s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006b03/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 ===============================
26.08s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
22.01s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
3.88s setup    basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
============================== 1 passed in 52.32s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006b17/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.26s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006828/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/ab0q/006a5d/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.25s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006826/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.28s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006a37/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.30s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006aff/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.22s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006af5/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.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/ab0q/006a59/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.28s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006a63/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.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/ab0q/006b04/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.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/ab0q/0067e2/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.29s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006a6a/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.24s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006a57/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.23s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006afc/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.28s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006a38/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.27s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006afb/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.27s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/00680f/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.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/ab0q/006afe/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.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/ab0q/00681b/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.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/ab0q/00680e/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.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/ab0q/0067e1/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.31s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/00683b/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.29s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/00681d/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.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/ab0q/0067f5/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.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/ab0q/006a7a/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.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/ab0q/006a61/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.00s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006af0/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.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/ab0q/006a60/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.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/ab0q/0067d1/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/ab0q/006a7b/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/ab0q/006b1b/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.00s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/0067de/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.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/ab0q/006a51/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.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/ab0q/006a4e/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/ab0q/006a58/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.00s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006a68/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.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/ab0q/006b00/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.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/ab0q/006a50/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.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/ab0q/006a66/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/ab0q/006815/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.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/ab0q/006af2/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.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/ab0q/0067e7/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.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/ab0q/006a77/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.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/ab0q/006835/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/ab0q/006b01/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.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/ab0q/0067df/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.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/ab0q/006a55/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.00s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006a52/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.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/ab0q/006afd/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.00s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ab0q/006a75/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.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/ab0q/006b05/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.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/ab0q/0067d0/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 =============================
