From 8f8b44401622ec0352cac35b5415a20340f56045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=B3?= <150132506+iddqdex@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:32:49 +0300 Subject: [PATCH] q 4,5, 10 --- ydb/tests/olap/load/lib/tpch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/tests/olap/load/lib/tpch.py b/ydb/tests/olap/load/lib/tpch.py index 558e423d32f1..5a68369e791f 100644 --- a/ydb/tests/olap/load/lib/tpch.py +++ b/ydb/tests/olap/load/lib/tpch.py @@ -40,7 +40,7 @@ def do_setup_class(cls): return cls.check_tables_size(folder=cls._get_path(False), tables=cls._get_tables_size()) - @pytest.mark.parametrize('query_num', [i for i in range(19, 23)]) + @pytest.mark.parametrize('query_num', [4,5,10]) def test_tpch(self, query_num: int): self.run_workload_test(self._get_path(), query_num)