============================= test session starts ==============================
platform linux -- Python 3.13.15, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.6.0
collected 4 items

ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py F

=================================== FAILURES ===================================
____________ test_truncate_table_with_fulltext_index_table_service _____________
ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py:72: in test_truncate_table_with_fulltext_index_table_service
    truncate_table()
ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py:54: in truncate_table
    session.execute_scheme('''
contrib/python/ydb/py3/ydb/table.py:1846: in execute_scheme
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:77: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:554: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:559: 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/_session_impl.py:93: in wrap_execute_scheme_result
    issues._process_response(response_pb.operation)
contrib/python/ydb/py3/ydb/issues.py:264: in _process_response
    raise exc_class(_format_response(response_proto), response_proto.issues)
E   ydb.issues.PreconditionFailed: message: "Execution" issue_code: 1060 severity: 1 issues { position { row: 2 column: 36 } message: "Executing TRUNCATE TABLE" end_position { row: 2 column: 36 } severity: 1 issues { message: "Index impl tables cannot contain children" issue_code: 2029 severity: 1 } } (server_code: 400120)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:443 ####################################################################################################
INFO     ya.test:ya.py:444 test_truncate_table_with_fulltext_index_table_service
INFO     ya.test:ya.py:445 ####################################################################################################
INFO     ya.test:ya.py:446 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8508
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_truncate_table_fulltext_index
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:595 Working directory: /home/runner/.ya/build/build_root/vdid/003763/r3tmp/kikimr_cluster_y2d9s_cr
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13323
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29850
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22649
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --node-domain=Root --log-file-name=/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/node_1/logfile_f7ni6kwa.log --grpc-port=13323 --mon-port=29850 --ic-port=8508
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:205 Formatting pdisk SectorMap:1:64 on node localhost:13323/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --node-domain=Root --log-file-name=/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/node_1/logfile_f7ni6kwa.log --grpc-port=13323 --mon-port=29850 --ic-port=8508
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/kikimr_configs/config.yaml', '--node=1', '--node-domain=Root', '--log-file-name=/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/node_1/logfile_f7ni6kwa.log', '--grpc-port=13323', '--mon-port=29850', '--ic-port=8508')' in '/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1087795
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:384 Started node localhost:13323/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/vdid/003763/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1087796
DEBUG    ya.test:process.py:258 Command (pid 1087796) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1087796) elapsed time (sec): 0.5731303691864014
DEBUG    ya.test:process.py:262 Command (pid 1087796) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1087796) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1087796) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1087796) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1087796) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1087796) maxrss: 543740
DEBUG    ya.test:process.py:262 Command (pid 1087796) minflt: 49471
DEBUG    ya.test:process.py:262 Command (pid 1087796) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1087796) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1087796) nivcsw: 4
DEBUG    ya.test:process.py:262 Command (pid 1087796) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1087796) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1087796) nvcsw: 15
DEBUG    ya.test:process.py:262 Command (pid 1087796) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1087796) stime: 0.16830799999999999
DEBUG    ya.test:process.py:262 Command (pid 1087796) utime: 0.36003399999999997
DEBUG    ya.test:process.py:262 Command (pid 1087796) wtime: 0.574
DEBUG    ya.test:process.py:274 Command (pid 1087796) output:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 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/12103990019/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/12103990019/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 -DNDEBUG -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 -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -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:275 Command (pid 1087796) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:385 Node 1 version:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1037 Waiting for bs controller up
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:948 Adding bs box
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:544 Executing command = ['/home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13323', '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: 8508\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/vdid/003763/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13323', '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: 8508\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1088173
DEBUG    ya.test:process.py:258 Command (pid 1088173) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1088173) elapsed time (sec): 0.6424238681793213
DEBUG    ya.test:process.py:262 Command (pid 1088173) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1088173) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1088173) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1088173) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1088173) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1088173) maxrss: 555796
DEBUG    ya.test:process.py:262 Command (pid 1088173) minflt: 53520
DEBUG    ya.test:process.py:262 Command (pid 1088173) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1088173) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1088173) nivcsw: 2
DEBUG    ya.test:process.py:262 Command (pid 1088173) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1088173) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1088173) nvcsw: 421
DEBUG    ya.test:process.py:262 Command (pid 1088173) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1088173) stime: 0.23154899999999998
DEBUG    ya.test:process.py:262 Command (pid 1088173) utime: 0.380696
DEBUG    ya.test:process.py:262 Command (pid 1088173) wtime: 0.644
DEBUG    ya.test:process.py:274 Command (pid 1088173) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

DEBUG    ya.test:process.py:275 Command (pid 1088173) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1005 Adding storage pool with kind hdd
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:544 Executing command = ['/home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13323', '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/vdid/003763/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13323', '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: 1088292
DEBUG    ya.test:process.py:258 Command (pid 1088292) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1088292) elapsed time (sec): 0.6303708553314209
DEBUG    ya.test:process.py:262 Command (pid 1088292) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1088292) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1088292) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1088292) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1088292) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1088292) maxrss: 555796
DEBUG    ya.test:process.py:262 Command (pid 1088292) minflt: 53476
DEBUG    ya.test:process.py:262 Command (pid 1088292) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1088292) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1088292) nivcsw: 2
DEBUG    ya.test:process.py:262 Command (pid 1088292) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1088292) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1088292) nvcsw: 468
DEBUG    ya.test:process.py:262 Command (pid 1088292) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1088292) stime: 0.20366499999999998
DEBUG    ya.test:process.py:262 Command (pid 1088292) utime: 0.394457
DEBUG    ya.test:process.py:262 Command (pid 1088292) wtime: 0.632
DEBUG    ya.test:process.py:274 Command (pid 1088292) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:275 Command (pid 1088292) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:678 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:685 Cluster started and initialized
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:443 /Root/test_truncate_table_with_fulltext_index_table_service
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:452 /Root/test_truncate_table_with_fulltext_index_table_service: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:461 /Root/test_truncate_table_with_fulltext_index_table_service: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_truncate_table_with_fulltext_index_table_service\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_truncate_table_with_fulltext_index_table_service\' doesn\'t exist"
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:469 /Root/test_truncate_table_with_fulltext_index_table_service: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:471 /Root/test_truncate_table_with_fulltext_index_table_service: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:477 /Root/test_truncate_table_with_fulltext_index_table_service: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:490 /Root/test_truncate_table_with_fulltext_index_table_service: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_truncate_table_with_fulltext_index_table_service: create path and declare internals
DEBUG    ydb.tests.library.fixtures:__init__.py:90 create database /Root/test_truncate_table_with_fulltext_index_table_service: start nodes and construct internals
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6685
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16561
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21759
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13112
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:13323 --node-domain=Root --tenant=/Root/test_truncate_table_with_fulltext_index_table_service --log-file-name=/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/slot_1/logfile_miy13d_a.log --grpc-port=6685 --mon-port=16561 --ic-port=21759
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:13323 --node-domain=Root --tenant=/Root/test_truncate_table_with_fulltext_index_table_service --log-file-name=/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/slot_1/logfile_miy13d_a.log --grpc-port=6685 --mon-port=16561 --ic-port=21759
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:13323', '--node-domain=Root', '--tenant=/Root/test_truncate_table_with_fulltext_index_table_service', '--log-file-name=/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/slot_1/logfile_miy13d_a.log', '--grpc-port=6685', '--mon-port=16561', '--ic-port=21759')' in '/home/runner/.ya/build/build_root/vdid/003763/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk0/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_table_service/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1088617
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:384 Started node localhost:6685/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/vdid/003763/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1088618
DEBUG    ya.test:process.py:258 Command (pid 1088618) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1088618) elapsed time (sec): 0.6037335395812988
DEBUG    ya.test:process.py:262 Command (pid 1088618) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1088618) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1088618) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1088618) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1088618) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1088618) maxrss: 561992
DEBUG    ya.test:process.py:262 Command (pid 1088618) minflt: 49386
DEBUG    ya.test:process.py:262 Command (pid 1088618) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1088618) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1088618) nivcsw: 2
DEBUG    ya.test:process.py:262 Command (pid 1088618) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1088618) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1088618) nvcsw: 15
DEBUG    ya.test:process.py:262 Command (pid 1088618) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1088618) stime: 0.151583
DEBUG    ya.test:process.py:262 Command (pid 1088618) utime: 0.407339
DEBUG    ya.test:process.py:262 Command (pid 1088618) wtime: 0.605
DEBUG    ya.test:process.py:274 Command (pid 1088618) output:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 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/12103990019/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/12103990019/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 -DNDEBUG -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 -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -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:275 Command (pid 1088618) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:385 Node 1 version:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.fixtures:__init__.py:93 create database /Root/test_truncate_table_with_fulltext_index_table_service: wait construction done
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:182 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:192 Resolving endpoints for database /Root/test_truncate_table_with_fulltext_index_table_service
DEBUG    ydb.connection:connection.py:464 RpcState(ListEndpoints, fd2d692f-637f-4641-92f9-884705e4d676, localhost:13323): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, fd2d692f-637f-4641-92f9-884705e4d676, localhost:13323): request = { database: "/Root/test_truncate_table_with_fulltext_index_table_service" }
DEBUG    ydb.connection:connection.py:67 RpcState(ListEndpoints, fd2d692f-637f-4641-92f9-884705e4d676, localhost:13323): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-s4cqznanui.auto.internal" port: 6685 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:162 Resolved endpoints for database /Root/test_truncate_table_with_fulltext_index_table_service: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-s4cqznanui.auto.internal:6685, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:13323
DEBUG    ydb.topic:topic.py:759 Close topic client
DEBUG    ydb.topic:topic.py:762 Topic client was closed
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:13323
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint ghrun-s4cqznanui.auto.internal:6685
INFO     ydb.pool.Discovery:pool.py:332 Successfully terminated discovery process
DEBUG    ydb.tests.library.fixtures:__init__.py:96 create database /Root/test_truncate_table_with_fulltext_index_table_service: database up
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:459 Test call (class_name: test_truncate_table_fulltext_index.py, test_name: test_truncate_table_with_fulltext_index_table_service)
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:182 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:192 Resolving endpoints for database /Root/test_truncate_table_with_fulltext_index_table_service
DEBUG    ydb.connection:connection.py:464 RpcState(ListEndpoints, 18018ef2-f2d9-4f55-8eaa-bd3ff15a8edb, localhost:13323): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, 18018ef2-f2d9-4f55-8eaa-bd3ff15a8edb, localhost:13323): request = { database: "/Root/test_truncate_table_with_fulltext_index_table_service" }
DEBUG    ydb.connection:connection.py:67 RpcState(ListEndpoints, 18018ef2-f2d9-4f55-8eaa-bd3ff15a8edb, localhost:13323): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-s4cqznanui.auto.internal" port: 6685 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:162 Resolved endpoints for database /Root/test_truncate_table_with_fulltext_index_table_service: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-s4cqznanui.auto.internal:6685, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:13323
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 0x7cd9c8995de0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7ce9c88e3660>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7ce9c88e3660>
DEBUG    ydb.connection:connection.py:464 RpcState(CreateSession, 53bfcdc8-a759-41ff-81ea-8bdd128ca4ba, ghrun-s4cqznanui.auto.internal:6685): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 53bfcdc8-a759-41ff-81ea-8bdd128ca4ba, ghrun-s4cqznanui.auto.internal:6685): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:136 RpcState(CreateSession, 53bfcdc8-a759-41ff-81ea-8bdd128ca4ba, ghrun-s4cqznanui.auto.internal:6685): on response callback started
DEBUG    ydb.connection:connection.py:67 RpcState(CreateSession, 53bfcdc8-a759-41ff-81ea-8bdd128ca4ba, ghrun-s4cqznanui.auto.internal:6685): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=ZmY1YWUxMzAtMWRjMjI2Yi00MDE3Mzg0MC04ZDQzOTAxNQ%3D%3D" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7ce9c88e3660>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7ce9c88e3660>
DEBUG    ydb.connection:connection.py:141 RpcState(CreateSession, 53bfcdc8-a759-41ff-81ea-8bdd128ca4ba, ghrun-s4cqznanui.auto.internal:6685): on response callback success
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteSchemeQuery, e3d5cc00-c860-4e43-988e-d5b20f53e55c, ghrun-s4cqznanui.auto.internal:6685): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteSchemeQuery, e3d5cc00-c860-4e43-988e-d5b20f53e55c, ghrun-s4cqznanui.auto.internal:6685): request = { session_id: "ydb://session/3?node_id=50000&id=ZmY1YWUxMzAtMWRjMjI2Yi00MDE3Mzg0MC04ZDQzOTAxNQ%3D%3D" yql_text: "\n                CREATE TABLE `Texts` (\n                    Key Uint64,\n                    Text String,\n                    Data String,\n                    PRIMARY KEY (Key)\n                );\n            " operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteSchemeQuery, e3d5cc00-c860-4e43-988e-d5b20f53e55c, ghrun-s4cqznanui.auto.internal:6685): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteSchemeQuery, c94e44d7-29a9-4f4f-a418-67de8c243967, ghrun-s4cqznanui.auto.internal:6685): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteSchemeQuery, c94e44d7-29a9-4f4f-a418-67de8c243967, ghrun-s4cqznanui.auto.internal:6685): request = { session_id: "ydb://session/3?node_id=50000&id=ZmY1YWUxMzAtMWRjMjI2Yi00MDE3Mzg0MC04ZDQzOTAxNQ%3D%3D" yql_text: "\n                ALTER TABLE `Texts` ADD INDEX fulltext_idx\n                    GLOBAL USING fulltext_plain\n                    ON (Text)\n                    WITH (tokenizer=standard, use_filter_lowercase=true)\n            " operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteSchemeQuery, c94e44d7-29a9-4f4f-a418-67de8c243967, ghrun-s4cqznanui.auto.internal:6685): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteDataQuery, b7bed75f-59ce-4d15-a1ff-edddac5625b0, ghrun-s4cqznanui.auto.internal:6685): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteDataQuery, b7bed75f-59ce-4d15-a1ff-edddac5625b0, ghrun-s4cqznanui.auto.internal:6685): request = { session_id: "ydb://session/3?node_id=50000&id=ZmY1YWUxMzAtMWRjMjI2Yi00MDE3Mzg0MC04ZDQzOTAxNQ%3D%3D" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "\n                    SELECT `Key`, `Text`\n                    FROM `Texts` VIEW `fulltext_idx`\n                    WHERE FulltextMatch(`Text`, \"404 not found\")\n                    ORDER BY `Key`;\n                " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteDataQuery, b7bed75f-59ce-4d15-a1ff-edddac5625b0, ghrun-s4cqznanui.auto.internal:6685): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "Key" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Text" type { optional_type { item { type_id: STRING } } } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteDataQuery, bd0edc33-7fe4-4fe1-a5a6-59a77544085b, ghrun-s4cqznanui.auto.internal:6685): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteDataQuery, bd0edc33-7fe4-4fe1-a5a6-59a77544085b, ghrun-s4cqznanui.auto.internal:6685): request = { session_id: "ydb://session/3?node_id=50000&id=ZmY1YWUxMzAtMWRjMjI2Yi00MDE3Mzg0MC04ZDQzOTAxNQ%3D%3D" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "\n                    UPSERT INTO `Texts` (Key, Text, Data) VALUES\n                        (100, \"Cats love cats.\", \"cats data\"),\n                        (200, \"Dogs love foxes.\", \"dogs data\")\n                " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteDataQuery, bd0edc33-7fe4-4fe1-a5a6-59a77544085b, ghrun-s4cqznanui.auto.internal:6685): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteDataQuery, 914dddb3-86ce-4b19-b763-00a57b61bb68, ghrun-s4cqznanui.auto.internal:6685): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteDataQuery, 914dddb3-86ce-4b19-b763-00a57b61bb68, ghrun-s4cqznanui.auto.internal:6685): request = { session_id: "ydb://session/3?node_id=50000&id=ZmY1YWUxMzAtMWRjMjI2Yi00MDE3Mzg0MC04ZDQzOTAxNQ%3D%3D" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "\n                    SELECT `Key`, `Text`\n                    FROM `Texts` VIEW `fulltext_idx`\n                    WHERE FulltextMatch(`Text`, \"404 not found\")\n                    ORDER BY `Key`;\n                " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteDataQuery, 914dddb3-86ce-4b19-b763-00a57b61bb68, ghrun-s4cqznanui.auto.internal:6685): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "Key" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Text" type { optional_type { item { type_id: STRING } } } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteSchemeQuery, 3312b83b-0a2e-4165-b64f-51ed72faaf49, ghrun-s4cqznanui.auto.internal:6685): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteSchemeQuery, 3312b83b-0a2e-4165-b64f-51ed72faaf49, ghrun-s4cqznanui.auto.internal:6685): request = { session_id: "ydb://session/3?node_id=50000&id=ZmY1YWUxMzAtMWRjMjI2Yi00MDE3Mzg0MC04ZDQzOTAxNQ%3D%3D" yql_text: "\n                    TRUNCATE TABLE `Texts`;\n                " operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteSchemeQuery, 3312b83b-0a2e-4165-b64f-51ed72faaf49, ghrun-s4cqznanui.auto.internal:6685): response = { operation { ready: true status: PRECONDITION_FAILED issues { message: "Execution" issue_code: 1060 severity: 1 issues { position { row: 2 column: 36 } message: "Executing TRUNCATE TABLE" end_position { row: 2 column: 36 } severity: 1 issues { message: "Index impl tables cannot contain children" issue_code: 2029 severity: 1 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7ce9c88e3660>
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.table.SessionPool:_sp_impl.py:56 Session pool is under stop, cancelling all in flight waiters.
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7ce9c88e3660>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7ce9c88e3660> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:464 RpcState(DeleteSession, 33ae4650-9c9e-47bd-8ed1-fd991e11c4f1, ghrun-s4cqznanui.auto.internal:6685): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, 33ae4650-9c9e-47bd-8ed1-fd991e11c4f1, ghrun-s4cqznanui.auto.internal:6685): request = { session_id: "ydb://session/3?node_id=50000&id=ZmY1YWUxMzAtMWRjMjI2Yi00MDE3Mzg0MC04ZDQzOTAxNQ%3D%3D" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7ce9c88e3660>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:454 Test teardown
DEBUG    ydb.topic:topic.py:759 Close topic client
DEBUG    ydb.topic:topic.py:762 Topic client was closed
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:13323
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint ghrun-s4cqznanui.auto.internal:6685
INFO     ydb.pool.Discovery:pool.py:332 Successfully terminated discovery process
DEBUG    ydb.tests.library.fixtures:__init__.py:99 destroy database /Root/test_truncate_table_with_fulltext_index_table_service: remove path and dismantle internals
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:443 /Root/test_truncate_table_with_fulltext_index_table_service
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:452 /Root/test_truncate_table_with_fulltext_index_table_service: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:461 /Root/test_truncate_table_with_fulltext_index_table_service: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/test_truncate_table_with_fulltext_index_table_service&cmstid=72057594037936131&txid=1787139512756478&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:469 /Root/test_truncate_table_with_fulltext_index_table_service: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:471 /Root/test_truncate_table_with_fulltext_index_table_service: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:477 /Root/test_truncate_table_with_fulltext_index_table_service: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:490 /Root/test_truncate_table_with_fulltext_index_table_service: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:102 destroy database /Root/test_truncate_table_with_fulltext_index_table_service: stop nodes
INFO     ydb.tests.library.harness.daemon.KiKiMRNode:daemon.py:220 Daemon stopped in 3.0237553119659424 s
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:346 Stopped node localhost:6685/1
DEBUG    ydb.tests.library.fixtures:__init__.py:105 destroy database /Root/test_truncate_table_with_fulltext_index_table_service: database down
INFO     ydb.tests.library.fixtures:__init__.py:58 destroy ydb_cluster for __tests__.test_truncate_table_fulltext_index
INFO     ydb.tests.library.harness.daemon.KiKiMRNode:daemon.py:220 Daemon stopped in 3.0237529277801514 s
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:346 Stopped node localhost:13323/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13112
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21759
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16561
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6685
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22649
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29850
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13323
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8508
============================== slowest durations ===============================
7.31s setup    ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_fulltext_index_table_service
6.59s teardown ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_fulltext_index_table_service
1.75s call     ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_fulltext_index_table_service
=========================== short test summary info ============================
FAILED ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_fulltext_index_table_service - ydb.issues.PreconditionFailed: message: "Execution" issue_code: 1060 severity: 1 issues { position { row: 2 column: 36 } message: "Executing TRUNCATE TABLE" end_position { row: 2 column: 36 } severity: 1 issues { message: "Index impl tables cannot contain children" issue_code: 2029 severity: 1 } } (server_code: 400120)
============================== 1 failed in 16.43s ==============================
============================= test session starts ==============================
platform linux -- Python 3.13.15, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.6.0
collected 4 items

ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py F

=================================== FAILURES ===================================
__________ test_truncate_table_with_fulltext_index_with_query_service __________
ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py:132: in test_truncate_table_with_fulltext_index_with_query_service
    truncate_table()
ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py:114: in truncate_table
    session_pool.execute_with_retries('''
contrib/python/ydb/py3/ydb/query/pool.py:271: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/observability/metrics.py:615: in wrapper
    return retry_func(callee, retry_settings, *args, **kwargs)
contrib/python/ydb/py3/ydb/retries.py:176: in retry_operation_sync
    for next_opt in retry_operation_impl(traced_callee, retry_settings, *args, **kwargs):
contrib/python/ydb/py3/ydb/retries.py:124: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/retries.py:173: in traced_callee
    return callee(*a, **kw)
contrib/python/ydb/py3/ydb/query/pool.py:269: in wrapped_callee
    return convert.aggregate_result_sets_by_index(it)
contrib/python/ydb/py3/ydb/convert.py:511: in aggregate_result_sets_by_index
    for result_set in result_sets:
contrib/python/ydb/py3/ydb/_utilities.py:189: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/query/base.py:87: in _next
    return super()._next()
contrib/python/ydb/py3/ydb/_utilities.py:180: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:543: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:221: in decorator
    return func(rpc_state, response_pb, session, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:238: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:264: in _process_response
    raise exc_class(_format_response(response_proto), response_proto.issues)
E   ydb.issues.PreconditionFailed: message: "Executing ESchemeOpTruncateTable" issue_code: 2029 severity: 1 issues { message: "Index impl tables cannot contain children" issue_code: 2029 severity: 1 } (server_code: 400120)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:443 ####################################################################################################
INFO     ya.test:ya.py:444 test_truncate_table_with_fulltext_index_with_query_service
INFO     ya.test:ya.py:445 ####################################################################################################
INFO     ya.test:ya.py:446 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26355
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_truncate_table_fulltext_index
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:595 Working directory: /home/runner/.ya/build/build_root/vdid/00375e/r3tmp/kikimr_cluster_wppxe3h0
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2862
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64830
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12497
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --node-domain=Root --log-file-name=/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/node_1/logfile__75vane0.log --grpc-port=2862 --mon-port=64830 --ic-port=26355
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:205 Formatting pdisk SectorMap:1:64 on node localhost:2862/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --node-domain=Root --log-file-name=/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/node_1/logfile__75vane0.log --grpc-port=2862 --mon-port=64830 --ic-port=26355
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/kikimr_configs/config.yaml', '--node=1', '--node-domain=Root', '--log-file-name=/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/node_1/logfile__75vane0.log', '--grpc-port=2862', '--mon-port=64830', '--ic-port=26355')' in '/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1089478
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:384 Started node localhost:2862/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/vdid/00375e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1089479
DEBUG    ya.test:process.py:258 Command (pid 1089479) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1089479) elapsed time (sec): 0.5540506839752197
DEBUG    ya.test:process.py:262 Command (pid 1089479) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1089479) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1089479) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1089479) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1089479) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1089479) maxrss: 544588
DEBUG    ya.test:process.py:262 Command (pid 1089479) minflt: 49297
DEBUG    ya.test:process.py:262 Command (pid 1089479) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1089479) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1089479) nivcsw: 1
DEBUG    ya.test:process.py:262 Command (pid 1089479) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1089479) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1089479) nvcsw: 15
DEBUG    ya.test:process.py:262 Command (pid 1089479) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1089479) stime: 0.15040299999999998
DEBUG    ya.test:process.py:262 Command (pid 1089479) utime: 0.358962
DEBUG    ya.test:process.py:262 Command (pid 1089479) wtime: 0.555
DEBUG    ya.test:process.py:274 Command (pid 1089479) output:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 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/12103990019/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/12103990019/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 -DNDEBUG -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 -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -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:275 Command (pid 1089479) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:385 Node 1 version:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1037 Waiting for bs controller up
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:948 Adding bs box
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:544 Executing command = ['/home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2862', '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: 26355\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/vdid/00375e/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2862', '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: 26355\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1090463
DEBUG    ya.test:process.py:258 Command (pid 1090463) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1090463) elapsed time (sec): 0.6262917518615723
DEBUG    ya.test:process.py:262 Command (pid 1090463) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090463) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1090463) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090463) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090463) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1090463) maxrss: 601860
DEBUG    ya.test:process.py:262 Command (pid 1090463) minflt: 53606
DEBUG    ya.test:process.py:262 Command (pid 1090463) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1090463) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1090463) nivcsw: 2
DEBUG    ya.test:process.py:262 Command (pid 1090463) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1090463) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1090463) nvcsw: 413
DEBUG    ya.test:process.py:262 Command (pid 1090463) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1090463) stime: 0.188797
DEBUG    ya.test:process.py:262 Command (pid 1090463) utime: 0.40360599999999996
DEBUG    ya.test:process.py:262 Command (pid 1090463) wtime: 0.628
DEBUG    ya.test:process.py:274 Command (pid 1090463) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:275 Command (pid 1090463) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1005 Adding storage pool with kind hdd
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:544 Executing command = ['/home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2862', '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/vdid/00375e/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2862', '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: 1090556
DEBUG    ya.test:process.py:258 Command (pid 1090556) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1090556) elapsed time (sec): 0.6036891937255859
DEBUG    ya.test:process.py:262 Command (pid 1090556) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090556) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1090556) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090556) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090556) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1090556) maxrss: 603000
DEBUG    ya.test:process.py:262 Command (pid 1090556) minflt: 53511
DEBUG    ya.test:process.py:262 Command (pid 1090556) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1090556) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1090556) nivcsw: 3
DEBUG    ya.test:process.py:262 Command (pid 1090556) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1090556) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1090556) nvcsw: 397
DEBUG    ya.test:process.py:262 Command (pid 1090556) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1090556) stime: 0.22278299999999998
DEBUG    ya.test:process.py:262 Command (pid 1090556) utime: 0.34709399999999996
DEBUG    ya.test:process.py:262 Command (pid 1090556) wtime: 0.605
DEBUG    ya.test:process.py:274 Command (pid 1090556) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:275 Command (pid 1090556) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:678 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:685 Cluster started and initialized
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:443 /Root/test_truncate_table_with_fulltext_index_with_query_service
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:452 /Root/test_truncate_table_with_fulltext_index_with_query_service: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:461 /Root/test_truncate_table_with_fulltext_index_with_query_service: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_truncate_table_with_fulltext_index_with_query_service\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_truncate_table_with_fulltext_index_with_query_service\' doesn\'t exist"
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:469 /Root/test_truncate_table_with_fulltext_index_with_query_service: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:471 /Root/test_truncate_table_with_fulltext_index_with_query_service: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:477 /Root/test_truncate_table_with_fulltext_index_with_query_service: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:490 /Root/test_truncate_table_with_fulltext_index_with_query_service: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_truncate_table_with_fulltext_index_with_query_service: create path and declare internals
DEBUG    ydb.tests.library.fixtures:__init__.py:90 create database /Root/test_truncate_table_with_fulltext_index_with_query_service: start nodes and construct internals
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19249
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1038
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9839
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22036
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:2862 --node-domain=Root --tenant=/Root/test_truncate_table_with_fulltext_index_with_query_service --log-file-name=/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/slot_1/logfile_5qh18rz5.log --grpc-port=19249 --mon-port=1038 --ic-port=9839
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:2862 --node-domain=Root --tenant=/Root/test_truncate_table_with_fulltext_index_with_query_service --log-file-name=/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/slot_1/logfile_5qh18rz5.log --grpc-port=19249 --mon-port=1038 --ic-port=9839
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:2862', '--node-domain=Root', '--tenant=/Root/test_truncate_table_with_fulltext_index_with_query_service', '--log-file-name=/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/slot_1/logfile_5qh18rz5.log', '--grpc-port=19249', '--mon-port=1038', '--ic-port=9839')' in '/home/runner/.ya/build/build_root/vdid/00375e/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk1/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1090910
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:384 Started node localhost:19249/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/vdid/00375e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1090911
DEBUG    ya.test:process.py:258 Command (pid 1090911) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1090911) elapsed time (sec): 0.6013107299804688
DEBUG    ya.test:process.py:262 Command (pid 1090911) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090911) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1090911) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090911) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090911) majflt: 14
DEBUG    ya.test:process.py:262 Command (pid 1090911) maxrss: 615888
DEBUG    ya.test:process.py:262 Command (pid 1090911) minflt: 49750
DEBUG    ya.test:process.py:262 Command (pid 1090911) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1090911) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1090911) nivcsw: 1
DEBUG    ya.test:process.py:262 Command (pid 1090911) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1090911) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1090911) nvcsw: 15
DEBUG    ya.test:process.py:262 Command (pid 1090911) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1090911) stime: 0.159864
DEBUG    ya.test:process.py:262 Command (pid 1090911) utime: 0.39657499999999996
DEBUG    ya.test:process.py:262 Command (pid 1090911) wtime: 0.602
DEBUG    ya.test:process.py:274 Command (pid 1090911) output:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 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/12103990019/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/12103990019/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 -DNDEBUG -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 -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -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:275 Command (pid 1090911) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:385 Node 1 version:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.fixtures:__init__.py:93 create database /Root/test_truncate_table_with_fulltext_index_with_query_service: wait construction done
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:182 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:192 Resolving endpoints for database /Root/test_truncate_table_with_fulltext_index_with_query_service
DEBUG    ydb.connection:connection.py:464 RpcState(ListEndpoints, a1d17a92-cab8-48a1-b4f4-be9b0c90de1d, localhost:2862): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, a1d17a92-cab8-48a1-b4f4-be9b0c90de1d, localhost:2862): request = { database: "/Root/test_truncate_table_with_fulltext_index_with_query_service" }
DEBUG    ydb.connection:connection.py:67 RpcState(ListEndpoints, a1d17a92-cab8-48a1-b4f4-be9b0c90de1d, localhost:2862): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-s4cqznanui.auto.internal" port: 19249 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:162 Resolved endpoints for database /Root/test_truncate_table_with_fulltext_index_with_query_service: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-s4cqznanui.auto.internal:19249, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:2862
DEBUG    ydb.topic:topic.py:759 Close topic client
DEBUG    ydb.topic:topic.py:762 Topic client was closed
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:2862
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint ghrun-s4cqznanui.auto.internal:19249
INFO     ydb.pool.Discovery:pool.py:332 Successfully terminated discovery process
DEBUG    ydb.tests.library.fixtures:__init__.py:96 create database /Root/test_truncate_table_with_fulltext_index_with_query_service: database up
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:459 Test call (class_name: test_truncate_table_fulltext_index.py, test_name: test_truncate_table_with_fulltext_index_with_query_service)
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:182 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:192 Resolving endpoints for database /Root/test_truncate_table_with_fulltext_index_with_query_service
DEBUG    ydb.connection:connection.py:464 RpcState(ListEndpoints, 661d657f-4efa-4fcf-a9a0-391dc9ded7db, localhost:2862): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, 661d657f-4efa-4fcf-a9a0-391dc9ded7db, localhost:2862): request = { database: "/Root/test_truncate_table_with_fulltext_index_with_query_service" }
DEBUG    ydb.connection:connection.py:67 RpcState(ListEndpoints, 661d657f-4efa-4fcf-a9a0-391dc9ded7db, localhost:2862): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-s4cqznanui.auto.internal" port: 19249 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:162 Resolved endpoints for database /Root/test_truncate_table_with_fulltext_index_with_query_service: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-s4cqznanui.auto.internal:19249, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:2862
DEBUG    ydb.query.pool:pool.py:124 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:464 RpcState(CreateSession, d7a5d06e-fe80-4fc6-8ffc-845e1de7c479, ghrun-s4cqznanui.auto.internal:19249): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, d7a5d06e-fe80-4fc6-8ffc-845e1de7c479, ghrun-s4cqznanui.auto.internal:19249): request = {  }
DEBUG    ydb.connection:connection.py:67 RpcState(CreateSession, d7a5d06e-fe80-4fc6-8ffc-845e1de7c479, ghrun-s4cqznanui.auto.internal:19249): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D" node_id: 50000 }
DEBUG    ydb.connection:connection.py:464 RpcState(AttachSession, a8e57345-1a94-4c86-9601-66f66cb95c95, ghrun-s4cqznanui.auto.internal:19249): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a8e57345-1a94-4c86-9601-66f66cb95c95, ghrun-s4cqznanui.auto.internal:19249): request = { session_id: "ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(AttachSession, a8e57345-1a94-4c86-9601-66f66cb95c95, ghrun-s4cqznanui.auto.internal:19249): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:76 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, 9a2f2fb4-a621-4801-9312-b2a6c7e6b114, ghrun-s4cqznanui.auto.internal:19249): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9a2f2fb4-a621-4801-9312-b2a6c7e6b114, ghrun-s4cqznanui.auto.internal:19249): request = { session_id: "ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `Texts` (\n                Key Uint64,\n                Text String,\n                Data String,\n                PRIMARY KEY (Key)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, 9a2f2fb4-a621-4801-9312-b2a6c7e6b114, ghrun-s4cqznanui.auto.internal:19249): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D
DEBUG    ydb.query.pool:pool.py:118 Acquired active session from queue: ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, 6a1287f6-998e-45c0-92e2-4f8f83520ec3, ghrun-s4cqznanui.auto.internal:19249): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6a1287f6-998e-45c0-92e2-4f8f83520ec3, ghrun-s4cqznanui.auto.internal:19249): request = { session_id: "ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            ALTER TABLE `Texts` ADD INDEX fulltext_idx\n                GLOBAL USING fulltext_plain\n                ON (Text)\n                WITH (tokenizer=standard, use_filter_lowercase=true)\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, 6a1287f6-998e-45c0-92e2-4f8f83520ec3, ghrun-s4cqznanui.auto.internal:19249): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D
DEBUG    ydb.query.pool:pool.py:118 Acquired active session from queue: ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, 67af5c72-772a-4906-9178-29dbc0c62721, ghrun-s4cqznanui.auto.internal:19249): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 67af5c72-772a-4906-9178-29dbc0c62721, ghrun-s4cqznanui.auto.internal:19249): request = { session_id: "ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT `Key`, `Text`\n                FROM `Texts` VIEW `fulltext_idx`\n                WHERE FulltextMatch(`Text`, \"404 not found\")\n                ORDER BY `Key`;\n            " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, 67af5c72-772a-4906-9178-29dbc0c62721, ghrun-s4cqznanui.auto.internal:19249): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D
DEBUG    ydb.query.pool:pool.py:118 Acquired active session from queue: ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, 5e7651ce-5f05-4a26-b656-03e05abf3303, ghrun-s4cqznanui.auto.internal:19249): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5e7651ce-5f05-4a26-b656-03e05abf3303, ghrun-s4cqznanui.auto.internal:19249): request = { session_id: "ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                UPSERT INTO `Texts` (Key, Text, Data) VALUES\n                    (100, \"Cats love cats.\", \"cats data\"),\n                    (200, \"Dogs love foxes.\", \"dogs data\")\n            " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, 5e7651ce-5f05-4a26-b656-03e05abf3303, ghrun-s4cqznanui.auto.internal:19249): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D
DEBUG    ydb.query.pool:pool.py:118 Acquired active session from queue: ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, 00af726f-cf83-4318-a417-075f6e3b9adc, ghrun-s4cqznanui.auto.internal:19249): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 00af726f-cf83-4318-a417-075f6e3b9adc, ghrun-s4cqznanui.auto.internal:19249): request = { session_id: "ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT `Key`, `Text`\n                FROM `Texts` VIEW `fulltext_idx`\n                WHERE FulltextMatch(`Text`, \"404 not found\")\n                ORDER BY `Key`;\n            " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, 00af726f-cf83-4318-a417-075f6e3b9adc, ghrun-s4cqznanui.auto.internal:19249): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D
DEBUG    ydb.query.pool:pool.py:118 Acquired active session from queue: ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, 89cec252-e0ac-4ffc-8965-817e69d5c7b9, ghrun-s4cqznanui.auto.internal:19249): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 89cec252-e0ac-4ffc-8965-817e69d5c7b9, ghrun-s4cqznanui.auto.internal:19249): request = { session_id: "ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                TRUNCATE TABLE `Texts`;\n            " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, 89cec252-e0ac-4ffc-8965-817e69d5c7b9, ghrun-s4cqznanui.auto.internal:19249): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(DeleteSession, 10e1c709-1be0-4851-a7e7-30b559778ce2, ghrun-s4cqznanui.auto.internal:19249): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, 10e1c709-1be0-4851-a7e7-30b559778ce2, ghrun-s4cqznanui.auto.internal:19249): request = { session_id: "ydb://session/3?node_id=50000&id=NWZhNTUyNzYtMmM5NzVjN2EtYWNlMTE0M2QtYTlhYzc0YmY%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(DeleteSession, 10e1c709-1be0-4851-a7e7-30b559778ce2, ghrun-s4cqznanui.auto.internal:19249): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:333 All session were deleted.
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:454 Test teardown
DEBUG    ydb.topic:topic.py:759 Close topic client
DEBUG    ydb.topic:topic.py:762 Topic client was closed
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:2862
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint ghrun-s4cqznanui.auto.internal:19249
INFO     ydb.pool.Discovery:pool.py:332 Successfully terminated discovery process
DEBUG    ydb.tests.library.fixtures:__init__.py:99 destroy database /Root/test_truncate_table_with_fulltext_index_with_query_service: remove path and dismantle internals
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:443 /Root/test_truncate_table_with_fulltext_index_with_query_service
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:452 /Root/test_truncate_table_with_fulltext_index_with_query_service: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:461 /Root/test_truncate_table_with_fulltext_index_with_query_service: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/test_truncate_table_with_fulltext_index_with_query_service&cmstid=72057594037936131&txid=1787139523841484&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:469 /Root/test_truncate_table_with_fulltext_index_with_query_service: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:471 /Root/test_truncate_table_with_fulltext_index_with_query_service: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:477 /Root/test_truncate_table_with_fulltext_index_with_query_service: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:490 /Root/test_truncate_table_with_fulltext_index_with_query_service: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:102 destroy database /Root/test_truncate_table_with_fulltext_index_with_query_service: stop nodes
INFO     ydb.tests.library.harness.daemon.KiKiMRNode:daemon.py:220 Daemon stopped in 3.0236949920654297 s
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:346 Stopped node localhost:19249/1
DEBUG    ydb.tests.library.fixtures:__init__.py:105 destroy database /Root/test_truncate_table_with_fulltext_index_with_query_service: database down
INFO     ydb.tests.library.fixtures:__init__.py:58 destroy ydb_cluster for __tests__.test_truncate_table_fulltext_index
INFO     ydb.tests.library.harness.daemon.KiKiMRNode:daemon.py:220 Daemon stopped in 3.0237367153167725 s
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:346 Stopped node localhost:2862/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22036
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9839
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1038
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19249
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12497
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64830
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2862
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26355
============================== slowest durations ===============================
8.39s setup    ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_fulltext_index_with_query_service
6.59s teardown ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_fulltext_index_with_query_service
1.90s call     ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_fulltext_index_with_query_service
=========================== short test summary info ============================
FAILED ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_fulltext_index_with_query_service - ydb.issues.PreconditionFailed: message: "Executing ESchemeOpTruncateTable" issue_code: 2029 severity: 1 issues { message: "Index impl tables cannot contain children" issue_code: 2029 severity: 1 } (server_code: 400120)
============================== 1 failed in 17.45s ==============================
============================= test session starts ==============================
platform linux -- Python 3.13.15, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.6.0
collected 4 items

ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py F

=================================== FAILURES ===================================
___ test_truncate_table_with_fulltext_index_with_query_service_many_sessions ___
ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py:196: in test_truncate_table_with_fulltext_index_with_query_service_many_sessions
    truncate_table()
ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py:178: in truncate_table
    session_pool.execute_with_retries('''
contrib/python/ydb/py3/ydb/query/pool.py:271: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/observability/metrics.py:615: in wrapper
    return retry_func(callee, retry_settings, *args, **kwargs)
contrib/python/ydb/py3/ydb/retries.py:176: in retry_operation_sync
    for next_opt in retry_operation_impl(traced_callee, retry_settings, *args, **kwargs):
contrib/python/ydb/py3/ydb/retries.py:124: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/retries.py:173: in traced_callee
    return callee(*a, **kw)
contrib/python/ydb/py3/ydb/query/pool.py:269: in wrapped_callee
    return convert.aggregate_result_sets_by_index(it)
contrib/python/ydb/py3/ydb/convert.py:511: in aggregate_result_sets_by_index
    for result_set in result_sets:
contrib/python/ydb/py3/ydb/_utilities.py:189: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/query/base.py:87: in _next
    return super()._next()
contrib/python/ydb/py3/ydb/_utilities.py:180: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:543: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:221: in decorator
    return func(rpc_state, response_pb, session, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:238: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:264: in _process_response
    raise exc_class(_format_response(response_proto), response_proto.issues)
E   ydb.issues.PreconditionFailed: message: "Executing ESchemeOpTruncateTable" issue_code: 2029 severity: 1 issues { message: "Index impl tables cannot contain children" issue_code: 2029 severity: 1 } (server_code: 400120)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:443 ####################################################################################################
INFO     ya.test:ya.py:444 test_truncate_table_with_fulltext_index_with_query_service_many_sessions
INFO     ya.test:ya.py:445 ####################################################################################################
INFO     ya.test:ya.py:446 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14862
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_truncate_table_fulltext_index
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:595 Working directory: /home/runner/.ya/build/build_root/vdid/003749/r3tmp/kikimr_cluster_8fyggevo
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3868
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3231
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63191
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --node-domain=Root --log-file-name=/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/node_1/logfile_13i_kad5.log --grpc-port=3868 --mon-port=3231 --ic-port=14862
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:205 Formatting pdisk SectorMap:1:64 on node localhost:3868/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --node-domain=Root --log-file-name=/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/node_1/logfile_13i_kad5.log --grpc-port=3868 --mon-port=3231 --ic-port=14862
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/kikimr_configs/config.yaml', '--node=1', '--node-domain=Root', '--log-file-name=/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/node_1/logfile_13i_kad5.log', '--grpc-port=3868', '--mon-port=3231', '--ic-port=14862')' in '/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1089651
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:384 Started node localhost:3868/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/vdid/003749/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1089652
DEBUG    ya.test:process.py:258 Command (pid 1089652) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1089652) elapsed time (sec): 0.7585818767547607
DEBUG    ya.test:process.py:262 Command (pid 1089652) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1089652) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1089652) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1089652) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1089652) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1089652) maxrss: 545468
DEBUG    ya.test:process.py:262 Command (pid 1089652) minflt: 49332
DEBUG    ya.test:process.py:262 Command (pid 1089652) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1089652) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1089652) nivcsw: 4
DEBUG    ya.test:process.py:262 Command (pid 1089652) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1089652) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1089652) nvcsw: 14
DEBUG    ya.test:process.py:262 Command (pid 1089652) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1089652) stime: 0.204612
DEBUG    ya.test:process.py:262 Command (pid 1089652) utime: 0.5086999999999999
DEBUG    ya.test:process.py:262 Command (pid 1089652) wtime: 0.76
DEBUG    ya.test:process.py:274 Command (pid 1089652) output:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 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/12103990019/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/12103990019/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 -DNDEBUG -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 -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -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:275 Command (pid 1089652) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:385 Node 1 version:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1037 Waiting for bs controller up
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:948 Adding bs box
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:544 Executing command = ['/home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:3868', '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: 14862\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/vdid/003749/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:3868', '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: 14862\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1090470
DEBUG    ya.test:process.py:258 Command (pid 1090470) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1090470) elapsed time (sec): 0.6794519424438477
DEBUG    ya.test:process.py:262 Command (pid 1090470) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090470) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1090470) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090470) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090470) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1090470) maxrss: 628564
DEBUG    ya.test:process.py:262 Command (pid 1090470) minflt: 53569
DEBUG    ya.test:process.py:262 Command (pid 1090470) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1090470) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1090470) nivcsw: 0
DEBUG    ya.test:process.py:262 Command (pid 1090470) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1090470) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1090470) nvcsw: 474
DEBUG    ya.test:process.py:262 Command (pid 1090470) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1090470) stime: 0.20998999999999998
DEBUG    ya.test:process.py:262 Command (pid 1090470) utime: 0.438324
DEBUG    ya.test:process.py:262 Command (pid 1090470) wtime: 0.681
DEBUG    ya.test:process.py:274 Command (pid 1090470) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:275 Command (pid 1090470) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1005 Adding storage pool with kind hdd
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:544 Executing command = ['/home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:3868', '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/vdid/003749/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:3868', '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: 1090610
DEBUG    ya.test:process.py:258 Command (pid 1090610) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1090610) elapsed time (sec): 0.5872416496276855
DEBUG    ya.test:process.py:262 Command (pid 1090610) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090610) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1090610) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090610) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090610) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1090610) maxrss: 628564
DEBUG    ya.test:process.py:262 Command (pid 1090610) minflt: 53520
DEBUG    ya.test:process.py:262 Command (pid 1090610) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1090610) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1090610) nivcsw: 0
DEBUG    ya.test:process.py:262 Command (pid 1090610) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1090610) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1090610) nvcsw: 430
DEBUG    ya.test:process.py:262 Command (pid 1090610) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1090610) stime: 0.189969
DEBUG    ya.test:process.py:262 Command (pid 1090610) utime: 0.36603399999999997
DEBUG    ya.test:process.py:262 Command (pid 1090610) wtime: 0.588
DEBUG    ya.test:process.py:274 Command (pid 1090610) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:275 Command (pid 1090610) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:678 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:685 Cluster started and initialized
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:443 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:452 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:461 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions\' doesn\'t exist"
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:469 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:471 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:477 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:490 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: create path and declare internals
DEBUG    ydb.tests.library.fixtures:__init__.py:90 create database /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: start nodes and construct internals
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28669
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8362
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8771
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27166
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:3868 --node-domain=Root --tenant=/Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions --log-file-name=/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/slot_1/logfile_d837g_1u.log --grpc-port=28669 --mon-port=8362 --ic-port=8771
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:3868 --node-domain=Root --tenant=/Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions --log-file-name=/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/slot_1/logfile_d837g_1u.log --grpc-port=28669 --mon-port=8362 --ic-port=8771
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:3868', '--node-domain=Root', '--tenant=/Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions', '--log-file-name=/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/slot_1/logfile_d837g_1u.log', '--grpc-port=28669', '--mon-port=8362', '--ic-port=8771')' in '/home/runner/.ya/build/build_root/vdid/003749/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk2/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_fulltext_index_with_query_service_many_sessions/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1090951
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:384 Started node localhost:28669/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/vdid/003749/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1090952
DEBUG    ya.test:process.py:258 Command (pid 1090952) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1090952) elapsed time (sec): 0.5912818908691406
DEBUG    ya.test:process.py:262 Command (pid 1090952) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090952) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1090952) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090952) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090952) majflt: 1
DEBUG    ya.test:process.py:262 Command (pid 1090952) maxrss: 628564
DEBUG    ya.test:process.py:262 Command (pid 1090952) minflt: 50642
DEBUG    ya.test:process.py:262 Command (pid 1090952) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1090952) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1090952) nivcsw: 1
DEBUG    ya.test:process.py:262 Command (pid 1090952) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1090952) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1090952) nvcsw: 15
DEBUG    ya.test:process.py:262 Command (pid 1090952) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1090952) stime: 0.182918
DEBUG    ya.test:process.py:262 Command (pid 1090952) utime: 0.36379999999999996
DEBUG    ya.test:process.py:262 Command (pid 1090952) wtime: 0.593
DEBUG    ya.test:process.py:274 Command (pid 1090952) output:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 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/12103990019/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/12103990019/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 -DNDEBUG -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 -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -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:275 Command (pid 1090952) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:385 Node 1 version:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.fixtures:__init__.py:93 create database /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: wait construction done
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:182 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:192 Resolving endpoints for database /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions
DEBUG    ydb.connection:connection.py:464 RpcState(ListEndpoints, 11e6413e-cc21-40b4-9aad-baa009d2525a, localhost:3868): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, 11e6413e-cc21-40b4-9aad-baa009d2525a, localhost:3868): request = { database: "/Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions" }
DEBUG    ydb.connection:connection.py:67 RpcState(ListEndpoints, 11e6413e-cc21-40b4-9aad-baa009d2525a, localhost:3868): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-s4cqznanui.auto.internal" port: 28669 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:162 Resolved endpoints for database /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-s4cqznanui.auto.internal:28669, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:3868
DEBUG    ydb.topic:topic.py:759 Close topic client
DEBUG    ydb.topic:topic.py:762 Topic client was closed
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:3868
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint ghrun-s4cqznanui.auto.internal:28669
INFO     ydb.pool.Discovery:pool.py:332 Successfully terminated discovery process
DEBUG    ydb.tests.library.fixtures:__init__.py:96 create database /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: database up
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:459 Test call (class_name: test_truncate_table_fulltext_index.py, test_name: test_truncate_table_with_fulltext_index_with_query_service_many_sessions)
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:182 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:192 Resolving endpoints for database /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions
DEBUG    ydb.connection:connection.py:464 RpcState(ListEndpoints, d478b7af-459c-4c8b-aef5-81d53c69888c, localhost:3868): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, d478b7af-459c-4c8b-aef5-81d53c69888c, localhost:3868): request = { database: "/Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions" }
DEBUG    ydb.connection:connection.py:67 RpcState(ListEndpoints, d478b7af-459c-4c8b-aef5-81d53c69888c, localhost:3868): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-s4cqznanui.auto.internal" port: 28669 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:162 Resolved endpoints for database /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-s4cqznanui.auto.internal:28669, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:3868
DEBUG    ydb.query.pool:pool.py:124 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:464 RpcState(CreateSession, 2059b7b5-2e57-4777-b43e-9e6004ba8a94, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 2059b7b5-2e57-4777-b43e-9e6004ba8a94, ghrun-s4cqznanui.auto.internal:28669): request = {  }
DEBUG    ydb.connection:connection.py:67 RpcState(CreateSession, 2059b7b5-2e57-4777-b43e-9e6004ba8a94, ghrun-s4cqznanui.auto.internal:28669): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=NTAwYzVjNzUtZjM3OGZmODItYTE1OWE1MWItMjE2ODZiOGE%3D" node_id: 50000 }
DEBUG    ydb.connection:connection.py:464 RpcState(AttachSession, ca035472-51e6-4c38-929d-af6b5f982752, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ca035472-51e6-4c38-929d-af6b5f982752, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=NTAwYzVjNzUtZjM3OGZmODItYTE1OWE1MWItMjE2ODZiOGE%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(AttachSession, ca035472-51e6-4c38-929d-af6b5f982752, ghrun-s4cqznanui.auto.internal:28669): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:76 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=NTAwYzVjNzUtZjM3OGZmODItYTE1OWE1MWItMjE2ODZiOGE%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, bdc4723b-018e-41b1-9b4c-ccdca0d2ec7a, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bdc4723b-018e-41b1-9b4c-ccdca0d2ec7a, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=NTAwYzVjNzUtZjM3OGZmODItYTE1OWE1MWItMjE2ODZiOGE%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `Texts` (\n                Key Uint64,\n                Text String,\n                Data String,\n                PRIMARY KEY (Key)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, bdc4723b-018e-41b1-9b4c-ccdca0d2ec7a, ghrun-s4cqznanui.auto.internal:28669): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=NTAwYzVjNzUtZjM3OGZmODItYTE1OWE1MWItMjE2ODZiOGE%3D
DEBUG    ydb.connection:connection.py:464 RpcState(DeleteSession, ff0e0381-8169-45ed-887a-bba49144e9ad, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, ff0e0381-8169-45ed-887a-bba49144e9ad, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=NTAwYzVjNzUtZjM3OGZmODItYTE1OWE1MWItMjE2ODZiOGE%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(DeleteSession, ff0e0381-8169-45ed-887a-bba49144e9ad, ghrun-s4cqznanui.auto.internal:28669): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:333 All session were deleted.
DEBUG    ydb.query.pool:pool.py:124 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:464 RpcState(CreateSession, 887987ad-8096-4517-9fbe-c7390d6b930e, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 887987ad-8096-4517-9fbe-c7390d6b930e, ghrun-s4cqznanui.auto.internal:28669): request = {  }
DEBUG    ydb.connection:connection.py:93 RpcState(AttachSession, ca035472-51e6-4c38-929d-af6b5f982752, ghrun-s4cqznanui.auto.internal:28669): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
DEBUG    ydb.query.session:session.py:417 Attach stream error: Locally cancelled by application!, session_id: ydb://session/3?node_id=50000&id=NTAwYzVjNzUtZjM3OGZmODItYTE1OWE1MWItMjE2ODZiOGE%3D
DEBUG    ydb.connection:connection.py:67 RpcState(CreateSession, 887987ad-8096-4517-9fbe-c7390d6b930e, ghrun-s4cqznanui.auto.internal:28669): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=ZmUxNWE1N2YtNmQzMjkyZDctYjU5MWIyNzMtMTIwNTM4NDU%3D" node_id: 50000 }
DEBUG    ydb.connection:connection.py:464 RpcState(AttachSession, ce780df8-dbf6-4a34-ab90-af6c7427b1e7, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ce780df8-dbf6-4a34-ab90-af6c7427b1e7, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=ZmUxNWE1N2YtNmQzMjkyZDctYjU5MWIyNzMtMTIwNTM4NDU%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(AttachSession, ce780df8-dbf6-4a34-ab90-af6c7427b1e7, ghrun-s4cqznanui.auto.internal:28669): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:76 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=ZmUxNWE1N2YtNmQzMjkyZDctYjU5MWIyNzMtMTIwNTM4NDU%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, 67c263d9-9bf1-4e8e-9e53-86f0862c7c00, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 67c263d9-9bf1-4e8e-9e53-86f0862c7c00, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=ZmUxNWE1N2YtNmQzMjkyZDctYjU5MWIyNzMtMTIwNTM4NDU%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            ALTER TABLE `Texts` ADD INDEX fulltext_idx\n                GLOBAL USING fulltext_plain\n                ON (Text)\n                WITH (tokenizer=standard, use_filter_lowercase=true)\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, 67c263d9-9bf1-4e8e-9e53-86f0862c7c00, ghrun-s4cqznanui.auto.internal:28669): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=ZmUxNWE1N2YtNmQzMjkyZDctYjU5MWIyNzMtMTIwNTM4NDU%3D
DEBUG    ydb.query.pool:pool.py:124 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:464 RpcState(CreateSession, 8e7a7bb5-96a6-4cb4-b859-7a1f92798ff7, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 8e7a7bb5-96a6-4cb4-b859-7a1f92798ff7, ghrun-s4cqznanui.auto.internal:28669): request = {  }
DEBUG    ydb.connection:connection.py:67 RpcState(CreateSession, 8e7a7bb5-96a6-4cb4-b859-7a1f92798ff7, ghrun-s4cqznanui.auto.internal:28669): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=ODJlZTgxMGQtOWNjZWMzZWMtZDk2NzRjYzEtNTFiYmUwYmQ%3D" node_id: 50000 }
DEBUG    ydb.connection:connection.py:464 RpcState(AttachSession, a8edc5dd-ea54-419e-b66e-717026182df1, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a8edc5dd-ea54-419e-b66e-717026182df1, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=ODJlZTgxMGQtOWNjZWMzZWMtZDk2NzRjYzEtNTFiYmUwYmQ%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(AttachSession, a8edc5dd-ea54-419e-b66e-717026182df1, ghrun-s4cqznanui.auto.internal:28669): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:76 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=ODJlZTgxMGQtOWNjZWMzZWMtZDk2NzRjYzEtNTFiYmUwYmQ%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, b80679f1-b231-41ed-8a76-62fd71a68c51, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b80679f1-b231-41ed-8a76-62fd71a68c51, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=ODJlZTgxMGQtOWNjZWMzZWMtZDk2NzRjYzEtNTFiYmUwYmQ%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                    SELECT `Key`, `Text`\n                    FROM `Texts` VIEW `fulltext_idx`\n                    WHERE FulltextMatch(`Text`, \"404 not found\")\n                    ORDER BY `Key`;\n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, b80679f1-b231-41ed-8a76-62fd71a68c51, ghrun-s4cqznanui.auto.internal:28669): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=ODJlZTgxMGQtOWNjZWMzZWMtZDk2NzRjYzEtNTFiYmUwYmQ%3D
DEBUG    ydb.connection:connection.py:464 RpcState(DeleteSession, 392f5268-e9cf-470a-aa1f-79de8addf392, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, 392f5268-e9cf-470a-aa1f-79de8addf392, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=ODJlZTgxMGQtOWNjZWMzZWMtZDk2NzRjYzEtNTFiYmUwYmQ%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(DeleteSession, 392f5268-e9cf-470a-aa1f-79de8addf392, ghrun-s4cqznanui.auto.internal:28669): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:333 All session were deleted.
DEBUG    ydb.query.session:session.py:415 Attach stream closed, session_id: ydb://session/3?node_id=50000&id=ODJlZTgxMGQtOWNjZWMzZWMtZDk2NzRjYzEtNTFiYmUwYmQ%3D
DEBUG    ydb.query.pool:pool.py:124 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:464 RpcState(CreateSession, aa232e5e-8632-4d5e-b862-d0daa92c32df, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, aa232e5e-8632-4d5e-b862-d0daa92c32df, ghrun-s4cqznanui.auto.internal:28669): request = {  }
DEBUG    ydb.connection:connection.py:67 RpcState(CreateSession, aa232e5e-8632-4d5e-b862-d0daa92c32df, ghrun-s4cqznanui.auto.internal:28669): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=ODVhYmJiYmUtMzQxOTFjOWItNzY1Y2FmNDUtMjU0MDFmOWE%3D" node_id: 50000 }
DEBUG    ydb.connection:connection.py:464 RpcState(AttachSession, dd45429b-eb73-4bfd-aa8d-40e2db0e3981, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dd45429b-eb73-4bfd-aa8d-40e2db0e3981, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=ODVhYmJiYmUtMzQxOTFjOWItNzY1Y2FmNDUtMjU0MDFmOWE%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(AttachSession, dd45429b-eb73-4bfd-aa8d-40e2db0e3981, ghrun-s4cqznanui.auto.internal:28669): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:76 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=ODVhYmJiYmUtMzQxOTFjOWItNzY1Y2FmNDUtMjU0MDFmOWE%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, d7e45786-8554-43f2-ba49-a78600e861b6, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d7e45786-8554-43f2-ba49-a78600e861b6, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=ODVhYmJiYmUtMzQxOTFjOWItNzY1Y2FmNDUtMjU0MDFmOWE%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                    UPSERT INTO `Texts` (Key, Text, Data) VALUES\n                        (100, \"Cats love cats.\", \"cats data\"),\n                        (200, \"Dogs love foxes.\", \"dogs data\")\n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, d7e45786-8554-43f2-ba49-a78600e861b6, ghrun-s4cqznanui.auto.internal:28669): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=ODVhYmJiYmUtMzQxOTFjOWItNzY1Y2FmNDUtMjU0MDFmOWE%3D
DEBUG    ydb.connection:connection.py:464 RpcState(DeleteSession, 3cae5038-3bab-49b4-94d0-bef8b712183e, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, 3cae5038-3bab-49b4-94d0-bef8b712183e, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=ODVhYmJiYmUtMzQxOTFjOWItNzY1Y2FmNDUtMjU0MDFmOWE%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(DeleteSession, 3cae5038-3bab-49b4-94d0-bef8b712183e, ghrun-s4cqznanui.auto.internal:28669): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:333 All session were deleted.
DEBUG    ydb.query.pool:pool.py:124 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:464 RpcState(CreateSession, 0e5a13e4-5914-48eb-8b4c-ee64ab787909, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 0e5a13e4-5914-48eb-8b4c-ee64ab787909, ghrun-s4cqznanui.auto.internal:28669): request = {  }
DEBUG    ydb.connection:connection.py:93 RpcState(AttachSession, dd45429b-eb73-4bfd-aa8d-40e2db0e3981, ghrun-s4cqznanui.auto.internal:28669): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
DEBUG    ydb.query.session:session.py:417 Attach stream error: Locally cancelled by application!, session_id: ydb://session/3?node_id=50000&id=ODVhYmJiYmUtMzQxOTFjOWItNzY1Y2FmNDUtMjU0MDFmOWE%3D
DEBUG    ydb.connection:connection.py:67 RpcState(CreateSession, 0e5a13e4-5914-48eb-8b4c-ee64ab787909, ghrun-s4cqznanui.auto.internal:28669): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=NmQwNWY2ZmYtOTAyMjQ0Y2ItMjRlNTY5OTgtZjA5NzYyNTY%3D" node_id: 50000 }
DEBUG    ydb.connection:connection.py:464 RpcState(AttachSession, 66127fc1-310c-4cef-996a-01e966edad94, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 66127fc1-310c-4cef-996a-01e966edad94, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=NmQwNWY2ZmYtOTAyMjQ0Y2ItMjRlNTY5OTgtZjA5NzYyNTY%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(AttachSession, 66127fc1-310c-4cef-996a-01e966edad94, ghrun-s4cqznanui.auto.internal:28669): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:76 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=NmQwNWY2ZmYtOTAyMjQ0Y2ItMjRlNTY5OTgtZjA5NzYyNTY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, af080141-6263-412b-b93b-d40babf906f8, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, af080141-6263-412b-b93b-d40babf906f8, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=NmQwNWY2ZmYtOTAyMjQ0Y2ItMjRlNTY5OTgtZjA5NzYyNTY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                    SELECT `Key`, `Text`\n                    FROM `Texts` VIEW `fulltext_idx`\n                    WHERE FulltextMatch(`Text`, \"404 not found\")\n                    ORDER BY `Key`;\n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, af080141-6263-412b-b93b-d40babf906f8, ghrun-s4cqznanui.auto.internal:28669): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=NmQwNWY2ZmYtOTAyMjQ0Y2ItMjRlNTY5OTgtZjA5NzYyNTY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(DeleteSession, 555b3c06-cfd5-4339-aec4-a99fe45981c6, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, 555b3c06-cfd5-4339-aec4-a99fe45981c6, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=NmQwNWY2ZmYtOTAyMjQ0Y2ItMjRlNTY5OTgtZjA5NzYyNTY%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(DeleteSession, 555b3c06-cfd5-4339-aec4-a99fe45981c6, ghrun-s4cqznanui.auto.internal:28669): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:333 All session were deleted.
DEBUG    ydb.connection:connection.py:93 RpcState(AttachSession, 66127fc1-310c-4cef-996a-01e966edad94, ghrun-s4cqznanui.auto.internal:28669): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
DEBUG    ydb.query.pool:pool.py:124 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.session:session.py:417 Attach stream error: Locally cancelled by application!, session_id: ydb://session/3?node_id=50000&id=NmQwNWY2ZmYtOTAyMjQ0Y2ItMjRlNTY5OTgtZjA5NzYyNTY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(CreateSession, d7ae1bf9-63e2-43bf-bd1e-d2631338dfce, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, d7ae1bf9-63e2-43bf-bd1e-d2631338dfce, ghrun-s4cqznanui.auto.internal:28669): request = {  }
DEBUG    ydb.connection:connection.py:67 RpcState(CreateSession, d7ae1bf9-63e2-43bf-bd1e-d2631338dfce, ghrun-s4cqznanui.auto.internal:28669): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=ZjVmY2Q4MGItMWNmODc4NGUtYTQxMTZkZDMtOTA3YzIxZDM%3D" node_id: 50000 }
DEBUG    ydb.connection:connection.py:464 RpcState(AttachSession, 9476593c-afc3-4cc5-b1e1-ed6b9ec2a258, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9476593c-afc3-4cc5-b1e1-ed6b9ec2a258, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=ZjVmY2Q4MGItMWNmODc4NGUtYTQxMTZkZDMtOTA3YzIxZDM%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(AttachSession, 9476593c-afc3-4cc5-b1e1-ed6b9ec2a258, ghrun-s4cqznanui.auto.internal:28669): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:76 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=ZjVmY2Q4MGItMWNmODc4NGUtYTQxMTZkZDMtOTA3YzIxZDM%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, dbe62399-1402-479e-8138-e02c5166bf4b, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, dbe62399-1402-479e-8138-e02c5166bf4b, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=ZjVmY2Q4MGItMWNmODc4NGUtYTQxMTZkZDMtOTA3YzIxZDM%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                    TRUNCATE TABLE `Texts`;\n                " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, dbe62399-1402-479e-8138-e02c5166bf4b, ghrun-s4cqznanui.auto.internal:28669): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=ZjVmY2Q4MGItMWNmODc4NGUtYTQxMTZkZDMtOTA3YzIxZDM%3D
DEBUG    ydb.connection:connection.py:464 RpcState(DeleteSession, 36167ce0-1ae4-4ad8-ad35-4d722c5088dc, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, 36167ce0-1ae4-4ad8-ad35-4d722c5088dc, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=ZjVmY2Q4MGItMWNmODc4NGUtYTQxMTZkZDMtOTA3YzIxZDM%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(DeleteSession, 36167ce0-1ae4-4ad8-ad35-4d722c5088dc, ghrun-s4cqznanui.auto.internal:28669): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:333 All session were deleted.
DEBUG    ydb.connection:connection.py:464 RpcState(DeleteSession, 214f8fc8-ffb5-4f0d-9210-9d8e8da3a878, ghrun-s4cqznanui.auto.internal:28669): creating call state
DEBUG    ydb.connection:connection.py:93 RpcState(AttachSession, 9476593c-afc3-4cc5-b1e1-ed6b9ec2a258, ghrun-s4cqznanui.auto.internal:28669): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, 214f8fc8-ffb5-4f0d-9210-9d8e8da3a878, ghrun-s4cqznanui.auto.internal:28669): request = { session_id: "ydb://session/3?node_id=50000&id=ZmUxNWE1N2YtNmQzMjkyZDctYjU5MWIyNzMtMTIwNTM4NDU%3D" }
DEBUG    ydb.query.session:session.py:417 Attach stream error: Locally cancelled by application!, session_id: ydb://session/3?node_id=50000&id=ZjVmY2Q4MGItMWNmODc4NGUtYTQxMTZkZDMtOTA3YzIxZDM%3D
DEBUG    ydb.connection:connection.py:67 RpcState(DeleteSession, 214f8fc8-ffb5-4f0d-9210-9d8e8da3a878, ghrun-s4cqznanui.auto.internal:28669): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:333 All session were deleted.
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:454 Test teardown
DEBUG    ydb.topic:topic.py:759 Close topic client
DEBUG    ydb.topic:topic.py:762 Topic client was closed
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:3868
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint ghrun-s4cqznanui.auto.internal:28669
INFO     ydb.pool.Discovery:pool.py:332 Successfully terminated discovery process
DEBUG    ydb.tests.library.fixtures:__init__.py:99 destroy database /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: remove path and dismantle internals
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:443 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:452 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:461 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions&cmstid=72057594037936131&txid=1787139524345521&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:469 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:471 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:477 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:490 /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:102 destroy database /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: stop nodes
INFO     ydb.tests.library.harness.daemon.KiKiMRNode:daemon.py:220 Daemon stopped in 3.023771286010742 s
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:346 Stopped node localhost:28669/1
DEBUG    ydb.tests.library.fixtures:__init__.py:105 destroy database /Root/test_truncate_table_with_fulltext_index_with_query_service_many_sessions: database down
INFO     ydb.tests.library.fixtures:__init__.py:58 destroy ydb_cluster for __tests__.test_truncate_table_fulltext_index
INFO     ydb.tests.library.harness.daemon.KiKiMRNode:daemon.py:220 Daemon stopped in 3.023625135421753 s
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:346 Stopped node localhost:3868/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27166
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8771
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8362
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28669
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63191
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3231
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3868
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14862
============================== slowest durations ===============================
8.00s setup    ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_fulltext_index_with_query_service_many_sessions
6.59s teardown ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_fulltext_index_with_query_service_many_sessions
2.17s call     ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_fulltext_index_with_query_service_many_sessions
=========================== short test summary info ============================
FAILED ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_fulltext_index_with_query_service_many_sessions - ydb.issues.PreconditionFailed: message: "Executing ESchemeOpTruncateTable" issue_code: 2029 severity: 1 issues { message: "Index impl tables cannot contain children" issue_code: 2029 severity: 1 } (server_code: 400120)
============================== 1 failed in 17.39s ==============================
============================= test session starts ==============================
platform linux -- Python 3.13.15, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.6.0
collected 4 items

ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py F

=================================== FAILURES ===================================
_____ test_truncate_table_with_prefixed_fulltext_index_with_query_service ______
ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py:270: in test_truncate_table_with_prefixed_fulltext_index_with_query_service
    truncate_table()
ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py:251: in truncate_table
    session_pool.execute_with_retries('''
contrib/python/ydb/py3/ydb/query/pool.py:271: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/observability/metrics.py:615: in wrapper
    return retry_func(callee, retry_settings, *args, **kwargs)
contrib/python/ydb/py3/ydb/retries.py:176: in retry_operation_sync
    for next_opt in retry_operation_impl(traced_callee, retry_settings, *args, **kwargs):
contrib/python/ydb/py3/ydb/retries.py:124: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/retries.py:173: in traced_callee
    return callee(*a, **kw)
contrib/python/ydb/py3/ydb/query/pool.py:269: in wrapped_callee
    return convert.aggregate_result_sets_by_index(it)
contrib/python/ydb/py3/ydb/convert.py:511: in aggregate_result_sets_by_index
    for result_set in result_sets:
contrib/python/ydb/py3/ydb/_utilities.py:189: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/query/base.py:87: in _next
    return super()._next()
contrib/python/ydb/py3/ydb/_utilities.py:180: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:543: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:221: in decorator
    return func(rpc_state, response_pb, session, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:238: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:264: in _process_response
    raise exc_class(_format_response(response_proto), response_proto.issues)
E   ydb.issues.PreconditionFailed: message: "Executing ESchemeOpTruncateTable" issue_code: 2029 severity: 1 issues { message: "Index impl tables cannot contain children" issue_code: 2029 severity: 1 } (server_code: 400120)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:443 ####################################################################################################
INFO     ya.test:ya.py:444 test_truncate_table_with_prefixed_fulltext_index_with_query_service
INFO     ya.test:ya.py:445 ####################################################################################################
INFO     ya.test:ya.py:446 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1862
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_truncate_table_fulltext_index
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:595 Working directory: /home/runner/.ya/build/build_root/vdid/00374a/r3tmp/kikimr_cluster_52tg_twr
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1044
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4328
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22005
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --node-domain=Root --log-file-name=/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/node_1/logfile_p1kn649i.log --grpc-port=1044 --mon-port=4328 --ic-port=1862
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:205 Formatting pdisk SectorMap:1:64 on node localhost:1044/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --node-domain=Root --log-file-name=/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/node_1/logfile_p1kn649i.log --grpc-port=1044 --mon-port=4328 --ic-port=1862
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/kikimr_configs/config.yaml', '--node=1', '--node-domain=Root', '--log-file-name=/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/node_1/logfile_p1kn649i.log', '--grpc-port=1044', '--mon-port=4328', '--ic-port=1862')' in '/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1089610
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:384 Started node localhost:1044/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/vdid/00374a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1089611
DEBUG    ya.test:process.py:258 Command (pid 1089611) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1089611) elapsed time (sec): 0.6114656925201416
DEBUG    ya.test:process.py:262 Command (pid 1089611) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1089611) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1089611) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1089611) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1089611) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1089611) maxrss: 545148
DEBUG    ya.test:process.py:262 Command (pid 1089611) minflt: 49281
DEBUG    ya.test:process.py:262 Command (pid 1089611) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1089611) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1089611) nivcsw: 2
DEBUG    ya.test:process.py:262 Command (pid 1089611) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1089611) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1089611) nvcsw: 15
DEBUG    ya.test:process.py:262 Command (pid 1089611) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1089611) stime: 0.183164
DEBUG    ya.test:process.py:262 Command (pid 1089611) utime: 0.38329399999999997
DEBUG    ya.test:process.py:262 Command (pid 1089611) wtime: 0.613
DEBUG    ya.test:process.py:274 Command (pid 1089611) output:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 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/12103990019/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/12103990019/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 -DNDEBUG -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 -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -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:275 Command (pid 1089611) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:385 Node 1 version:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1037 Waiting for bs controller up
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1052 Run bs controller check, amount nodes 1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:948 Adding bs box
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:544 Executing command = ['/home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1044', '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: 1862\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/vdid/00374a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1044', '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: 1862\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1090480
DEBUG    ya.test:process.py:258 Command (pid 1090480) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1090480) elapsed time (sec): 0.6129789352416992
DEBUG    ya.test:process.py:262 Command (pid 1090480) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090480) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1090480) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090480) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090480) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1090480) maxrss: 599440
DEBUG    ya.test:process.py:262 Command (pid 1090480) minflt: 53619
DEBUG    ya.test:process.py:262 Command (pid 1090480) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1090480) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1090480) nivcsw: 3
DEBUG    ya.test:process.py:262 Command (pid 1090480) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1090480) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1090480) nvcsw: 431
DEBUG    ya.test:process.py:262 Command (pid 1090480) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1090480) stime: 0.195678
DEBUG    ya.test:process.py:262 Command (pid 1090480) utime: 0.384617
DEBUG    ya.test:process.py:262 Command (pid 1090480) wtime: 0.615
DEBUG    ya.test:process.py:274 Command (pid 1090480) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:275 Command (pid 1090480) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:1005 Adding storage pool with kind hdd
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:544 Executing command = ['/home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1044', '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/vdid/00374a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1044', '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: 1090651
DEBUG    ya.test:process.py:258 Command (pid 1090651) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1090651) elapsed time (sec): 0.5821948051452637
DEBUG    ya.test:process.py:262 Command (pid 1090651) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090651) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1090651) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090651) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090651) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1090651) maxrss: 600028
DEBUG    ya.test:process.py:262 Command (pid 1090651) minflt: 53572
DEBUG    ya.test:process.py:262 Command (pid 1090651) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1090651) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1090651) nivcsw: 4
DEBUG    ya.test:process.py:262 Command (pid 1090651) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1090651) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1090651) nvcsw: 441
DEBUG    ya.test:process.py:262 Command (pid 1090651) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1090651) stime: 0.222191
DEBUG    ya.test:process.py:262 Command (pid 1090651) utime: 0.328903
DEBUG    ya.test:process.py:262 Command (pid 1090651) wtime: 0.584
DEBUG    ya.test:process.py:274 Command (pid 1090651) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:275 Command (pid 1090651) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:678 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:685 Cluster started and initialized
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:443 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:452 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:461 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: response from console: RemoveTenantResponse {
  Response {
    operation {
      ready: true
      status: NOT_FOUND
      issues {
        message: "Database \'/Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service\' doesn\'t exist"
        severity: 1
      }
    }
  }
}
Status {
  Code: NOT_FOUND
  Reason: "Database \'/Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service\' doesn\'t exist"
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:469 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:471 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:477 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:490 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:86 create database /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: create path and declare internals
DEBUG    ydb.tests.library.fixtures:__init__.py:90 create database /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: start nodes and construct internals
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5947
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20563
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30322
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26276
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1044 --node-domain=Root --tenant=/Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service --log-file-name=/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/slot_1/logfile_fmloa6hk.log --grpc-port=5947 --mon-port=20563 --ic-port=30322
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:334 Final command: /home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1044 --node-domain=Root --tenant=/Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service --log-file-name=/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/slot_1/logfile_fmloa6hk.log --grpc-port=5947 --mon-port=20563 --ic-port=30322
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:1044', '--node-domain=Root', '--tenant=/Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service', '--log-file-name=/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/slot_1/logfile_fmloa6hk.log', '--grpc-port=5947', '--mon-port=20563', '--ic-port=30322')' in '/home/runner/.ya/build/build_root/vdid/00374a/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk3/testing_out_stuff/test_truncate_table_fulltext_index.py.test_truncate_table_with_prefixed_fulltext_index_with_query_service/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1090990
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:384 Started node localhost:5947/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/vdid/00374a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1090991
DEBUG    ya.test:process.py:258 Command (pid 1090991) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 1090991) elapsed time (sec): 0.6075453758239746
DEBUG    ya.test:process.py:262 Command (pid 1090991) idrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090991) inblock: 0
DEBUG    ya.test:process.py:262 Command (pid 1090991) isrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090991) ixrss: 0
DEBUG    ya.test:process.py:262 Command (pid 1090991) majflt: 0
DEBUG    ya.test:process.py:262 Command (pid 1090991) maxrss: 612664
DEBUG    ya.test:process.py:262 Command (pid 1090991) minflt: 49401
DEBUG    ya.test:process.py:262 Command (pid 1090991) msgrcv: 0
DEBUG    ya.test:process.py:262 Command (pid 1090991) msgsnd: 0
DEBUG    ya.test:process.py:262 Command (pid 1090991) nivcsw: 3
DEBUG    ya.test:process.py:262 Command (pid 1090991) nsignals: 0
DEBUG    ya.test:process.py:262 Command (pid 1090991) nswap: 0
DEBUG    ya.test:process.py:262 Command (pid 1090991) nvcsw: 15
DEBUG    ya.test:process.py:262 Command (pid 1090991) oublock: 8
DEBUG    ya.test:process.py:262 Command (pid 1090991) stime: 0.199463
DEBUG    ya.test:process.py:262 Command (pid 1090991) utime: 0.363282
DEBUG    ya.test:process.py:262 Command (pid 1090991) wtime: 0.609
DEBUG    ya.test:process.py:274 Command (pid 1090991) output:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 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/12103990019/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/12103990019/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 -DNDEBUG -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 -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -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:275 Command (pid 1090991) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:385 Node 1 version:
Git info:
    Commit: 1742e8e1aede0791b5132c44d9747d8da0aba63b
    Branch: 
    Author: Vitaliy Filippov <vitalif@mail.ru>
    Summary: Merge 175be15c063d0af29b50027611f29376f8315d7c into 4cf1317cadc5558a2513cb6b2fe936640cb63b6c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-s4cqznanui
    Host information: 
        Linux ghrun-s4cqznanui 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.fixtures:__init__.py:93 create database /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: wait construction done
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:182 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:192 Resolving endpoints for database /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service
DEBUG    ydb.connection:connection.py:464 RpcState(ListEndpoints, e056fdc3-4a02-4da1-8218-c7090e2aa35e, localhost:1044): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, e056fdc3-4a02-4da1-8218-c7090e2aa35e, localhost:1044): request = { database: "/Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service" }
DEBUG    ydb.connection:connection.py:67 RpcState(ListEndpoints, e056fdc3-4a02-4da1-8218-c7090e2aa35e, localhost:1044): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-s4cqznanui.auto.internal" port: 5947 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:162 Resolved endpoints for database /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-s4cqznanui.auto.internal:5947, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:1044
DEBUG    ydb.topic:topic.py:759 Close topic client
DEBUG    ydb.topic:topic.py:762 Topic client was closed
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:1044
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint ghrun-s4cqznanui.auto.internal:5947
INFO     ydb.pool.Discovery:pool.py:332 Successfully terminated discovery process
DEBUG    ydb.tests.library.fixtures:__init__.py:96 create database /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: database up
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:459 Test call (class_name: test_truncate_table_fulltext_index.py, test_name: test_truncate_table_with_prefixed_fulltext_index_with_query_service)
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:182 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:192 Resolving endpoints for database /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service
DEBUG    ydb.connection:connection.py:464 RpcState(ListEndpoints, b8e22c8e-2d32-4d65-b4db-1f8d74ea8f18, localhost:1044): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, b8e22c8e-2d32-4d65-b4db-1f8d74ea8f18, localhost:1044): request = { database: "/Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service" }
DEBUG    ydb.connection:connection.py:67 RpcState(ListEndpoints, b8e22c8e-2d32-4d65-b4db-1f8d74ea8f18, localhost:1044): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-s4cqznanui.auto.internal" port: 5947 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:162 Resolved endpoints for database /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-s4cqznanui.auto.internal:5947, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:347 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:1044
DEBUG    ydb.query.pool:pool.py:124 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:464 RpcState(CreateSession, e14424bb-4c6b-412d-8e0b-660337a3acc4, ghrun-s4cqznanui.auto.internal:5947): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, e14424bb-4c6b-412d-8e0b-660337a3acc4, ghrun-s4cqznanui.auto.internal:5947): request = {  }
DEBUG    ydb.connection:connection.py:67 RpcState(CreateSession, e14424bb-4c6b-412d-8e0b-660337a3acc4, ghrun-s4cqznanui.auto.internal:5947): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D" node_id: 50000 }
DEBUG    ydb.connection:connection.py:464 RpcState(AttachSession, 8ecebb27-e7cd-4f54-ab57-b74ae1625c85, ghrun-s4cqznanui.auto.internal:5947): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8ecebb27-e7cd-4f54-ab57-b74ae1625c85, ghrun-s4cqznanui.auto.internal:5947): request = { session_id: "ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(AttachSession, 8ecebb27-e7cd-4f54-ab57-b74ae1625c85, ghrun-s4cqznanui.auto.internal:5947): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:76 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, b602ee0a-2436-48e9-8cc0-4242b354b8f4, ghrun-s4cqznanui.auto.internal:5947): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b602ee0a-2436-48e9-8cc0-4242b354b8f4, ghrun-s4cqznanui.auto.internal:5947): request = { session_id: "ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `Texts` (\n                Key Uint64,\n                UserId Uint64,\n                Text String,\n                Data String,\n                PRIMARY KEY (Key)\n            );\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, b602ee0a-2436-48e9-8cc0-4242b354b8f4, ghrun-s4cqznanui.auto.internal:5947): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.query.pool:pool.py:118 Acquired active session from queue: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, b204cae5-dfc4-4a20-bbbb-de242fcf7643, ghrun-s4cqznanui.auto.internal:5947): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b204cae5-dfc4-4a20-bbbb-de242fcf7643, ghrun-s4cqznanui.auto.internal:5947): request = { session_id: "ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            ALTER TABLE `Texts` ADD INDEX fulltext_idx\n                GLOBAL USING fulltext_plain\n                ON (UserId, Text)\n                WITH (tokenizer=standard, use_filter_lowercase=true)\n        " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, b204cae5-dfc4-4a20-bbbb-de242fcf7643, ghrun-s4cqznanui.auto.internal:5947): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.query.pool:pool.py:118 Acquired active session from queue: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, 2b874246-7af3-4a2c-a2fc-74128831955c, ghrun-s4cqznanui.auto.internal:5947): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2b874246-7af3-4a2c-a2fc-74128831955c, ghrun-s4cqznanui.auto.internal:5947): request = { session_id: "ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT `Key`, `Text`\n                FROM `Texts` VIEW `fulltext_idx`\n                WHERE UserId = 1 AND FulltextMatch(`Text`, \"404 not found\")\n                ORDER BY `Key`;\n            " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, 2b874246-7af3-4a2c-a2fc-74128831955c, ghrun-s4cqznanui.auto.internal:5947): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.query.pool:pool.py:118 Acquired active session from queue: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, e46fffe5-2b09-4011-83a4-bb28ec596f32, ghrun-s4cqznanui.auto.internal:5947): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e46fffe5-2b09-4011-83a4-bb28ec596f32, ghrun-s4cqznanui.auto.internal:5947): request = { session_id: "ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                UPSERT INTO `Texts` (Key, UserId, Text, Data) VALUES\n                    (100, 1, \"Cats love cats.\", \"cats data\"),\n                    (200, 1, \"Dogs love foxes.\", \"dogs data\"),\n                    (300, 2, \"Cats love milk.\", \"more cats data\")\n            " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, e46fffe5-2b09-4011-83a4-bb28ec596f32, ghrun-s4cqznanui.auto.internal:5947): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.query.pool:pool.py:118 Acquired active session from queue: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, 307169c6-0b16-4c6f-9778-b96eb78d1ebb, ghrun-s4cqznanui.auto.internal:5947): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 307169c6-0b16-4c6f-9778-b96eb78d1ebb, ghrun-s4cqznanui.auto.internal:5947): request = { session_id: "ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT `Key`, `Text`\n                FROM `Texts` VIEW `fulltext_idx`\n                WHERE UserId = 1 AND FulltextMatch(`Text`, \"404 not found\")\n                ORDER BY `Key`;\n            " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, 307169c6-0b16-4c6f-9778-b96eb78d1ebb, ghrun-s4cqznanui.auto.internal:5947): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.query.pool:pool.py:118 Acquired active session from queue: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, 47e3822c-30cf-4284-80b7-8df62317b495, ghrun-s4cqznanui.auto.internal:5947): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 47e3822c-30cf-4284-80b7-8df62317b495, ghrun-s4cqznanui.auto.internal:5947): request = { session_id: "ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT `Key`, `Text`\n                FROM `Texts` VIEW `fulltext_idx`\n                WHERE UserId = 1 AND FulltextMatch(`Text`, \"cats\")\n                ORDER BY `Key`;\n            " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, 47e3822c-30cf-4284-80b7-8df62317b495, ghrun-s4cqznanui.auto.internal:5947): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.query.pool:pool.py:118 Acquired active session from queue: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(ExecuteQuery, 58f2b60e-32da-4d39-86bb-0d3b007eb6d2, ghrun-s4cqznanui.auto.internal:5947): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 58f2b60e-32da-4d39-86bb-0d3b007eb6d2, ghrun-s4cqznanui.auto.internal:5947): request = { session_id: "ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                TRUNCATE TABLE `Texts`;\n            " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:67 RpcState(ExecuteQuery, 58f2b60e-32da-4d39-86bb-0d3b007eb6d2, ghrun-s4cqznanui.auto.internal:5947): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:139 Session returned to queue: ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D
DEBUG    ydb.connection:connection.py:464 RpcState(DeleteSession, 39297050-5042-4643-b7da-96314967735f, ghrun-s4cqznanui.auto.internal:5947): creating call state
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, 39297050-5042-4643-b7da-96314967735f, ghrun-s4cqznanui.auto.internal:5947): request = { session_id: "ydb://session/3?node_id=50000&id=MzVmZDJmNzQtMzg3YmQ0MTgtY2JkZGM4MWEtNTk2NDNlOWY%3D" }
DEBUG    ydb.connection:connection.py:67 RpcState(DeleteSession, 39297050-5042-4643-b7da-96314967735f, ghrun-s4cqznanui.auto.internal:5947): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:333 All session were deleted.
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:454 Test teardown
DEBUG    ydb.topic:topic.py:759 Close topic client
DEBUG    ydb.topic:topic.py:762 Topic client was closed
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint localhost:1044
DEBUG    ydb.connection:connection.py:592 Closing channel for endpoint ghrun-s4cqznanui.auto.internal:5947
INFO     ydb.pool.Discovery:pool.py:332 Successfully terminated discovery process
DEBUG    ydb.tests.library.fixtures:__init__.py:99 destroy database /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: remove path and dismantle internals
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:443 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:452 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: send console operation, token None
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:461 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: response from console: RemoveTenantResponse {
  Response {
    operation {
      id: "ydb://cmsrequest/5?tenant=/Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service&cmstid=72057594037936131&txid=1787139524470506&action=2"
    }
  }
}
Status {
  Code: STATUS_CODE_UNSPECIFIED
}

DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:469 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: wait console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:471 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: console operation done
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:477 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: wait tenant gone
DEBUG    ydb.tests.library.harness.kikimr_cluster_interface:kikimr_cluster_interface.py:490 /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: tenant gone
DEBUG    ydb.tests.library.fixtures:__init__.py:102 destroy database /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: stop nodes
INFO     ydb.tests.library.harness.daemon.KiKiMRNode:daemon.py:220 Daemon stopped in 3.023850679397583 s
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:346 Stopped node localhost:5947/1
DEBUG    ydb.tests.library.fixtures:__init__.py:105 destroy database /Root/test_truncate_table_with_prefixed_fulltext_index_with_query_service: database down
INFO     ydb.tests.library.fixtures:__init__.py:58 destroy ydb_cluster for __tests__.test_truncate_table_fulltext_index
INFO     ydb.tests.library.harness.daemon.KiKiMRNode:daemon.py:220 Daemon stopped in 3.023851156234741 s
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:346 Stopped node localhost:1044/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26276
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30322
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20563
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5947
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22005
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4328
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1044
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1862
============================== slowest durations ===============================
8.30s setup    ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_prefixed_fulltext_index_with_query_service
6.59s teardown ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_prefixed_fulltext_index_with_query_service
2.19s call     ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_prefixed_fulltext_index_with_query_service
=========================== short test summary info ============================
FAILED ydb/tests/datashard/truncate/functional/test_truncate_table_fulltext_index.py::test_truncate_table_with_prefixed_fulltext_index_with_query_service - ydb.issues.PreconditionFailed: message: "Executing ESchemeOpTruncateTable" issue_code: 2029 severity: 1 issues { message: "Index impl tables cannot contain children" issue_code: 2029 severity: 1 } (server_code: 400120)
============================== 1 failed in 17.61s ==============================
============================= test session starts ==============================
platform linux -- Python 3.13.15, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vdid/003762/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.6.0
collected 4 items

============================ no tests ran in 0.04s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.15, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vdid/003748/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.6.0
collected 4 items

============================ no tests ran in 0.05s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.15, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vdid/003760/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.6.0
collected 4 items

============================ no tests ran in 0.05s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.15, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vdid/003747/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.6.0
collected 4 items

============================ no tests ran in 0.04s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.15, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vdid/00375f/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.6.0
collected 4 items

============================ no tests ran in 0.04s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.15, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vdid/003761/ydb/tests/datashard/truncate/functional/test-results/py3test/testing_out_stuff/test_truncate_table_fulltext_index/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.6.0
collected 4 items

============================ no tests ran in 0.04s =============================
