============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003b1d/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-2.13.3
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.56s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
3.84s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
============================== 1 passed in 32.83s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003b0c/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-2.13.3
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:464: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:516: in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
contrib/python/ydb/py3/ydb/_session_impl.py:20: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:9: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:22: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:165: in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.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/fx93/003b0c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27205
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/fx93/003b0c/r3tmp/kikimr_cluster_g8e9ll0q
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fx93/003b0c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11133
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23379
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4094
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26662
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/fx93/003b0c/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:269 Final command: /home/runner/.ya/build/build_root/fx93/003b0c/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/fx93/003b0c/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_vhe81ell.log --grpc-port=11133 --mon-port=23379 --ic-port=27205
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11133/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/fx93/003b0c/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:269 Final command: /home/runner/.ya/build/build_root/fx93/003b0c/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/fx93/003b0c/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_vhe81ell.log --grpc-port=11133 --mon-port=23379 --ic-port=27205
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/fx93/003b0c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/fx93/003b0c/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/fx93/003b0c/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_vhe81ell.log', '--grpc-port=11133', '--mon-port=23379', '--ic-port=27205')' in '/home/runner/.ya/build/build_root/fx93/003b0c/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: 2213088
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:11133/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/fx93/003b0c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2213091
DEBUG    ya.test:process.py:259 Command (pid 2213091) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2213091) elapsed time (sec): 0.44911623001098633
DEBUG    ya.test:process.py:263 Command (pid 2213091) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2213091) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2213091) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2213091) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2213091) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2213091) maxrss: 542312
DEBUG    ya.test:process.py:263 Command (pid 2213091) minflt: 16190
DEBUG    ya.test:process.py:263 Command (pid 2213091) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2213091) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2213091) nivcsw: 83
DEBUG    ya.test:process.py:263 Command (pid 2213091) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2213091) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2213091) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2213091) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2213091) stime: 0.267133
DEBUG    ya.test:process.py:263 Command (pid 2213091) utime: 0.109446
DEBUG    ya.test:process.py:263 Command (pid 2213091) wtime: 0.451
DEBUG    ya.test:process.py:275 Command (pid 2213091) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-tand7g6wyy    Host information: 
        Linux ghrun-tand7g6wyy 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/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/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 2213091) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-tand7g6wyy    Host information: 
        Linux ghrun-tand7g6wyy 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/fx93/003b0c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/fx93/003b0c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:11133', '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: 27205\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/fx93/003b0c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:11133', '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: 27205\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2215370
