Skip to content

Commit 6887352

Browse files
authored
Temporary switch off canonization for tpch 1k+ (#11385)
1 parent 4330ae8 commit 6887352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/tests/olap/load/test_tpch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class TestTpch100(TpchSuiteBase):
7272

7373
class TestTpch1000(TpchSuiteBase):
7474
scale: int = 1000
75-
check_canonical: bool = True
75+
check_canonical: bool = False
7676
timeout = max(TpchSuiteBase.timeout, 1000.)
7777
query_settings = {
7878
9: LoadSuiteBase.QuerySettings(timeout=max(TpchSuiteBase.timeout, 3600.)),
@@ -81,5 +81,5 @@ class TestTpch1000(TpchSuiteBase):
8181

8282
class TestTpch10000(TpchSuiteBase):
8383
scale: int = 10000
84-
check_canonical: bool = True
84+
check_canonical: bool = False
8585
timeout = max(TpchSuiteBase.timeout, 3600.)

0 commit comments

Comments
 (0)