Skip to content
Snippets Groups Projects
Commit 97ffebbe authored by Reynold Xin's avatar Reynold Xin
Browse files

Fixed dagscheduler suite because of a logging message change.

parent a61cf40a
No related branches found
No related tags found
No related merge requests found
...@@ -250,7 +250,7 @@ class DAGSchedulerSuite extends FunSuite with BeforeAndAfter with LocalSparkCont ...@@ -250,7 +250,7 @@ class DAGSchedulerSuite extends FunSuite with BeforeAndAfter with LocalSparkCont
test("trivial job failure") { test("trivial job failure") {
submit(makeRdd(1, Nil), Array(0)) submit(makeRdd(1, Nil), Array(0))
failed(taskSets(0), "some failure") failed(taskSets(0), "some failure")
assert(failure.getMessage === "Job failed: some failure") assert(failure.getMessage === "Job aborted: some failure")
} }
test("run trivial shuffle") { test("run trivial shuffle") {
......
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