Skip to content

Commit 0da7943

Browse files
authored
Temporary not check size of lineitems table for big scales of tpch (#10336)
1 parent 8372e70 commit 0da7943

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ydb/tests/olap/load/test_tpch.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,10 @@ class TestTpch100(TpchSuiteBase):
6666

6767

6868
class TestTpch1000(TpchSuiteBase):
69-
tables_size: dict[str, int] = {
70-
'lineitem': 5999989709,
71-
}
7269
size: int = 1000
7370
timeout = max(TpchSuiteBase.timeout, 1000.)
7471

7572

7673
class TestTpch10000(TpchSuiteBase):
77-
tables_size: dict[str, int] = {
78-
'lineitem': 59999994267,
79-
}
8074
size: int = 10000
8175
timeout = max(TpchSuiteBase.timeout, 3600.)

0 commit comments

Comments
 (0)