Skip to content
Snippets Groups Projects
Commit 219a74a7 authored by Tathagata Das's avatar Tathagata Das Committed by Shixiong Zhu
Browse files

[STREAMING][TEST] Fix flaky streaming.FailureSuite

Under some corner cases, the test suite failed to shutdown the SparkContext causing cascaded failures. This fix does two things
- Makes sure no SparkContext is active after every test
- Makes sure StreamingContext is always shutdown (prevents leaking of StreamingContexts as well, just in case)

Author: Tathagata Das <tathagata.das1565@gmail.com>

Closes #11166 from tdas/fix-failuresuite.
parent 13c17cbb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment