Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
We are bumping up against the 120 minute time limit for tests pretty regularly now. Since we have decreased the number of shuffle partitions and up-ed the parallelism I don't think there is much low hanging fruit to speed up the SQL tests. (The tests that are listed as taking 2-3 minutes are actually 100s of tests that I think are valuable). Instead I propose we avoid running tests that we don't need to.
This will have the added benefit of eliminating failures in SQL due to flaky streaming tests.
Note that this won't fix the full builds that are run for every commit. There I think we just just up the test timeout.
Attachments
Attachments
Issue Links
- duplicates
-
SPARK-1455 Determine which test suites to run based on code changes
- Resolved
- links to