spark git commit: [SPARK-16722][TESTS] Fix a StreamingContext leak in StreamingContextSuite when eventually fails

2016-07-25 Thread tdas
Repository: spark Updated Branches: refs/heads/master db36e1e75 -> e164a04b2 [SPARK-16722][TESTS] Fix a StreamingContext leak in StreamingContextSuite when eventually fails ## What changes were proposed in this pull request? This PR moves `ssc.stop()` into `finally` for

spark git commit: [SPARK-16722][TESTS] Fix a StreamingContext leak in StreamingContextSuite when eventually fails

2016-07-25 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-2.0 b17fe4e41 -> 9d581dc61 [SPARK-16722][TESTS] Fix a StreamingContext leak in StreamingContextSuite when eventually fails ## What changes were proposed in this pull request? This PR moves `ssc.stop()` into `finally` for