Skip to content

Commit

Permalink
Temporary not check size of lineitems table for big scales of tpch (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iddqdex authored Oct 11, 2024
1 parent 8372e70 commit 0da7943
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ydb/tests/olap/load/test_tpch.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,10 @@ class TestTpch100(TpchSuiteBase):


class TestTpch1000(TpchSuiteBase):
tables_size: dict[str, int] = {
'lineitem': 5999989709,
}
size: int = 1000
timeout = max(TpchSuiteBase.timeout, 1000.)


class TestTpch10000(TpchSuiteBase):
tables_size: dict[str, int] = {
'lineitem': 59999994267,
}
size: int = 10000
timeout = max(TpchSuiteBase.timeout, 3600.)

0 comments on commit 0da7943

Please sign in to comment.