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

    https://github.com/apache/spark/pull/20449#discussion_r171152501
  
    --- Diff: core/src/test/scala/org/apache/spark/JobCancellationSuite.scala 
---
    @@ -320,6 +321,63 @@ class JobCancellationSuite extends SparkFunSuite with 
Matchers with BeforeAndAft
         f2.get()
       }
     
    +  test("Interruptible iterator of shuffle reader") {
    +    // In this test case, we create a Spark job of two stages. The second 
stage is cancelled during
    +    // execution and a counter is used to make sure that the corresponding 
tasks are indeed
    +    // cancelled.
    +    import JobCancellationSuite._
    +    val numSlice = 1
    --- End diff --
    
    Will update it later. 
    
    But looks like Jenkins are having troubles there days? it it back to normal?


---

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

Reply via email to