DEBUG    ya.test:process.py:259 Command (pid 2215370) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2215370) elapsed time (sec): 0.5461184978485107
DEBUG    ya.test:process.py:263 Command (pid 2215370) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2215370) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2215370) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2215370) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2215370) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2215370) maxrss: 550828
DEBUG    ya.test:process.py:263 Command (pid 2215370) minflt: 18334
DEBUG    ya.test:process.py:263 Command (pid 2215370) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2215370) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2215370) nivcsw: 144
DEBUG    ya.test:process.py:263 Command (pid 2215370) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2215370) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2215370) nvcsw: 106
DEBUG    ya.test:process.py:263 Command (pid 2215370) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2215370) stime: 0.299083
DEBUG    ya.test:process.py:263 Command (pid 2215370) utime: 0.130265
DEBUG    ya.test:process.py:263 Command (pid 2215370) wtime: 0.553
DEBUG    ya.test:process.py:275 Command (pid 2215370) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fx93/003b0c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/fx93/003b0c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:11133', '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/fx93/003b0c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:11133', '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: 2215868
DEBUG    ya.test:process.py:259 Command (pid 2215868) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2215868) elapsed time (sec): 0.5607237815856934
DEBUG    ya.test:process.py:263 Command (pid 2215868) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2215868) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2215868) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2215868) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2215868) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2215868) maxrss: 550812
DEBUG    ya.test:process.py:263 Command (pid 2215868) minflt: 18332
DEBUG    ya.test:process.py:263 Command (pid 2215868) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2215868) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2215868) nivcsw: 84
DEBUG    ya.test:process.py:263 Command (pid 2215868) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2215868) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2215868) nvcsw: 112
DEBUG    ya.test:process.py:263 Command (pid 2215868) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2215868) stime: 0.287535
DEBUG    ya.test:process.py:263 Command (pid 2215868) utime: 0.13769299999999998
DEBUG    ya.test:process.py:263 Command (pid 2215868) wtime: 0.59
DEBUG    ya.test:process.py:275 Command (pid 2215868) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 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, 714fd653-1327-47be-96fc-7e468288fc9c, localhost:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 714fd653-1327-47be-96fc-7e468288fc9c, localhost:11133): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 714fd653-1327-47be-96fc-7e468288fc9c, localhost:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tand7g6wyy.auto.internal" port: 11133 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-tand7g6wyy.auto.internal:11133, 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:11133
------------------------------ 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, 716b46f9-bc95-443f-9766-5b148e894cd5, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 716b46f9-bc95-443f-9766-5b148e894cd5, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 716b46f9-bc95-443f-9766-5b148e894cd5, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTYzMGI0Ni1kZjhlM2FmMi0xODNmMTJjNC0yOTg2ZWYzNg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 6a5deafa-fd84-4baa-b8a1-13db54c7a9ab, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 6a5deafa-fd84-4baa-b8a1-13db54c7a9ab, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=YTYzMGI0Ni1kZjhlM2FmMi0xODNmMTJjNC0yOTg2ZWYzNg==" 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, 6a5deafa-fd84-4baa-b8a1-13db54c7a9ab, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76ef5d9d-35d0-403a-84d9-998a1b717912, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76ef5d9d-35d0-403a-84d9-998a1b717912, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=YTYzMGI0Ni1kZjhlM2FmMi0xODNmMTJjNC0yOTg2ZWYzNg==" 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, 76ef5d9d-35d0-403a-84d9-998a1b717912, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, e38f16b9-e79e-40bb-ad94-fa9669d93a15, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, e38f16b9-e79e-40bb-ad94-fa9669d93a15, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=YTYzMGI0Ni1kZjhlM2FmMi0xODNmMTJjNC0yOTg2ZWYzNg==" 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, e38f16b9-e79e-40bb-ad94-fa9669d93a15, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5363ce92-766e-453e-be25-41d520274678, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5363ce92-766e-453e-be25-41d520274678, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=YTYzMGI0Ni1kZjhlM2FmMi0xODNmMTJjNC0yOTg2ZWYzNg==" 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, 5363ce92-766e-453e-be25-41d520274678, ghrun-tand7g6wyy.auto.internal:11133): 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/fx93/003b0c/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/fx93/003b0c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11133', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `collection_6e46f52d`\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: 2216360
DEBUG    ya.test:process.py:259 Command (pid 2216360) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2216360) elapsed time (sec): 0.2092723846435547
DEBUG    ya.test:process.py:263 Command (pid 2216360) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2216360) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2216360) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2216360) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2216360) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2216360) maxrss: 165764
DEBUG    ya.test:process.py:263 Command (pid 2216360) minflt: 3437
DEBUG    ya.test:process.py:263 Command (pid 2216360) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2216360) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2216360) nivcsw: 40
DEBUG    ya.test:process.py:263 Command (pid 2216360) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2216360) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2216360) nvcsw: 164
DEBUG    ya.test:process.py:263 Command (pid 2216360) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2216360) stime: 0.022337
DEBUG    ya.test:process.py:263 Command (pid 2216360) utime: 0.052121
DEBUG    ya.test:process.py:263 Command (pid 2216360) wtime: 0.217
DEBUG    ya.test:process.py:275 Command (pid 2216360) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, acd91a3a-aa55-47cc-b9fe-e1823d169321, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, acd91a3a-aa55-47cc-b9fe-e1823d169321, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_6e46f52d" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, acd91a3a-aa55-47cc-b9fe-e1823d169321, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_6e46f52d" 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: 1763473538300 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection collection_6e46f52d found
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fx93/003b0c/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/fx93/003b0c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11133', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2216539
DEBUG    ya.test:process.py:259 Command (pid 2216539) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2216539) elapsed time (sec): 0.22260379791259766
DEBUG    ya.test:process.py:263 Command (pid 2216539) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2216539) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2216539) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2216539) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2216539) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2216539) maxrss: 165764
DEBUG    ya.test:process.py:263 Command (pid 2216539) minflt: 3554
DEBUG    ya.test:process.py:263 Command (pid 2216539) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2216539) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2216539) nivcsw: 37
DEBUG    ya.test:process.py:263 Command (pid 2216539) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2216539) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2216539) nvcsw: 155
DEBUG    ya.test:process.py:263 Command (pid 2216539) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2216539) stime: 0.024397
DEBUG    ya.test:process.py:263 Command (pid 2216539) utime: 0.058552999999999994
DEBUG    ya.test:process.py:263 Command (pid 2216539) wtime: 0.224
DEBUG    ya.test:process.py:275 Command (pid 2216539) 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 2216539) errors:


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 981f23f8-6f7e-48e2-8e15-fbae3ca81210, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 981f23f8-6f7e-48e2-8e15-fbae3ca81210, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 981f23f8-6f7e-48e2-8e15-fbae3ca81210, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2YyNThkYjAtMzM0MWQ4Zi1kODZkYjIyMC04NTNiZTA2ZQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 3c2e2ed4-6ef8-4218-abfb-9436b7d607af, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 3c2e2ed4-6ef8-4218-abfb-9436b7d607af, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=M2YyNThkYjAtMzM0MWQ4Zi1kODZkYjIyMC04NTNiZTA2ZQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 3c2e2ed4-6ef8-4218-abfb-9436b7d607af, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473537990 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed5b7882-08f8-4ba5-afa8-eb0b3b29c063, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5b7882-08f8-4ba5-afa8-eb0b3b29c063, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=M2YyNThkYjAtMzM0MWQ4Zi1kODZkYjIyMC04NTNiZTA2ZQ==" 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, ed5b7882-08f8-4ba5-afa8-eb0b3b29c063, ghrun-tand7g6wyy.auto.internal:11133): 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, d4b838d3-0747-48b4-a73e-7126df41b4fb, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d4b838d3-0747-48b4-a73e-7126df41b4fb, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, d4b838d3-0747-48b4-a73e-7126df41b4fb, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473537990 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fb7bc181fa0 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 0x7fb7bc1827c0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fb7bc1827c0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 080ecd24-77b6-484c-8c23-42f8a3443855, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 080ecd24-77b6-484c-8c23-42f8a3443855, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 080ecd24-77b6-484c-8c23-42f8a3443855, ghrun-tand7g6wyy.auto.internal:11133): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 080ecd24-77b6-484c-8c23-42f8a3443855, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzdmMzI2OTEtNmI3OTVmMTctMjE0ODZkYjMtNjNjODJkOGE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb7bc1827c0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fb7bc1827c0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 080ecd24-77b6-484c-8c23-42f8a3443855, ghrun-tand7g6wyy.auto.internal:11133): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d06de912-54a4-4365-a371-3c46514ea45f, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d06de912-54a4-4365-a371-3c46514ea45f, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=NzdmMzI2OTEtNmI3OTVmMTctMjE0ODZkYjMtNjNjODJkOGE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d06de912-54a4-4365-a371-3c46514ea45f, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473537990 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb7bc1827c0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 86219556-faef-4596-8b21-329644ec6bca, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 86219556-faef-4596-8b21-329644ec6bca, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 86219556-faef-4596-8b21-329644ec6bca, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473537990 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fx93/003b0c/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/fx93/003b0c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11133', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2216718
DEBUG    ya.test:process.py:259 Command (pid 2216718) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2216718) elapsed time (sec): 0.22478222846984863
DEBUG    ya.test:process.py:263 Command (pid 2216718) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2216718) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2216718) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2216718) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2216718) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2216718) maxrss: 165764
DEBUG    ya.test:process.py:263 Command (pid 2216718) minflt: 3458
DEBUG    ya.test:process.py:263 Command (pid 2216718) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2216718) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2216718) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 2216718) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2216718) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2216718) nvcsw: 128
DEBUG    ya.test:process.py:263 Command (pid 2216718) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2216718) stime: 0.019962
DEBUG    ya.test:process.py:263 Command (pid 2216718) utime: 0.054896
DEBUG    ya.test:process.py:263 Command (pid 2216718) wtime: 0.246
DEBUG    ya.test:process.py:275 Command (pid 2216718) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fd7894fd-4e32-4ac8-9ad5-22fdfeaab93d, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fd7894fd-4e32-4ac8-9ad5-22fdfeaab93d, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fd7894fd-4e32-4ac8-9ad5-22fdfeaab93d, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTUxNjUzYS1mZjZkMzgwLWFiYzViMWMwLWJlMDY5OTFk" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0906b392-cdd9-4687-8c57-bd76d8fd1f2a, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0906b392-cdd9-4687-8c57-bd76d8fd1f2a, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=NTUxNjUzYS1mZjZkMzgwLWFiYzViMWMwLWJlMDY5OTFk" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0906b392-cdd9-4687-8c57-bd76d8fd1f2a, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473538090 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7688c90-18b0-486e-848b-c58636864c7b, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7688c90-18b0-486e-848b-c58636864c7b, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=NTUxNjUzYS1mZjZkMzgwLWFiYzViMWMwLWJlMDY5OTFk" 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, b7688c90-18b0-486e-848b-c58636864c7b, ghrun-tand7g6wyy.auto.internal:11133): 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, aee87805-ba12-4f83-b2f4-3025683089d7, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, aee87805-ba12-4f83-b2f4-3025683089d7, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, aee87805-ba12-4f83-b2f4-3025683089d7, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473538090 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 2e022765-bcec-4bc6-aee5-6bd68944a205, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 2e022765-bcec-4bc6-aee5-6bd68944a205, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=NzdmMzI2OTEtNmI3OTVmMTctMjE0ODZkYjMtNjNjODJkOGE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 2e022765-bcec-4bc6-aee5-6bd68944a205, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473538090 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb7bc1827c0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, f7509ebf-7c17-4988-990c-d4fab6bacd81, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, f7509ebf-7c17-4988-990c-d4fab6bacd81, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, f7509ebf-7c17-4988-990c-d4fab6bacd81, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473538090 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fx93/003b0c/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/fx93/003b0c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11133', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2217043
DEBUG    ya.test:process.py:259 Command (pid 2217043) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2217043) elapsed time (sec): 0.2400674819946289
DEBUG    ya.test:process.py:263 Command (pid 2217043) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2217043) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2217043) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2217043) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2217043) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2217043) maxrss: 165764
DEBUG    ya.test:process.py:263 Command (pid 2217043) minflt: 3455
DEBUG    ya.test:process.py:263 Command (pid 2217043) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2217043) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2217043) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 2217043) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2217043) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2217043) nvcsw: 108
DEBUG    ya.test:process.py:263 Command (pid 2217043) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2217043) stime: 0.013850999999999999
DEBUG    ya.test:process.py:263 Command (pid 2217043) utime: 0.060024999999999995
DEBUG    ya.test:process.py:263 Command (pid 2217043) wtime: 0.243
DEBUG    ya.test:process.py:275 Command (pid 2217043) output:

