We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4330ae8 commit 6887352Copy full SHA for 6887352
ydb/tests/olap/load/test_tpch.py
@@ -72,7 +72,7 @@ class TestTpch100(TpchSuiteBase):
72
73
class TestTpch1000(TpchSuiteBase):
74
scale: int = 1000
75
- check_canonical: bool = True
+ check_canonical: bool = False
76
timeout = max(TpchSuiteBase.timeout, 1000.)
77
query_settings = {
78
9: LoadSuiteBase.QuerySettings(timeout=max(TpchSuiteBase.timeout, 3600.)),
@@ -81,5 +81,5 @@ class TestTpch1000(TpchSuiteBase):
81
82
class TestTpch10000(TpchSuiteBase):
83
scale: int = 10000
84
85
timeout = max(TpchSuiteBase.timeout, 3600.)
0 commit comments