Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refine test name
  • Loading branch information
suyanNone committed Jul 21, 2015
commit 7ae128e2f2888a5840be785da34cc20902ba8b5c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ class DAGSchedulerSuite
assertDataStructuresEmpty()
}

test("run with ShuffleMapStage retry") {
test("verify not submit next stage while not have registered mapStatus") {
val firstRDD = new MyRDD(sc, 3, Nil)
val firstShuffleDep = new ShuffleDependency(firstRDD, null)
val firstShuffleId = firstShuffleDep.shuffleId
Expand Down