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-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to