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 c0bd909 commit d91bda6Copy full SHA for d91bda6
ydb/tests/olap/load/lib/tpch.py
@@ -91,3 +91,17 @@ class TestTpch10000(TpchSuiteBase):
91
iterations: int = 1
92
check_canonical: bool = CheckCanonicalPolicy.WARNING
93
timeout = max(TpchSuiteBase.timeout, 14400.)
94
+
95
96
+class TestTpch30000(TpchSuiteBase):
97
+ scale: int = 30000
98
+ iterations: int = 1
99
+ check_canonical: bool = CheckCanonicalPolicy.WARNING
100
+ timeout = max(TpchSuiteBase.timeout, 14400.)
101
102
103
+class TestTpch100000(TpchSuiteBase):
104
+ scale: int = 100000
105
106
107
0 commit comments