Skip to content

Commit

Permalink
Switch on check canonical results for tpch 1k and 10k
Browse files Browse the repository at this point in the history
ydb-platform#11033 was fixed and results must be same on all clusters
  • Loading branch information
iddqdex authored Nov 25, 2024
1 parent afbc266 commit dd3e2f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ydb/tests/olap/load/test_tpch.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class TestTpch1000(TpchSuiteBase):
'lineitem': 5999989709,
}
scale: int = 1000
check_canonical: bool = False
check_canonical: bool = True
timeout = max(TpchSuiteBase.timeout, 3600.)


Expand All @@ -85,5 +85,5 @@ class TestTpch10000(TpchSuiteBase):
}
scale: int = 10000
iterations: int = 2
check_canonical: bool = False
check_canonical: bool = True
timeout = max(TpchSuiteBase.timeout, 3600.)

0 comments on commit dd3e2f8

Please sign in to comment.