============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/t2pz/000201/ydb/tests/functional/tpc/medium/test-results/py3test/testing_out_stuff/test_tpch
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.13.5, typeguard-2.13.3
collected 22 items

test_tpch.py E

==================================== ERRORS ====================================
__________________ ERROR at setup of TestTpchS1.test_tpch[1] ___________________
ydb/tests/olap/load/lib/tpch.py:41: in do_setup_class
    cls.check_tables_size(folder=cls._get_path(False), tables=cls._get_tables_size())
ydb/tests/olap/load/lib/conftest.py:87: in check_tables_size
    size = sth.get_table_rows_count(table_full)
ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:640: in get_table_rows_count
    result_set = self.execute_scan_query(f'SELECT count(*) FROM `{self.get_full_path(tablename)}`')
ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:459: in execute_scan_query
    for result_set in it:
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/grpcio/py3/grpc/_channel.py:475: in __next__
    return self._next()
contrib/python/grpcio/py3/grpc/_channel.py:872: in _next
    _common.wait(self._state.condition.wait, _response_ready)
contrib/python/grpcio/py3/grpc/_common.py:150: in wait
    _wait_once(wait_fn, MAXIMUM_WAIT_TIMEOUT, spin_cb)
contrib/python/grpcio/py3/grpc/_common.py:112: in _wait_once
    wait_fn(timeout=timeout)
contrib/tools/python3/Lib/threading.py:359: in wait
    gotit = waiter.acquire(True, timeout)
library/python/pytest/plugins/ya.py:347: in _graceful_shutdown
    _graceful_shutdown_on_log(not capman.is_globally_capturing())
library/python/pytest/plugins/ya.py:321: in _graceful_shutdown_on_log
    pytest.exit("Graceful shutdown requested")
