-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use bigger data set to address testStatsBasedRepartitionData flakiness
Previously the test used `tpch.tiny.nation`. The tiny schema is sf0.01. Now will use sf0.03. Since the test requires source table to have stats, a copy of the table is created. Despite the increased data size locally the test runs faster now. This is because the test internally uses retries to cover flakiness and now it needs fewer retries to succeed (usually no retries).
- Loading branch information
Showing
1 changed file
with
29 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters