============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/6z2j/0002b9/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/6z2j/0002b9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13056
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:397 Working directory: /home/runner/.ya/build/build_root/6z2j/0002b9/r3tmp/kikimr_cluster_p7569tvu
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/6z2j/0002b9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14661
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9926
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27781
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2908
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:243 CFG_DIR_PATH="/home/runner/.ya/build/build_root/6z2j/0002b9/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/6z2j/0002b9/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/6z2j/0002b9/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_w6wwjnzb.log --grpc-port=14661 --mon-port=9926 --ic-port=13056
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:159 Formatting pdisk SectorMap:1:64 on node localhost:14661/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/6z2j/0002b9/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/6z2j/0002b9/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/6z2j/0002b9/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_w6wwjnzb.log', '--grpc-port=14661', '--mon-port=9926', '--ic-port=13056')' in '/home/runner/.ya/build/build_root/6z2j/0002b9/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: 1058695
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:279 Started node localhost:14661/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/6z2j/0002b9/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:357 Executing command = ['/home/runner/.ya/build/build_root/6z2j/0002b9/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:14661', '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: 13056\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/6z2j/0002b9/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:14661', '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: 13056\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1059278
DEBUG    ya.test:process.py:259 Command (pid 1059278) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1059278) elapsed time (sec): 0.5751917362213135
DEBUG    ya.test:process.py:263 Command (pid 1059278) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1059278) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1059278) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1059278) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1059278) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1059278) maxrss: 604696
DEBUG    ya.test:process.py:263 Command (pid 1059278) minflt: 44024
DEBUG    ya.test:process.py:263 Command (pid 1059278) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1059278) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1059278) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 1059278) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1059278) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1059278) nvcsw: 642
DEBUG    ya.test:process.py:263 Command (pid 1059278) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1059278) stime: 0.202446
DEBUG    ya.test:process.py:263 Command (pid 1059278) utime: 0.34909399999999996
DEBUG    ya.test:process.py:263 Command (pid 1059278) wtime: 0.576
DEBUG    ya.test:process.py:275 Command (pid 1059278) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/6z2j/0002b9/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:357 Executing command = ['/home/runner/.ya/build/build_root/6z2j/0002b9/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:14661', '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/6z2j/0002b9/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:14661', '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: 1059541
DEBUG    ya.test:process.py:259 Command (pid 1059541) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1059541) elapsed time (sec): 0.5159356594085693
DEBUG    ya.test:process.py:263 Command (pid 1059541) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1059541) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1059541) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1059541) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1059541) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1059541) maxrss: 604696
DEBUG    ya.test:process.py:263 Command (pid 1059541) minflt: 44094
DEBUG    ya.test:process.py:263 Command (pid 1059541) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1059541) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1059541) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 1059541) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1059541) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1059541) nvcsw: 629
DEBUG    ya.test:process.py:263 Command (pid 1059541) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1059541) stime: 0.17013
DEBUG    ya.test:process.py:263 Command (pid 1059541) utime: 0.31873999999999997
DEBUG    ya.test:process.py:263 Command (pid 1059541) wtime: 0.517
DEBUG    ya.test:process.py:275 Command (pid 1059541) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 1059541) 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/6z2j/0002b9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3390
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21074
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9781
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10459
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2586
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:243 CFG_DIR_PATH="/home/runner/.ya/build/build_root/6z2j/0002b9/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/6z2j/0002b9/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:14661 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/6z2j/0002b9/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_zxt4g788.log --grpc-port=3390 --mon-port=21074 --ic-port=9781
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/6z2j/0002b9/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/6z2j/0002b9/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:14661', '--tenant=/local/test_db', '--log-file-name=/home/runner/.ya/build/build_root/6z2j/0002b9/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_zxt4g788.log', '--grpc-port=3390', '--mon-port=21074', '--ic-port=9781')' in '/home/runner/.ya/build/build_root/6z2j/0002b9/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: 1059936
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:279 Started node localhost:3390/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/6z2j/0002b9/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/6z2j/0002b9/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14661', '-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: 1060612
DEBUG    ya.test:process.py:259 Command (pid 1060612) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1060612) elapsed time (sec): 9.06841492652893
DEBUG    ya.test:process.py:263 Command (pid 1060612) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1060612) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1060612) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1060612) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1060612) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1060612) maxrss: 604696
DEBUG    ya.test:process.py:263 Command (pid 1060612) minflt: 101199
DEBUG    ya.test:process.py:263 Command (pid 1060612) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1060612) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1060612) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 1060612) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1060612) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1060612) nvcsw: 3228
DEBUG    ya.test:process.py:263 Command (pid 1060612) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1060612) stime: 0.20230499999999998
DEBUG    ya.test:process.py:263 Command (pid 1060612) utime: 0.191652
DEBUG    ya.test:process.py:263 Command (pid 1060612) wtime: 9.07
DEBUG    ya.test:process.py:275 Command (pid 1060612) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1060612) 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/6z2j/0002b9/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/6z2j/0002b9/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14661', '-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: 1061312
DEBUG    ya.test:process.py:259 Command (pid 1061312) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1061312) elapsed time (sec): 484.6492917537689
DEBUG    ya.test:process.py:263 Command (pid 1061312) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1061312) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1061312) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1061312) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1061312) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1061312) maxrss: 2704464
DEBUG    ya.test:process.py:263 Command (pid 1061312) minflt: 5554496
DEBUG    ya.test:process.py:263 Command (pid 1061312) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1061312) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1061312) nivcsw: 773
DEBUG    ya.test:process.py:263 Command (pid 1061312) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1061312) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1061312) nvcsw: 441724
DEBUG    ya.test:process.py:263 Command (pid 1061312) oublock: 64
DEBUG    ya.test:process.py:263 Command (pid 1061312) stime: 25.897182
DEBUG    ya.test:process.py:263 Command (pid 1061312) utime: 134.85232
DEBUG    ya.test:process.py:263 Command (pid 1061312) wtime: 484.651
DEBUG    ya.test:process.py:275 Command (pid 1061312) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (7.565807s)
Fill table customer...
Fill table customer OK 150000 / 150000 (2.536957s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (464.565899s)
Fill table part...
Fill table part OK 200000 / 200000 (9.164753s)
Fill table nation...
Fill table nation OK 25 / 25 (0.127207s)
Fill table region...
Fill table region OK 5 / 5 (0.125622s)

DEBUG    ya.test:process.py:276 Command (pid 1061312) 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:9926
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:9926 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:9926 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 553
DEBUG    root:ydb_cluster.py:269 Expected nodes count: 1
INFO     root:ydb_cluster.py:134 Connecting to grpc://localhost:14661 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, edc23a6e-6fb6-4eca-8b10-33b8075ef313, localhost:14661): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, edc23a6e-6fb6-4eca-8b10-33b8075ef313, localhost:14661): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, edc23a6e-6fb6-4eca-8b10-33b8075ef313, localhost:14661): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ntecw3qpeq.auto.internal" port: 3390 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-ntecw3qpeq.auto.internal:3390, 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:14661
INFO     root:ydb_cluster.py:150 Connected
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, 49571096-2270-4ae3-85eb-1f57869b25ce, ghrun-ntecw3qpeq.auto.internal:3390): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, 49571096-2270-4ae3-85eb-1f57869b25ce, ghrun-ntecw3qpeq.auto.internal:3390): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(StreamExecuteScanQuery, 49571096-2270-4ae3-85eb-1f57869b25ce, ghrun-ntecw3qpeq.auto.internal:3390): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:9926
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:9926 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:9926 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 553
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, c18d1af0-c31f-4695-b842-3aaa5d5df71d, ghrun-ntecw3qpeq.auto.internal:3390): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(DescribePath, c18d1af0-c31f-4695-b842-3aaa5d5df71d, ghrun-ntecw3qpeq.auto.internal:3390): 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, c18d1af0-c31f-4695-b842-3aaa5d5df71d, ghrun-ntecw3qpeq.auto.internal:3390): 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: 1761496668670 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, 9a5889c2-a003-4042-a417-7cee335dd847, ghrun-ntecw3qpeq.auto.internal:3390): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListDirectory, 9a5889c2-a003-4042-a417-7cee335dd847, ghrun-ntecw3qpeq.auto.internal:3390): 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, 9a5889c2-a003-4042-a417-7cee335dd847, ghrun-ntecw3qpeq.auto.internal:3390): 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: 1761496668670 tx_id: 281474976720659 } } children { name: "customer" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761496668670 tx_id: 281474976720659 } } children { name: "lineitem" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761496669860 tx_id: 281474976720660 } } children { name: "nation" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761496670050 tx_id: 281474976720661 } } children { name: "orders" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761496671060 tx_id: 281474976720662 } } children { name: "part" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761496672290 tx_id: 281474976720663 } } children { name: "partsupp" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761496673480 tx_id: 281474976720664 } } children { name: "region" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761496673690 tx_id: 281474976720665 } } children { name: "supplier" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761496674850 tx_id: 281474976720666 } } } } } }
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:9926
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:9926 "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:9926 "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 581
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:9926
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:9926 "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:9926 "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 581
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:9926
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:9926 "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:9926 "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 579
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:9926
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:9926 "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:9926 "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 582
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:9926
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:9926 "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:9926 "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 582
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:9926
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:9926 "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:9926 "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 582
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:9926
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:9926 "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:9926 "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 580
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:9926
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:9926 "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:9926 "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 582
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, 0be4143c-e1dc-476e-a624-23423ca2532e, ghrun-ntecw3qpeq.auto.internal:3390): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, 0be4143c-e1dc-476e-a624-23423ca2532e, ghrun-ntecw3qpeq.auto.internal:3390): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(StreamExecuteScanQuery, 0be4143c-e1dc-476e-a624-23423ca2532e, ghrun-ntecw3qpeq.auto.internal:3390): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, 7e7f06c0-7ff3-4879-aafe-67a0cc3a336b, ghrun-ntecw3qpeq.auto.internal:3390): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, 7e7f06c0-7ff3-4879-aafe-67a0cc3a336b, ghrun-ntecw3qpeq.auto.internal:3390): 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, 7e7f06c0-7ff3-4879-aafe-67a0cc3a336b, ghrun-ntecw3qpeq.auto.internal:3390): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, 1d4260fa-8d5a-4a19-83d1-126d1179a875, ghrun-ntecw3qpeq.auto.internal:3390): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, 1d4260fa-8d5a-4a19-83d1-126d1179a875, ghrun-ntecw3qpeq.auto.internal:3390): 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, 1d4260fa-8d5a-4a19-83d1-126d1179a875, ghrun-ntecw3qpeq.auto.internal:3390): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:375 RpcState(StreamExecuteScanQuery, 15ea347c-a5eb-4bee-ab63-81956fabdd18, ghrun-ntecw3qpeq.auto.internal:3390): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(StreamExecuteScanQuery, 15ea347c-a5eb-4bee-ab63-81956fabdd18, ghrun-ntecw3qpeq.auto.internal:3390): 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, 15ea347c-a5eb-4bee-ab63-81956fabdd18, ghrun-ntecw3qpeq.auto.internal:3390): 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, 90e445c6-d4ea-4c74-907f-c8dfca439401, localhost:14661): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 90e445c6-d4ea-4c74-907f-c8dfca439401, localhost:14661): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 90e445c6-d4ea-4c74-907f-c8dfca439401, localhost:14661): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ntecw3qpeq.auto.internal" port: 3390 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-ntecw3qpeq.auto.internal:3390, location , ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:14661
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:9926
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:9926 "GET /viewer/json/nodes HTTP/1.1" 200 787
============================== slowest durations ===============================
597.99s 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.28s (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",), {})