E   Failed: Graceful shutdown requested
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test_tpch[1]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16664
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:397 Working directory: /home/runner/.ya/build/build_root/t2pz/000201/r3tmp/kikimr_cluster_w1ycbqcs
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14903
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26843
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13761
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31629
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:243 CFG_DIR_PATH="/home/runner/.ya/build/build_root/t2pz/000201/ydb/tests/functional/tpc/medium/test-results/py3test/testing_out_stuff/test_tpch/testing_out_stuff/test_tpch.py.TestTpchS1.test_tpch.1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:244 Final command: /home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/t2pz/000201/ydb/tests/functional/tpc/medium/test-results/py3test/testing_out_stuff/test_tpch/testing_out_stuff/test_tpch.py.TestTpchS1.test_tpch.1/cluster/node_1/logfile_9r_rpyxi.log --grpc-port=14903 --mon-port=26843 --ic-port=16664
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:159 Formatting pdisk SectorMap:1:64 on node localhost:14903/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/t2pz/000201/ydb/tests/functional/tpc/medium/test-results/py3test/testing_out_stuff/test_tpch/testing_out_stuff/test_tpch.py.TestTpchS1.test_tpch.1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/t2pz/000201/ydb/tests/functional/tpc/medium/test-results/py3test/testing_out_stuff/test_tpch/testing_out_stuff/test_tpch.py.TestTpchS1.test_tpch.1/cluster/node_1/logfile_9r_rpyxi.log', '--grpc-port=14903', '--mon-port=26843', '--ic-port=16664')' in '/home/runner/.ya/build/build_root/t2pz/000201/ydb/tests/functional/tpc/medium/test-results/py3test/testing_out_stuff/test_tpch/testing_out_stuff/test_tpch.py.TestTpchS1.test_tpch.1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1142951
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:279 Started node localhost:14903/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:357 Executing command = ['/home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:14903', '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: 16664\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:14903', '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: 16664\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1148012
DEBUG    ya.test:process.py:259 Command (pid 1148012) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1148012) elapsed time (sec): 0.7360193729400635
DEBUG    ya.test:process.py:263 Command (pid 1148012) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1148012) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1148012) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1148012) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1148012) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1148012) maxrss: 615196
DEBUG    ya.test:process.py:263 Command (pid 1148012) minflt: 44006
DEBUG    ya.test:process.py:263 Command (pid 1148012) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1148012) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1148012) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 1148012) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1148012) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1148012) nvcsw: 666
DEBUG    ya.test:process.py:263 Command (pid 1148012) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1148012) stime: 0.253229
DEBUG    ya.test:process.py:263 Command (pid 1148012) utime: 0.457163
DEBUG    ya.test:process.py:263 Command (pid 1148012) wtime: 0.738
DEBUG    ya.test:process.py:275 Command (pid 1148012) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:357 Executing command = ['/home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:14903', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:14903', '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: 1148946
DEBUG    ya.test:process.py:259 Command (pid 1148946) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1148946) elapsed time (sec): 0.7035863399505615
DEBUG    ya.test:process.py:263 Command (pid 1148946) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1148946) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1148946) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1148946) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1148946) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1148946) maxrss: 615196
DEBUG    ya.test:process.py:263 Command (pid 1148946) minflt: 44010
DEBUG    ya.test:process.py:263 Command (pid 1148946) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1148946) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1148946) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 1148946) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1148946) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1148946) nvcsw: 728
DEBUG    ya.test:process.py:263 Command (pid 1148946) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1148946) stime: 0.203643
DEBUG    ya.test:process.py:263 Command (pid 1148946) utime: 0.478446
DEBUG    ya.test:process.py:263 Command (pid 1148946) wtime: 0.705
DEBUG    ya.test:process.py:275 Command (pid 1148946) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:451 Binding storage pools to domain local: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:458 Cluster started and initialized
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29590
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6365
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3993
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61270
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29190
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:243 CFG_DIR_PATH="/home/runner/.ya/build/build_root/t2pz/000201/ydb/tests/functional/tpc/medium/test-results/py3test/testing_out_stuff/test_tpch/testing_out_stuff/test_tpch.py.TestTpchS1.test_tpch.1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:244 Final command: /home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:14903 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/t2pz/000201/ydb/tests/functional/tpc/medium/test-results/py3test/testing_out_stuff/test_tpch/testing_out_stuff/test_tpch.py.TestTpchS1.test_tpch.1/cluster/slot_1/logfile_x9op56ox.log --grpc-port=29590 --mon-port=6365 --ic-port=3993
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/t2pz/000201/ydb/tests/functional/tpc/medium/test-results/py3test/testing_out_stuff/test_tpch/testing_out_stuff/test_tpch.py.TestTpchS1.test_tpch.1/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:14903', '--tenant=/local/test_db', '--log-file-name=/home/runner/.ya/build/build_root/t2pz/000201/ydb/tests/functional/tpc/medium/test-results/py3test/testing_out_stuff/test_tpch/testing_out_stuff/test_tpch.py.TestTpchS1.test_tpch.1/cluster/slot_1/logfile_x9op56ox.log', '--grpc-port=29590', '--mon-port=6365', '--ic-port=3993')' in '/home/runner/.ya/build/build_root/t2pz/000201/ydb/tests/functional/tpc/medium/test-results/py3test/testing_out_stuff/test_tpch/testing_out_stuff/test_tpch.py.TestTpchS1.test_tpch.1/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1151126
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:279 Started node localhost:29590/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14903', '-d', '/local/test_db', 'workload', 'tpch', '-p', 'olap_yatests/tpch/s1', 'init', '--store=column']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1154170
DEBUG    ya.test:process.py:259 Command (pid 1154170) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1154170) elapsed time (sec): 12.352593898773193
DEBUG    ya.test:process.py:263 Command (pid 1154170) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1154170) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1154170) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1154170) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1154170) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1154170) maxrss: 624420
DEBUG    ya.test:process.py:263 Command (pid 1154170) minflt: 101233
DEBUG    ya.test:process.py:263 Command (pid 1154170) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1154170) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1154170) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 1154170) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1154170) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1154170) nvcsw: 3511
DEBUG    ya.test:process.py:263 Command (pid 1154170) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 1154170) stime: 0.20328
DEBUG    ya.test:process.py:263 Command (pid 1154170) utime: 0.218583
DEBUG    ya.test:process.py:263 Command (pid 1154170) wtime: 12.354
DEBUG    ya.test:process.py:275 Command (pid 1154170) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1154170) errors:
(!) New version of YDB CLI is available. Run 'ydb update' command for update. You can also disable further version checks with 'ydb version --disable-checks' command

DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/t2pz/000201/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14903', '-d', '/local/test_db', 'workload', 'tpch', '-p', 'olap_yatests/tpch/s1', 'import', 'generator', '--scale=1']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1168884
DEBUG    ya.test:process.py:259 Command (pid 1168884) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1168884) elapsed time (sec): 480.19962644577026
DEBUG    ya.test:process.py:263 Command (pid 1168884) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1168884) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1168884) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1168884) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1168884) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1168884) maxrss: 2686428
DEBUG    ya.test:process.py:263 Command (pid 1168884) minflt: 5566408
DEBUG    ya.test:process.py:263 Command (pid 1168884) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1168884) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1168884) nivcsw: 876
DEBUG    ya.test:process.py:263 Command (pid 1168884) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1168884) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1168884) nvcsw: 468970
DEBUG    ya.test:process.py:263 Command (pid 1168884) oublock: 64
DEBUG    ya.test:process.py:263 Command (pid 1168884) stime: 26.792189
DEBUG    ya.test:process.py:263 Command (pid 1168884) utime: 146.062748
DEBUG    ya.test:process.py:263 Command (pid 1168884) wtime: 480.201
DEBUG    ya.test:process.py:275 Command (pid 1168884) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (8.565998s)
Fill table customer...
Fill table customer OK 150000 / 150000 (3.138383s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (459.161074s)
Fill table part...
Fill table part OK 200000 / 200000 (8.528662s)
Fill table nation...
Fill table nation OK 25 / 25 (0.127664s)
Fill table region...
Fill table region OK 5 / 5 (0.126625s)

DEBUG    ya.test:process.py:276 Command (pid 1168884) errors:
(!) New version of YDB CLI is available. Run 'ydb update' command for update. You can also disable further version checks with 'ydb version --disable-checks' command







DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26843
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 551
DEBUG    root:ydb_cluster.py:269 Expected nodes count: 1
INFO     root:ydb_cluster.py:134 Connecting to grpc://localhost:14903 to local/test_db ydb_access_token is set False
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local/test_db
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, 3db98604-956f-433f-92f0-d12ab1cd4798, localhost:14903): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 3db98604-956f-433f-92f0-d12ab1cd4798, localhost:14903): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 3db98604-956f-433f-92f0-d12ab1cd4798, localhost:14903): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wucltceiqm.auto.internal" port: 29590 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:155 Resolved endpoints for database local/test_db: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-wucltceiqm.auto.internal:29590, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:295 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')]
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:14903
INFO     root:ydb_cluster.py:150 Connected
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, bec3ac48-50e1-4c75-9068-b57993de6118, ghrun-wucltceiqm.auto.internal:29590): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, bec3ac48-50e1-4c75-9068-b57993de6118, ghrun-wucltceiqm.auto.internal:29590): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(StreamExecuteScanQuery, bec3ac48-50e1-4c75-9068-b57993de6118, ghrun-wucltceiqm.auto.internal:29590): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26843
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 551
DEBUG    root:ydb_cluster.py:269 Expected nodes count: 1
INFO     root:ydb_cluster.py:196 get_tables /local/test_db/olap_yatests/tpch/s1
INFO     root:ydb_cluster.py:190 describe /local/test_db/olap_yatests/tpch/s1
DEBUG    ydb.connection:connection.py:375 RpcState(DescribePath, a7350080-a8e5-42d7-84de-cb756c555936, ghrun-wucltceiqm.auto.internal:29590): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DescribePath, a7350080-a8e5-42d7-84de-cb756c555936, ghrun-wucltceiqm.auto.internal:29590): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/local/test_db/olap_yatests/tpch/s1" }
DEBUG    ydb.connection:connection.py:51 RpcState(DescribePath, a7350080-a8e5-42d7-84de-cb756c555936, ghrun-wucltceiqm.auto.internal:29590): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "s1" owner: "root@builtin" type: DIRECTORY effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762275743690 tx_id: 281474976720659 } } } } } }
INFO     root:ydb_cluster.py:177 list /local/test_db/olap_yatests/tpch/s1
DEBUG    ydb.connection:connection.py:375 RpcState(ListDirectory, fd1c6ec6-a085-4b5c-af5b-b63eabf82f8b, ghrun-wucltceiqm.auto.internal:29590): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListDirectory, fd1c6ec6-a085-4b5c-af5b-b63eabf82f8b, ghrun-wucltceiqm.auto.internal:29590): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/local/test_db/olap_yatests/tpch/s1" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListDirectory, fd1c6ec6-a085-4b5c-af5b-b63eabf82f8b, ghrun-wucltceiqm.auto.internal:29590): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "s1" owner: "root@builtin" type: DIRECTORY effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762275743690 tx_id: 281474976720659 } } children { name: "customer" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762275743690 tx_id: 281474976720659 } } children { name: "lineitem" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762275745310 tx_id: 281474976720660 } } children { name: "nation" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762275745620 tx_id: 281474976720661 } } children { name: "orders" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762275747270 tx_id: 281474976720662 } } children { name: "part" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762275748810 tx_id: 281474976720663 } } children { name: "partsupp" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762275750350 tx_id: 281474976720664 } } children { name: "region" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762275750590 tx_id: 281474976720665 } } children { name: "supplier" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762275751990 tx_id: 281474976720666 } } } } } }
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26843
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/customer&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/customer&tablets=true HTTP/1.1" 200 580
INFO     root:ydb_cluster.py:311 Table /local/test_db/olap_yatests/tpch/s1/customer balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26843
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/lineitem&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/lineitem&tablets=true HTTP/1.1" 200 580
INFO     root:ydb_cluster.py:311 Table /local/test_db/olap_yatests/tpch/s1/lineitem balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26843
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/nation&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/nation&tablets=true HTTP/1.1" 200 578
INFO     root:ydb_cluster.py:311 Table /local/test_db/olap_yatests/tpch/s1/nation balance: 1-1 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26843
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/orders&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/orders&tablets=true HTTP/1.1" 200 580
INFO     root:ydb_cluster.py:311 Table /local/test_db/olap_yatests/tpch/s1/orders balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26843
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/part&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/part&tablets=true HTTP/1.1" 200 580
INFO     root:ydb_cluster.py:311 Table /local/test_db/olap_yatests/tpch/s1/part balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26843
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/partsupp&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/partsupp&tablets=true HTTP/1.1" 200 580
INFO     root:ydb_cluster.py:311 Table /local/test_db/olap_yatests/tpch/s1/partsupp balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26843
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/region&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/region&tablets=true HTTP/1.1" 200 578
INFO     root:ydb_cluster.py:311 Table /local/test_db/olap_yatests/tpch/s1/region balance: 1-1 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26843
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/supplier&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/supplier&tablets=true HTTP/1.1" 200 580
INFO     root:ydb_cluster.py:311 Table /local/test_db/olap_yatests/tpch/s1/supplier balance: 64-64 shards.
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, c047eeb8-028f-4ceb-9242-0f989b254c0a, ghrun-wucltceiqm.auto.internal:29590): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, c047eeb8-028f-4ceb-9242-0f989b254c0a, ghrun-wucltceiqm.auto.internal:29590): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(StreamExecuteScanQuery, c047eeb8-028f-4ceb-9242-0f989b254c0a, ghrun-wucltceiqm.auto.internal:29590): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, a995c711-f3e6-4f9d-b6ac-43c23da3f242, ghrun-wucltceiqm.auto.internal:29590): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, a995c711-f3e6-4f9d-b6ac-43c23da3f242, ghrun-wucltceiqm.auto.internal:29590): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/customer`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(StreamExecuteScanQuery, a995c711-f3e6-4f9d-b6ac-43c23da3f242, ghrun-wucltceiqm.auto.internal:29590): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, cb9d9bc2-ae6b-467e-8e73-194665de456e, ghrun-wucltceiqm.auto.internal:29590): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, cb9d9bc2-ae6b-467e-8e73-194665de456e, ghrun-wucltceiqm.auto.internal:29590): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/nation`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(StreamExecuteScanQuery, cb9d9bc2-ae6b-467e-8e73-194665de456e, ghrun-wucltceiqm.auto.internal:29590): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, d880bb3a-7bd4-4bae-8daf-afbdc4cece3f, ghrun-wucltceiqm.auto.internal:29590): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, d880bb3a-7bd4-4bae-8daf-afbdc4cece3f, ghrun-wucltceiqm.auto.internal:29590): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/orders`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(StreamExecuteScanQuery, d880bb3a-7bd4-4bae-8daf-afbdc4cece3f, ghrun-wucltceiqm.auto.internal:29590): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, cc5155a5-91e6-48f7-8ff1-e66f6a1b56e9, ghrun-wucltceiqm.auto.internal:29590): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, cc5155a5-91e6-48f7-8ff1-e66f6a1b56e9, ghrun-wucltceiqm.auto.internal:29590): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/part`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(StreamExecuteScanQuery, cc5155a5-91e6-48f7-8ff1-e66f6a1b56e9, ghrun-wucltceiqm.auto.internal:29590): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26843
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26843 "GET /viewer/json/nodes HTTP/1.1" 200 789
============================== slowest durations ===============================
596.51s setup    test_tpch.py::TestTpchS1::test_tpch[1]
=========================== short test summary info ============================
ERROR test_tpch.py::TestTpchS1::test_tpch[1] - Failed: Graceful shutdown requested
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
========================= 1 error in 597.74s (0:09:57) =========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 764, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...tTpchS1::test_tpch[8]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[9]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[10]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[11]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[12]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[13]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[14]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[15]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[16]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[17]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[18]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[19]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[20]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[21]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[22]', '--tb', 'short', '--dep-root', 'ydb/tests/functional/tpc/medium', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address', '--test-file-filter', 'test_tpch.py']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1749, in main
    res.wait(check_exit_code=False, timeout=run_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...tTpchS1::test_tpch[8]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[9]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[10]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[11]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[12]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[13]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[14]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[15]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[16]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[17]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[18]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[19]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[20]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[21]', '--test-filter', 'test_tpch.py::TestTpchS1::test_tpch[22]', '--tb', 'short', '--dep-root', 'ydb/tests/functional/tpc/medium', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address', '--test-file-filter', 'test_tpch.py']' stopped by 600 seconds timeout",), {})