DEBUG    ya.test:process.py:276 Command (pid 2217043) 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/fx93/003b0c/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/fx93/003b0c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11133', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_6e46f52d`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2219812
DEBUG    ya.test:process.py:259 Command (pid 2219812) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2219812) elapsed time (sec): 0.2611856460571289
DEBUG    ya.test:process.py:263 Command (pid 2219812) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2219812) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2219812) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2219812) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2219812) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2219812) maxrss: 165764
DEBUG    ya.test:process.py:263 Command (pid 2219812) minflt: 3446
DEBUG    ya.test:process.py:263 Command (pid 2219812) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2219812) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2219812) nivcsw: 42
DEBUG    ya.test:process.py:263 Command (pid 2219812) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2219812) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2219812) nvcsw: 140
DEBUG    ya.test:process.py:263 Command (pid 2219812) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2219812) stime: 0.019473
DEBUG    ya.test:process.py:263 Command (pid 2219812) utime: 0.046745999999999996
DEBUG    ya.test:process.py:263 Command (pid 2219812) wtime: 0.266
DEBUG    ya.test:process.py:275 Command (pid 2219812) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 26b4b111-8e8b-4fb1-9efa-bb4854353d9e, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 26b4b111-8e8b-4fb1-9efa-bb4854353d9e, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_6e46f52d" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 26b4b111-8e8b-4fb1-9efa-bb4854353d9e, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_6e46f52d" 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: 1763473538300 tx_id: 281474976710664 } } children { name: "20251118134540Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763473540760 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 9a80e315-20cd-4236-accd-e80f3b1f4d84, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 9a80e315-20cd-4236-accd-e80f3b1f4d84, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_6e46f52d" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 9a80e315-20cd-4236-accd-e80f3b1f4d84, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_6e46f52d" 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: 1763473538300 tx_id: 281474976710664 } } children { name: "20251118134540Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763473540760 tx_id: 281474976710667 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fx93/003b0c/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/fx93/003b0c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11133', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2220831
DEBUG    ya.test:process.py:259 Command (pid 2220831) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2220831) elapsed time (sec): 0.22142577171325684
DEBUG    ya.test:process.py:263 Command (pid 2220831) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2220831) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2220831) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2220831) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2220831) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2220831) maxrss: 165764
DEBUG    ya.test:process.py:263 Command (pid 2220831) minflt: 3562
DEBUG    ya.test:process.py:263 Command (pid 2220831) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2220831) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2220831) nivcsw: 39
DEBUG    ya.test:process.py:263 Command (pid 2220831) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2220831) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2220831) nvcsw: 114
DEBUG    ya.test:process.py:263 Command (pid 2220831) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2220831) stime: 0.021738
DEBUG    ya.test:process.py:263 Command (pid 2220831) utime: 0.054346
DEBUG    ya.test:process.py:263 Command (pid 2220831) wtime: 0.246
DEBUG    ya.test:process.py:275 Command (pid 2220831) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

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


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fx93/003b0c/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/fx93/003b0c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11133', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2221590
DEBUG    ya.test:process.py:259 Command (pid 2221590) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2221590) elapsed time (sec): 0.14470934867858887
DEBUG    ya.test:process.py:263 Command (pid 2221590) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2221590) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2221590) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2221590) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2221590) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2221590) maxrss: 165764
DEBUG    ya.test:process.py:263 Command (pid 2221590) minflt: 3549
DEBUG    ya.test:process.py:263 Command (pid 2221590) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2221590) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2221590) nivcsw: 43
DEBUG    ya.test:process.py:263 Command (pid 2221590) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2221590) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2221590) nvcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 2221590) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2221590) stime: 0.021172999999999997
DEBUG    ya.test:process.py:263 Command (pid 2221590) utime: 0.050816
DEBUG    ya.test:process.py:263 Command (pid 2221590) wtime: 0.148
DEBUG    ya.test:process.py:275 Command (pid 2221590) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

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


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 08f26147-85fc-41f3-bbee-481dcdbeeba1, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 08f26147-85fc-41f3-bbee-481dcdbeeba1, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 08f26147-85fc-41f3-bbee-481dcdbeeba1, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzUyZTkzMjgtZGJhNmI2YzItMzExZDI2ZTUtZDg2OGY4NzY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b71dcec-0fe8-4ff0-8480-f0e1cdd515c1, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b71dcec-0fe8-4ff0-8480-f0e1cdd515c1, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=MzUyZTkzMjgtZGJhNmI2YzItMzExZDI2ZTUtZDg2OGY4NzY=" 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, 8b71dcec-0fe8-4ff0-8480-f0e1cdd515c1, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c39d3fbf-9257-4485-9781-11b548cff624, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c39d3fbf-9257-4485-9781-11b548cff624, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c39d3fbf-9257-4485-9781-11b548cff624, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTdjOTc0MjUtOTQ1ZWQ2OGMtNDMzNmI5N2UtM2U0YzNiNDY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 51ae04ea-138e-493d-bf73-b58a82e5e028, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 51ae04ea-138e-493d-bf73-b58a82e5e028, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=NTdjOTc0MjUtOTQ1ZWQ2OGMtNDMzNmI5N2UtM2U0YzNiNDY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 51ae04ea-138e-493d-bf73-b58a82e5e028, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473537990 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251118134540Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8f56bb5-a777-44fd-b97a-b2fb62604027, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8f56bb5-a777-44fd-b97a-b2fb62604027, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=NTdjOTc0MjUtOTQ1ZWQ2OGMtNDMzNmI5N2UtM2U0YzNiNDY=" 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, a8f56bb5-a777-44fd-b97a-b2fb62604027, ghrun-tand7g6wyy.auto.internal:11133): 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, 9f5f1c16-e376-410a-bd3b-994983b69595, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 9f5f1c16-e376-410a-bd3b-994983b69595, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 9f5f1c16-e376-410a-bd3b-994983b69595, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473537990 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 28560679-509f-4f53-871e-48bd97542700, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 28560679-509f-4f53-871e-48bd97542700, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=NzdmMzI2OTEtNmI3OTVmMTctMjE0ODZkYjMtNjNjODJkOGE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 28560679-509f-4f53-871e-48bd97542700, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473537990 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251118134540Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb7bc1827c0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 2fdf4b4c-21ba-491f-be03-e304b50734c7, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 2fdf4b4c-21ba-491f-be03-e304b50734c7, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 2fdf4b4c-21ba-491f-be03-e304b50734c7, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473537990 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fx93/003b0c/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/fx93/003b0c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11133', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2222158
DEBUG    ya.test:process.py:259 Command (pid 2222158) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2222158) elapsed time (sec): 0.21034932136535645
DEBUG    ya.test:process.py:263 Command (pid 2222158) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2222158) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2222158) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2222158) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2222158) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2222158) maxrss: 165764
DEBUG    ya.test:process.py:263 Command (pid 2222158) minflt: 3463
DEBUG    ya.test:process.py:263 Command (pid 2222158) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2222158) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2222158) nivcsw: 41
DEBUG    ya.test:process.py:263 Command (pid 2222158) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2222158) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2222158) nvcsw: 98
DEBUG    ya.test:process.py:263 Command (pid 2222158) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2222158) stime: 0.010582999999999999
DEBUG    ya.test:process.py:263 Command (pid 2222158) utime: 0.059974
DEBUG    ya.test:process.py:263 Command (pid 2222158) wtime: 0.23
DEBUG    ya.test:process.py:275 Command (pid 2222158) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 47f1712f-dad4-4724-9863-e2f9ba8ff5f2, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 47f1712f-dad4-4724-9863-e2f9ba8ff5f2, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 47f1712f-dad4-4724-9863-e2f9ba8ff5f2, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDQ0MWFiMzUtNWU5YjgwZDAtYjYyZGNjODEtMTU1OWFkOWM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, fea41728-677e-45c8-844a-b0315cc8ed98, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, fea41728-677e-45c8-844a-b0315cc8ed98, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=ZDQ0MWFiMzUtNWU5YjgwZDAtYjYyZGNjODEtMTU1OWFkOWM=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, fea41728-677e-45c8-844a-b0315cc8ed98, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473538090 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251118134540Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ff2e958-bee4-4024-a70a-1216d432f4f4, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ff2e958-bee4-4024-a70a-1216d432f4f4, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=ZDQ0MWFiMzUtNWU5YjgwZDAtYjYyZGNjODEtMTU1OWFkOWM=" 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, 8ff2e958-bee4-4024-a70a-1216d432f4f4, ghrun-tand7g6wyy.auto.internal:11133): 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, 6c03ebe1-6225-4613-bf40-6aeb632ed8d0, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 6c03ebe1-6225-4613-bf40-6aeb632ed8d0, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 6c03ebe1-6225-4613-bf40-6aeb632ed8d0, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473538090 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, a804b6a4-b0a9-44c7-bb23-2814406c5c8e, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, a804b6a4-b0a9-44c7-bb23-2814406c5c8e, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=NzdmMzI2OTEtNmI3OTVmMTctMjE0ODZkYjMtNjNjODJkOGE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, a804b6a4-b0a9-44c7-bb23-2814406c5c8e, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473538090 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251118134540Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb7bc1827c0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 0c5b29f4-8eac-4928-84f7-b5ffa30aadd5, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 0c5b29f4-8eac-4928-84f7-b5ffa30aadd5, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 0c5b29f4-8eac-4928-84f7-b5ffa30aadd5, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473538090 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fx93/003b0c/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/fx93/003b0c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11133', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2223110
DEBUG    ya.test:process.py:259 Command (pid 2223110) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2223110) elapsed time (sec): 0.27281761169433594
DEBUG    ya.test:process.py:263 Command (pid 2223110) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2223110) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2223110) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2223110) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2223110) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2223110) maxrss: 165764
DEBUG    ya.test:process.py:263 Command (pid 2223110) minflt: 3460
DEBUG    ya.test:process.py:263 Command (pid 2223110) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2223110) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2223110) nivcsw: 43
DEBUG    ya.test:process.py:263 Command (pid 2223110) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2223110) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2223110) nvcsw: 109
DEBUG    ya.test:process.py:263 Command (pid 2223110) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2223110) stime: 0.018181
DEBUG    ya.test:process.py:263 Command (pid 2223110) utime: 0.054542999999999994
DEBUG    ya.test:process.py:263 Command (pid 2223110) wtime: 0.274
DEBUG    ya.test:process.py:275 Command (pid 2223110) output:

