============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/6h15/000180/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/6h15/000180/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24360
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:397 Working directory: /home/runner/.ya/build/build_root/6h15/000180/r3tmp/kikimr_cluster_17b8y22o
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/6h15/000180/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17453
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28075
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13185
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26941
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:243 CFG_DIR_PATH="/home/runner/.ya/build/build_root/6h15/000180/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/6h15/000180/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/6h15/000180/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_hn58mb7z.log --grpc-port=17453 --mon-port=28075 --ic-port=24360
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:159 Formatting pdisk SectorMap:1:64 on node localhost:17453/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/6h15/000180/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/6h15/000180/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/6h15/000180/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_hn58mb7z.log', '--grpc-port=17453', '--mon-port=28075', '--ic-port=24360')' in '/home/runner/.ya/build/build_root/6h15/000180/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: 1054830
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:279 Started node localhost:17453/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/6h15/000180/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:357 Executing command = ['/home/runner/.ya/build/build_root/6h15/000180/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:17453', '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: 24360\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/6h15/000180/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:17453', '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: 24360\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1056967
DEBUG    ya.test:process.py:259 Command (pid 1056967) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1056967) elapsed time (sec): 0.9304766654968262
DEBUG    ya.test:process.py:263 Command (pid 1056967) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1056967) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1056967) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1056967) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1056967) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1056967) maxrss: 604332
DEBUG    ya.test:process.py:263 Command (pid 1056967) minflt: 44088
DEBUG    ya.test:process.py:263 Command (pid 1056967) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1056967) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1056967) nivcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 1056967) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1056967) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1056967) nvcsw: 425
DEBUG    ya.test:process.py:263 Command (pid 1056967) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1056967) stime: 0.235928
DEBUG    ya.test:process.py:263 Command (pid 1056967) utime: 0.496005
DEBUG    ya.test:process.py:263 Command (pid 1056967) wtime: 0.933
DEBUG    ya.test:process.py:275 Command (pid 1056967) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/6h15/000180/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:357 Executing command = ['/home/runner/.ya/build/build_root/6h15/000180/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:17453', '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/6h15/000180/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:17453', '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: 1057150
DEBUG    ya.test:process.py:259 Command (pid 1057150) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1057150) elapsed time (sec): 0.909156084060669
DEBUG    ya.test:process.py:263 Command (pid 1057150) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1057150) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1057150) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1057150) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1057150) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1057150) maxrss: 604332
DEBUG    ya.test:process.py:263 Command (pid 1057150) minflt: 44126
DEBUG    ya.test:process.py:263 Command (pid 1057150) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1057150) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1057150) nivcsw: 188
DEBUG    ya.test:process.py:263 Command (pid 1057150) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1057150) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1057150) nvcsw: 894
DEBUG    ya.test:process.py:263 Command (pid 1057150) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1057150) stime: 0.2667
DEBUG    ya.test:process.py:263 Command (pid 1057150) utime: 0.49471699999999996
DEBUG    ya.test:process.py:263 Command (pid 1057150) wtime: 0.923
DEBUG    ya.test:process.py:275 Command (pid 1057150) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 1057150) 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/6h15/000180/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16822
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14017
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22264
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16261
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18742
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:243 CFG_DIR_PATH="/home/runner/.ya/build/build_root/6h15/000180/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/6h15/000180/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:17453 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/6h15/000180/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_7j6jan1o.log --grpc-port=16822 --mon-port=14017 --ic-port=22264
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/6h15/000180/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/6h15/000180/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:17453', '--tenant=/local/test_db', '--log-file-name=/home/runner/.ya/build/build_root/6h15/000180/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_7j6jan1o.log', '--grpc-port=16822', '--mon-port=14017', '--ic-port=22264')' in '/home/runner/.ya/build/build_root/6h15/000180/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: 1057558
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:279 Started node localhost:16822/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/6h15/000180/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/6h15/000180/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17453', '-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: 1057922
DEBUG    ya.test:process.py:259 Command (pid 1057922) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1057922) elapsed time (sec): 11.854034423828125
DEBUG    ya.test:process.py:263 Command (pid 1057922) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1057922) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1057922) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1057922) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1057922) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1057922) maxrss: 615544
DEBUG    ya.test:process.py:263 Command (pid 1057922) minflt: 101254
DEBUG    ya.test:process.py:263 Command (pid 1057922) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1057922) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1057922) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 1057922) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1057922) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1057922) nvcsw: 3679
DEBUG    ya.test:process.py:263 Command (pid 1057922) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1057922) stime: 0.266007
DEBUG    ya.test:process.py:263 Command (pid 1057922) utime: 0.196538
DEBUG    ya.test:process.py:263 Command (pid 1057922) wtime: 11.858
DEBUG    ya.test:process.py:275 Command (pid 1057922) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1057922) 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/6h15/000180/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/6h15/000180/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17453', '-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: 1059270
DEBUG    ya.test:process.py:259 Command (pid 1059270) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1059270) elapsed time (sec): 498.7620921134949
DEBUG    ya.test:process.py:263 Command (pid 1059270) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1059270) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1059270) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1059270) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1059270) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1059270) maxrss: 2688244
DEBUG    ya.test:process.py:263 Command (pid 1059270) minflt: 5603711
DEBUG    ya.test:process.py:263 Command (pid 1059270) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1059270) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1059270) nivcsw: 876
DEBUG    ya.test:process.py:263 Command (pid 1059270) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1059270) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1059270) nvcsw: 474509
DEBUG    ya.test:process.py:263 Command (pid 1059270) oublock: 48
DEBUG    ya.test:process.py:263 Command (pid 1059270) stime: 27.630605
DEBUG    ya.test:process.py:263 Command (pid 1059270) utime: 147.671949
DEBUG    ya.test:process.py:263 Command (pid 1059270) wtime: 498.763
DEBUG    ya.test:process.py:275 Command (pid 1059270) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (8.231296s)
Fill table customer...
Fill table customer OK 150000 / 150000 (3.042495s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (477.749524s)
Fill table part...
Fill table part OK 200000 / 200000 (8.849089s)
Fill table nation...
Fill table nation OK 25 / 25 (0.177548s)
Fill table region...
Fill table region OK 5 / 5 (0.127508s)

DEBUG    ya.test:process.py:276 Command (pid 1059270) 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:28075
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:28075 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:28075 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 549
DEBUG    root:ydb_cluster.py:269 Expected nodes count: 1
INFO     root:ydb_cluster.py:134 Connecting to grpc://localhost:17453 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, 79fac12b-b476-4430-be38-c08244b44fcc, localhost:17453): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 79fac12b-b476-4430-be38-c08244b44fcc, localhost:17453): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 79fac12b-b476-4430-be38-c08244b44fcc, localhost:17453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-nhbu2nyj7e.auto.internal" port: 16822 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-nhbu2nyj7e.auto.internal:16822, 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:17453
INFO     root:ydb_cluster.py:150 Connected
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, e2e28d9c-4cba-4db7-bf95-de5242613957, ghrun-nhbu2nyj7e.auto.internal:16822): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, e2e28d9c-4cba-4db7-bf95-de5242613957, ghrun-nhbu2nyj7e.auto.internal:16822): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(StreamExecuteScanQuery, e2e28d9c-4cba-4db7-bf95-de5242613957, ghrun-nhbu2nyj7e.auto.internal:16822): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:28075
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:28075 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:28075 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 549
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, 23aba05c-ec86-4197-ad0b-659c3ebd426c, ghrun-nhbu2nyj7e.auto.internal:16822): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DescribePath, 23aba05c-ec86-4197-ad0b-659c3ebd426c, ghrun-nhbu2nyj7e.auto.internal:16822): 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, 23aba05c-ec86-4197-ad0b-659c3ebd426c, ghrun-nhbu2nyj7e.auto.internal:16822): 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: 1766504446410 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, b3e4de55-56ee-4fb9-9fed-d898523ef495, ghrun-nhbu2nyj7e.auto.internal:16822): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListDirectory, b3e4de55-56ee-4fb9-9fed-d898523ef495, ghrun-nhbu2nyj7e.auto.internal:16822): 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, b3e4de55-56ee-4fb9-9fed-d898523ef495, ghrun-nhbu2nyj7e.auto.internal:16822): 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: 1766504446410 tx_id: 281474976720659 } } children { name: "customer" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1766504446410 tx_id: 281474976720659 } } children { name: "lineitem" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1766504447760 tx_id: 281474976720660 } } children { name: "nation" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1766504447980 tx_id: 281474976720661 } } children { name: "orders" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1766504449260 tx_id: 281474976720662 } } children { name: "part" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1766504450640 tx_id: 281474976720663 } } children { name: "partsupp" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1766504452180 tx_id: 281474976720664 } } children { name: "region" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1766504452430 tx_id: 281474976720665 } } children { name: "supplier" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1766504454220 tx_id: 281474976720666 } } } } } }
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:28075
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:28075 "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:28075 "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 577
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:28075
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:28075 "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:28075 "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 577
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:28075
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:28075 "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:28075 "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 576
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:28075
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:28075 "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:28075 "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 577
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:28075
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:28075 "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:28075 "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 577
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:28075
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:28075 "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:28075 "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 577
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:28075
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:28075 "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:28075 "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 576
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:28075
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:28075 "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:28075 "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 577
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, 165c67fc-97eb-4155-b1b8-c5ed913e39d9, ghrun-nhbu2nyj7e.auto.internal:16822): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, 165c67fc-97eb-4155-b1b8-c5ed913e39d9, ghrun-nhbu2nyj7e.auto.internal:16822): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(StreamExecuteScanQuery, 165c67fc-97eb-4155-b1b8-c5ed913e39d9, ghrun-nhbu2nyj7e.auto.internal:16822): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, 5438cc9d-d229-4492-a72b-0d25a27f8bdd, ghrun-nhbu2nyj7e.auto.internal:16822): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, 5438cc9d-d229-4492-a72b-0d25a27f8bdd, ghrun-nhbu2nyj7e.auto.internal:16822): 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, 5438cc9d-d229-4492-a72b-0d25a27f8bdd, ghrun-nhbu2nyj7e.auto.internal:16822): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, cfc000f2-28c1-43fe-bbd8-fd19b6d588b4, ghrun-nhbu2nyj7e.auto.internal:16822): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, cfc000f2-28c1-43fe-bbd8-fd19b6d588b4, ghrun-nhbu2nyj7e.auto.internal:16822): 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, cfc000f2-28c1-43fe-bbd8-fd19b6d588b4, ghrun-nhbu2nyj7e.auto.internal:16822): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, b6e111be-9b4b-4f3b-ab95-75e96443994d, ghrun-nhbu2nyj7e.auto.internal:16822): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, b6e111be-9b4b-4f3b-ab95-75e96443994d, ghrun-nhbu2nyj7e.auto.internal:16822): 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, b6e111be-9b4b-4f3b-ab95-75e96443994d, ghrun-nhbu2nyj7e.auto.internal:16822): response = { <_MultiThreadedRendezvous object> }
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, 7b78282b-cb2a-41fb-a31f-6754088f60f0, localhost:17453): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 7b78282b-cb2a-41fb-a31f-6754088f60f0, localhost:17453): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 7b78282b-cb2a-41fb-a31f-6754088f60f0, localhost:17453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-nhbu2nyj7e.auto.internal" port: 16822 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-nhbu2nyj7e.auto.internal:16822, location , ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:17453
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:28075
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:28075 "GET /viewer/json/nodes HTTP/1.1" 200 793
============================== slowest durations ===============================
597.03s 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 598.49s (0:09:58) =========================

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",), {})
