Skip to content

Commit

Permalink
q 4,5, 10
Browse files Browse the repository at this point in the history
  • Loading branch information
iddqdex authored Jan 27, 2025
1 parent ba47f49 commit 8f8b444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/tests/olap/load/lib/tpch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8f8b444

Please sign in to comment.