Skip to content

Commit

Permalink
scalastyle check
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidki31 committed Nov 29, 2018
1 parent ae71eba commit 1be36f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,8 @@ class AppStatusListenerSuite extends SparkFunSuite with BeforeAndAfter {
stage.failureReason = Some("Failed")
listener.onStageCompleted(SparkListenerStageCompleted(stage))
time += 1
listener.onJobEnd(SparkListenerJobEnd(1, time, JobFailed(new RuntimeException("Bad Executor"))))
listener.onJobEnd(SparkListenerJobEnd(1, time, JobFailed(
new RuntimeException("Bad Executor"))))

time += 1
tasks(2).markFinished(TaskState.FAILED, time)
Expand Down

0 comments on commit 1be36f7

Please sign in to comment.