============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/lbkr/000310/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/lbkr/000310/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5034
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:397 Working directory: /home/runner/.ya/build/build_root/lbkr/000310/r3tmp/kikimr_cluster_w55zieb4
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/lbkr/000310/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9071
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63434
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21973
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10213
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:243 CFG_DIR_PATH="/home/runner/.ya/build/build_root/lbkr/000310/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/lbkr/000310/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/lbkr/000310/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_8x23z4yr.log --grpc-port=9071 --mon-port=63434 --ic-port=5034
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:159 Formatting pdisk SectorMap:1:64 on node localhost:9071/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/lbkr/000310/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/lbkr/000310/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/lbkr/000310/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_8x23z4yr.log', '--grpc-port=9071', '--mon-port=63434', '--ic-port=5034')' in '/home/runner/.ya/build/build_root/lbkr/000310/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: 2068016
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:279 Started node localhost:9071/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/lbkr/000310/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:357 Executing command = ['/home/runner/.ya/build/build_root/lbkr/000310/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9071', '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: 5034\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/lbkr/000310/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9071', '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: 5034\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2069812
DEBUG    ya.test:process.py:259 Command (pid 2069812) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2069812) elapsed time (sec): 0.6380696296691895
DEBUG    ya.test:process.py:263 Command (pid 2069812) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2069812) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2069812) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2069812) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2069812) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2069812) maxrss: 600640
DEBUG    ya.test:process.py:263 Command (pid 2069812) minflt: 44017
DEBUG    ya.test:process.py:263 Command (pid 2069812) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2069812) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2069812) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2069812) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2069812) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2069812) nvcsw: 741
DEBUG    ya.test:process.py:263 Command (pid 2069812) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2069812) stime: 0.22372199999999998
DEBUG    ya.test:process.py:263 Command (pid 2069812) utime: 0.39239199999999996
DEBUG    ya.test:process.py:263 Command (pid 2069812) wtime: 0.64
DEBUG    ya.test:process.py:275 Command (pid 2069812) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/lbkr/000310/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:357 Executing command = ['/home/runner/.ya/build/build_root/lbkr/000310/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9071', '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/lbkr/000310/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9071', '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: 2069991
DEBUG    ya.test:process.py:259 Command (pid 2069991) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2069991) elapsed time (sec): 0.521794319152832
DEBUG    ya.test:process.py:263 Command (pid 2069991) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2069991) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2069991) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2069991) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2069991) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2069991) maxrss: 600640
DEBUG    ya.test:process.py:263 Command (pid 2069991) minflt: 44050
DEBUG    ya.test:process.py:263 Command (pid 2069991) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2069991) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2069991) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2069991) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2069991) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2069991) nvcsw: 638
DEBUG    ya.test:process.py:263 Command (pid 2069991) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2069991) stime: 0.154636
DEBUG    ya.test:process.py:263 Command (pid 2069991) utime: 0.340939
DEBUG    ya.test:process.py:263 Command (pid 2069991) wtime: 0.523
DEBUG    ya.test:process.py:275 Command (pid 2069991) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2069991) 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/lbkr/000310/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28230
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22704
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25885
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7598
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9252
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:243 CFG_DIR_PATH="/home/runner/.ya/build/build_root/lbkr/000310/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/lbkr/000310/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9071 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/lbkr/000310/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_u58jvvbz.log --grpc-port=28230 --mon-port=22704 --ic-port=25885
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/lbkr/000310/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/lbkr/000310/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:9071', '--tenant=/local/test_db', '--log-file-name=/home/runner/.ya/build/build_root/lbkr/000310/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_u58jvvbz.log', '--grpc-port=28230', '--mon-port=22704', '--ic-port=25885')' in '/home/runner/.ya/build/build_root/lbkr/000310/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: 2070590
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:279 Started node localhost:28230/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/lbkr/000310/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/lbkr/000310/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9071', '-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: 2071202
DEBUG    ya.test:process.py:259 Command (pid 2071202) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2071202) elapsed time (sec): 9.514553785324097
DEBUG    ya.test:process.py:263 Command (pid 2071202) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2071202) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2071202) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2071202) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2071202) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2071202) maxrss: 600640
DEBUG    ya.test:process.py:263 Command (pid 2071202) minflt: 101278
DEBUG    ya.test:process.py:263 Command (pid 2071202) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2071202) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2071202) nivcsw: 33
DEBUG    ya.test:process.py:263 Command (pid 2071202) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2071202) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2071202) nvcsw: 3443
DEBUG    ya.test:process.py:263 Command (pid 2071202) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2071202) stime: 0.22728099999999998
DEBUG    ya.test:process.py:263 Command (pid 2071202) utime: 0.164191
DEBUG    ya.test:process.py:263 Command (pid 2071202) wtime: 9.516
DEBUG    ya.test:process.py:275 Command (pid 2071202) output:
Init tables ...
Init tables ...Ok

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/lbkr/000310/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/lbkr/000310/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9071', '-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: 2071915
DEBUG    ya.test:process.py:259 Command (pid 2071915) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2071915) elapsed time (sec): 484.43949484825134
DEBUG    ya.test:process.py:263 Command (pid 2071915) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2071915) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2071915) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2071915) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2071915) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2071915) maxrss: 2711820
DEBUG    ya.test:process.py:263 Command (pid 2071915) minflt: 5553495
DEBUG    ya.test:process.py:263 Command (pid 2071915) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2071915) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2071915) nivcsw: 769
DEBUG    ya.test:process.py:263 Command (pid 2071915) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2071915) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2071915) nvcsw: 485940
DEBUG    ya.test:process.py:263 Command (pid 2071915) oublock: 56
DEBUG    ya.test:process.py:263 Command (pid 2071915) stime: 25.997449
DEBUG    ya.test:process.py:263 Command (pid 2071915) utime: 134.019069
DEBUG    ya.test:process.py:263 Command (pid 2071915) wtime: 484.441
DEBUG    ya.test:process.py:275 Command (pid 2071915) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (7.944783s)
Fill table customer...
Fill table customer OK 150000 / 150000 (2.740511s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (463.344260s)
Fill table part...
Fill table part OK 200000 / 200000 (9.577447s)
Fill table nation...
Fill table nation OK 25 / 25 (0.125011s)
Fill table region...
Fill table region OK 5 / 5 (0.154971s)

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







DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:63434
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:63434 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:63434 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 546
DEBUG    root:ydb_cluster.py:269 Expected nodes count: 1
INFO     root:ydb_cluster.py:134 Connecting to grpc://localhost:9071 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, cabb7ed6-d1ca-4d8b-9e13-389cf4108b25, localhost:9071): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, cabb7ed6-d1ca-4d8b-9e13-389cf4108b25, localhost:9071): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, cabb7ed6-d1ca-4d8b-9e13-389cf4108b25, localhost:9071): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3m77mb54mi.auto.internal" port: 28230 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-3m77mb54mi.auto.internal:28230, 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:9071
INFO     root:ydb_cluster.py:150 Connected
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, ad29da8f-517f-4abd-b0f6-093b5e59d24f, ghrun-3m77mb54mi.auto.internal:28230): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, ad29da8f-517f-4abd-b0f6-093b5e59d24f, ghrun-3m77mb54mi.auto.internal:28230): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(StreamExecuteScanQuery, ad29da8f-517f-4abd-b0f6-093b5e59d24f, ghrun-3m77mb54mi.auto.internal:28230): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:63434
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:63434 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:63434 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 548
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, 85b37d22-d2a4-4e6d-9c6d-bda8afb60839, ghrun-3m77mb54mi.auto.internal:28230): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DescribePath, 85b37d22-d2a4-4e6d-9c6d-bda8afb60839, ghrun-3m77mb54mi.auto.internal:28230): 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, 85b37d22-d2a4-4e6d-9c6d-bda8afb60839, ghrun-3m77mb54mi.auto.internal:28230): 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: 1765569171730 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, b4d90692-2205-46f1-82c9-60f5752f33b5, ghrun-3m77mb54mi.auto.internal:28230): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListDirectory, b4d90692-2205-46f1-82c9-60f5752f33b5, ghrun-3m77mb54mi.auto.internal:28230): 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, b4d90692-2205-46f1-82c9-60f5752f33b5, ghrun-3m77mb54mi.auto.internal:28230): 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: 1765569171730 tx_id: 281474976720659 } } children { name: "customer" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1765569171730 tx_id: 281474976720659 } } children { name: "lineitem" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1765569173150 tx_id: 281474976720660 } } children { name: "nation" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1765569173360 tx_id: 281474976720661 } } children { name: "orders" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1765569174560 tx_id: 281474976720662 } } children { name: "part" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1765569175720 tx_id: 281474976720663 } } children { name: "partsupp" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1765569176920 tx_id: 281474976720664 } } children { name: "region" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1765569177200 tx_id: 281474976720665 } } children { name: "supplier" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1765569178470 tx_id: 281474976720666 } } } } } }
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:63434
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:63434 "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:63434 "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 576
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:63434
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:63434 "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:63434 "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 576
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:63434
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:63434 "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:63434 "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 575
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:63434
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:63434 "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:63434 "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 576
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:63434
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:63434 "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:63434 "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 576
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:63434
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:63434 "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:63434 "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 576
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:63434
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:63434 "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:63434 "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 575
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:63434
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:63434 "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:63434 "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 576
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, d7ecfafa-7a85-47a4-828c-8f618d73e89c, ghrun-3m77mb54mi.auto.internal:28230): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, d7ecfafa-7a85-47a4-828c-8f618d73e89c, ghrun-3m77mb54mi.auto.internal:28230): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(StreamExecuteScanQuery, d7ecfafa-7a85-47a4-828c-8f618d73e89c, ghrun-3m77mb54mi.auto.internal:28230): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, cad91209-4f29-4096-ac42-55faf8fdc3d6, ghrun-3m77mb54mi.auto.internal:28230): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, cad91209-4f29-4096-ac42-55faf8fdc3d6, ghrun-3m77mb54mi.auto.internal:28230): 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, cad91209-4f29-4096-ac42-55faf8fdc3d6, ghrun-3m77mb54mi.auto.internal:28230): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, c07f2545-bd8f-433e-a4dd-905e7d6809db, ghrun-3m77mb54mi.auto.internal:28230): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, c07f2545-bd8f-433e-a4dd-905e7d6809db, ghrun-3m77mb54mi.auto.internal:28230): 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, c07f2545-bd8f-433e-a4dd-905e7d6809db, ghrun-3m77mb54mi.auto.internal:28230): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, 8de3c1be-0c60-431d-b4d1-792a1eafe580, ghrun-3m77mb54mi.auto.internal:28230): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, 8de3c1be-0c60-431d-b4d1-792a1eafe580, ghrun-3m77mb54mi.auto.internal:28230): 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, 8de3c1be-0c60-431d-b4d1-792a1eafe580, ghrun-3m77mb54mi.auto.internal:28230): 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, 2ab08128-aa85-4d7b-8302-95b44473c937, localhost:9071): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 2ab08128-aa85-4d7b-8302-95b44473c937, localhost:9071): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 2ab08128-aa85-4d7b-8302-95b44473c937, localhost:9071): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3m77mb54mi.auto.internal" port: 28230 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-3m77mb54mi.auto.internal:28230, location , ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:9071
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, e09604d1-8193-4e95-8455-4713c4f0f4e3, ghrun-3m77mb54mi.auto.internal:28230): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, e09604d1-8193-4e95-8455-4713c4f0f4e3, ghrun-3m77mb54mi.auto.internal:28230): 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, e09604d1-8193-4e95-8455-4713c4f0f4e3, ghrun-3m77mb54mi.auto.internal:28230): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:63434
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:63434 "GET /viewer/json/nodes HTTP/1.1" 200 790
============================== slowest durations ===============================
598.00s 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 599.18s (0:09:59) =========================

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