Skip to content
Snippets Groups Projects
Commit 8bcad28a authored by proflin's avatar proflin Committed by Reynold Xin
Browse files

[SPARK-7420][STREAMING][TESTS] Enable test: o.a.s.streaming.JobGeneratorSuite...

[SPARK-7420][STREAMING][TESTS] Enable test: o.a.s.streaming.JobGeneratorSuite "Do not clear received…

## How was this patch tested?

unit test

Author: proflin <proflin.me@gmail.com>

Closes #11626 from lw-lin/SPARK-7420.
parent 8a3acb79
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,7 @@ class JobGeneratorSuite extends TestSuiteBase {
// 4. allow subsequent batches to be generated (to allow premature deletion of 3rd batch metadata)
// 5. verify whether 3rd batch's block metadata still exists
//
// TODO: SPARK-7420 enable this test
ignore("SPARK-6222: Do not clear received block data too soon") {
test("SPARK-6222: Do not clear received block data too soon") {
import JobGeneratorSuite._
val checkpointDir = Utils.createTempDir()
val testConf = conf
......
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