Skip to content

Commit

Permalink
Temporary switch off canonization for tpch 1k+ (ydb-platform#11385)
Browse files Browse the repository at this point in the history
  • Loading branch information
iddqdex authored Nov 7, 2024
1 parent 4330ae8 commit 6887352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ydb/tests/olap/load/test_tpch.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class TestTpch100(TpchSuiteBase):

class TestTpch1000(TpchSuiteBase):
scale: int = 1000
check_canonical: bool = True
check_canonical: bool = False
timeout = max(TpchSuiteBase.timeout, 1000.)
query_settings = {
9: LoadSuiteBase.QuerySettings(timeout=max(TpchSuiteBase.timeout, 3600.)),
Expand All @@ -81,5 +81,5 @@ class TestTpch1000(TpchSuiteBase):

class TestTpch10000(TpchSuiteBase):
scale: int = 10000
check_canonical: bool = True
check_canonical: bool = False
timeout = max(TpchSuiteBase.timeout, 3600.)

0 comments on commit 6887352

Please sign in to comment.