DEBUG    ya.test:process.py:276 Command (pid 2223110) 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/fx93/003b0c/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/fx93/003b0c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11133', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_6e46f52d` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2224970
DEBUG    ya.test:process.py:259 Command (pid 2224970) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2224970) elapsed time (sec): 0.25431323051452637
DEBUG    ya.test:process.py:263 Command (pid 2224970) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2224970) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2224970) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2224970) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2224970) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2224970) maxrss: 165764
DEBUG    ya.test:process.py:263 Command (pid 2224970) minflt: 3439
DEBUG    ya.test:process.py:263 Command (pid 2224970) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2224970) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2224970) nivcsw: 47
DEBUG    ya.test:process.py:263 Command (pid 2224970) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2224970) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2224970) nvcsw: 121
DEBUG    ya.test:process.py:263 Command (pid 2224970) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2224970) stime: 0.031684
DEBUG    ya.test:process.py:263 Command (pid 2224970) utime: 0.051481
DEBUG    ya.test:process.py:263 Command (pid 2224970) wtime: 0.259
DEBUG    ya.test:process.py:275 Command (pid 2224970) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, f4ac2862-044e-4cef-8d05-41ee28f745a7, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, f4ac2862-044e-4cef-8d05-41ee28f745a7, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_6e46f52d" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, f4ac2862-044e-4cef-8d05-41ee28f745a7, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_6e46f52d" 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: 1763473538300 tx_id: 281474976710664 } } children { name: "20251118134540Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763473540760 tx_id: 281474976710667 } } children { name: "20251118134543Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763473543560 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 6c3f36f9-4e56-4d61-9dc4-d9e72f69cca9, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 6c3f36f9-4e56-4d61-9dc4-d9e72f69cca9, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_6e46f52d" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 6c3f36f9-4e56-4d61-9dc4-d9e72f69cca9, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_6e46f52d" 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: 1763473538300 tx_id: 281474976710664 } } children { name: "20251118134540Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763473540760 tx_id: 281474976710667 } } children { name: "20251118134543Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763473543560 tx_id: 281474976710671 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fx93/003b0c/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/fx93/003b0c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11133', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2225217
DEBUG    ya.test:process.py:259 Command (pid 2225217) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2225217) elapsed time (sec): 0.17375397682189941
DEBUG    ya.test:process.py:263 Command (pid 2225217) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2225217) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2225217) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2225217) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2225217) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2225217) maxrss: 165764
DEBUG    ya.test:process.py:263 Command (pid 2225217) minflt: 3551
DEBUG    ya.test:process.py:263 Command (pid 2225217) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2225217) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2225217) nivcsw: 45
DEBUG    ya.test:process.py:263 Command (pid 2225217) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2225217) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2225217) nvcsw: 153
DEBUG    ya.test:process.py:263 Command (pid 2225217) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2225217) stime: 0.039866
DEBUG    ya.test:process.py:263 Command (pid 2225217) utime: 0.035879999999999995
DEBUG    ya.test:process.py:263 Command (pid 2225217) wtime: 0.182
DEBUG    ya.test:process.py:275 Command (pid 2225217) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

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


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

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


DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, a86a07f9-0a58-4312-887c-1c0daa69e665, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, a86a07f9-0a58-4312-887c-1c0daa69e665, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_6e46f52d" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, a86a07f9-0a58-4312-887c-1c0daa69e665, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_6e46f52d" 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: 1763473538300 tx_id: 281474976710664 } } children { name: "20251118134540Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763473540760 tx_id: 281474976710667 } } children { name: "20251118134543Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763473543560 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 24e207d9-8348-44c5-ae44-3a47a96c3d9d, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 24e207d9-8348-44c5-ae44-3a47a96c3d9d, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 24e207d9-8348-44c5-ae44-3a47a96c3d9d, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzRhY2RiZGQtNjExMmFiOWYtYWYxYjQ4OWItMzRlMzYxZjQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 3600e88f-3f7d-45ef-81f4-85afc240a20b, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 3600e88f-3f7d-45ef-81f4-85afc240a20b, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=YzRhY2RiZGQtNjExMmFiOWYtYWYxYjQ4OWItMzRlMzYxZjQ=" yql_text: "DROP TABLE `/Root/.backups/collections/collection_6e46f52d/20251118134540Z_full/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 3600e88f-3f7d-45ef-81f4-85afc240a20b, ghrun-tand7g6wyy.auto.internal:11133): 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, 2a5a61bb-81c3-4d2b-a5bd-fd553cda04cf, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2a5a61bb-81c3-4d2b-a5bd-fd553cda04cf, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2a5a61bb-81c3-4d2b-a5bd-fd553cda04cf, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWVhNzlkNi1mYmU0Mjk5Ny01Yzk5MjZmZS0zOWRiZjM1MA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a2f1e7a-e527-4613-a832-02b101885388, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a2f1e7a-e527-4613-a832-02b101885388, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=NWVhNzlkNi1mYmU0Mjk5Ny01Yzk5MjZmZS0zOWRiZjM1MA==" 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, 8a2f1e7a-e527-4613-a832-02b101885388, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8fb1b3b1-57f9-412c-9202-0cd3bb5249f8, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8fb1b3b1-57f9-412c-9202-0cd3bb5249f8, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8fb1b3b1-57f9-412c-9202-0cd3bb5249f8, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTc5ZDMwOGYtZTIwMTE0N2UtYTc2NGY4MjYtNmMwZDJkZTU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 2f7c9e2a-dee4-4238-ad97-6a8a22a99a83, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 2f7c9e2a-dee4-4238-ad97-6a8a22a99a83, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=YTc5ZDMwOGYtZTIwMTE0N2UtYTc2NGY4MjYtNmMwZDJkZTU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 2f7c9e2a-dee4-4238-ad97-6a8a22a99a83, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473537990 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251118134540Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251118134543Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad001f0a-88a9-4a74-b82d-78fad178a62d, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad001f0a-88a9-4a74-b82d-78fad178a62d, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=YTc5ZDMwOGYtZTIwMTE0N2UtYTc2NGY4MjYtNmMwZDJkZTU=" 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, ad001f0a-88a9-4a74-b82d-78fad178a62d, ghrun-tand7g6wyy.auto.internal:11133): 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, 614b6bd2-03ad-468a-be16-3a6d09497077, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 614b6bd2-03ad-468a-be16-3a6d09497077, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 614b6bd2-03ad-468a-be16-3a6d09497077, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473537990 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, dd3d01c6-65ab-4acc-b570-123f20409a4b, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, dd3d01c6-65ab-4acc-b570-123f20409a4b, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=NzdmMzI2OTEtNmI3OTVmMTctMjE0ODZkYjMtNjNjODJkOGE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, dd3d01c6-65ab-4acc-b570-123f20409a4b, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473537990 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251118134540Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251118134543Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb7bc1827c0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 50a32829-f7fa-42bc-a469-87d2e21deaa3, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 50a32829-f7fa-42bc-a469-87d2e21deaa3, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 50a32829-f7fa-42bc-a469-87d2e21deaa3, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473537990 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fx93/003b0c/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/fx93/003b0c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11133', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2225851
DEBUG    ya.test:process.py:259 Command (pid 2225851) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2225851) elapsed time (sec): 0.21418428421020508
DEBUG    ya.test:process.py:263 Command (pid 2225851) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2225851) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2225851) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2225851) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2225851) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2225851) maxrss: 165764
DEBUG    ya.test:process.py:263 Command (pid 2225851) minflt: 3459
DEBUG    ya.test:process.py:263 Command (pid 2225851) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2225851) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2225851) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 2225851) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2225851) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2225851) nvcsw: 99
DEBUG    ya.test:process.py:263 Command (pid 2225851) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2225851) stime: 0.031653
DEBUG    ya.test:process.py:263 Command (pid 2225851) utime: 0.041239
DEBUG    ya.test:process.py:263 Command (pid 2225851) wtime: 0.222
DEBUG    ya.test:process.py:275 Command (pid 2225851) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, dc76483a-9f08-4ca5-8db3-9a1027795d99, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, dc76483a-9f08-4ca5-8db3-9a1027795d99, ghrun-tand7g6wyy.auto.internal:11133): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, dc76483a-9f08-4ca5-8db3-9a1027795d99, ghrun-tand7g6wyy.auto.internal:11133): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2MxMTliZGYtZDIzYjcwODctMzg5ZmU2OS1jODM2NGY4Yg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0179b373-39c8-43fb-9ee8-99642a618efc, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0179b373-39c8-43fb-9ee8-99642a618efc, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=Y2MxMTliZGYtZDIzYjcwODctMzg5ZmU2OS1jODM2NGY4Yg==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0179b373-39c8-43fb-9ee8-99642a618efc, ghrun-tand7g6wyy.auto.internal:11133): 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: 1763473538090 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251118134540Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251118134543Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53377fee-ff47-4ce9-80e0-c9242617e72c, ghrun-tand7g6wyy.auto.internal:11133): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53377fee-ff47-4ce9-80e0-c9242617e72c, ghrun-tand7g6wyy.auto.internal:11133): request = { session_id: "ydb://session/3?node_id=1&id=Y2MxMTliZGYtZDIzYjcwODctMzg5ZmU2OS1jODM2NGY4Yg==" 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, 53377fee-ff47-4ce9-80e0-c9242617e72c, ghrun-tand7g6wyy.auto.internal:11133): 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: "01kabkdncj4nkg8bd3f6s5kxc8" } } } } }
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:11133/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26662
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4094
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23379
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11133
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27205
============================== slowest durations ===============================
22.01s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
6.73s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
3.83s 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 34.13s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003b41/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-2.13.3
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
26.55s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
4.01s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
============================== 1 passed in 52.93s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003b15/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-2.13.3
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
26.71s 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.29s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
============================== 1 passed in 53.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/fx93/003b2d/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-2.13.3
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
76.62s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
22.05s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
4.26s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
======================== 1 passed in 103.33s (0:01:43) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003b1c/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-2.13.3
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
62.40s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
17.08s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
3.83s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
========================= 1 passed in 83.69s (0:01:23) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003b34/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-2.13.3
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
27.69s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
22.04s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
4.18s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
============================== 1 passed in 54.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/fx93/003b2c/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-2.13.3
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
22.02s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
17.45s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
3.87s setup    basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
============================== 1 passed in 43.78s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003b26/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-2.13.3
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/fx93/003b2e/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-2.13.3
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/fx93/003b24/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-2.13.3
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/fx93/003b29/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-2.13.3
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/fx93/003b1b/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-2.13.3
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/fx93/003b13/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-2.13.3
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/fx93/003b1a/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-2.13.3
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/fx93/003b10/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-2.13.3
collected 8 items

============================ no tests ran in 0.43s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003b3d/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-2.13.3
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/fx93/003b55/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-2.13.3
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/fx93/003b0a/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-2.13.3
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/fx93/003b0e/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-2.13.3
collected 8 items

============================ no tests ran in 0.44s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003b18/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-2.13.3
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/fx93/003b39/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-2.13.3
collected 8 items

============================ no tests ran in 0.39s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003b2a/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-2.13.3
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/fx93/003b50/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-2.13.3
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/fx93/003b0f/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-2.13.3
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/fx93/003b2b/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-2.13.3
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/fx93/003b19/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-2.13.3
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/fx93/003b20/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-2.13.3
collected 8 items

============================ no tests ran in 0.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/fx93/003b27/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-2.13.3
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/fx93/003b56/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-2.13.3
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/fx93/003b0d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.02s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003b1e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b23/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b40/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b25/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b21/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.02s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003b12/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b14/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b4e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b0b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b51/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b38/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.02s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003b09/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b3e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b28/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b52/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b6b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b4f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b37/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b3b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b53/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b22/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b3c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b54/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b16/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b3a/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b3f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b17/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b11/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
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/fx93/003b1f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

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