You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by skonto <gi...@git.apache.org> on 2018/08/05 23:20:33 UTC

[GitHub] spark pull request #22004: [WIP][SPARK-25029][TESTS] Scala 2.12 issues: Task...

Github user skonto commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22004#discussion_r207752019
  
    --- Diff: core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala ---
    @@ -2583,4 +2556,32 @@ object DAGSchedulerSuite {
     
       def makeBlockManagerId(host: String): BlockManagerId =
         BlockManagerId("exec-" + host, host, 12345)
    +
    +  // Runs a job that always encounters a fetch failure, so should eventually be aborted
    +  def runJobWithPersistentFetchFailure(sc: SparkContext): Unit = {
    --- End diff --
    
    :+1: How was this affecting it (just curious)?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org