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

    https://github.com/apache/spark/pull/23038#discussion_r234382145
  
    --- Diff: 
core/src/test/scala/org/apache/spark/status/AppStatusListenerSuite.scala ---
    @@ -1275,6 +1275,49 @@ class AppStatusListenerSuite extends SparkFunSuite 
with BeforeAndAfter {
         assert(allJobs.head.numFailedStages == 1)
       }
     
    +  test("SPARK-25451: total tasks in the executor summary should match 
total stage tasks") {
    +    val testConf = conf.clone()
    +      .set("spark.ui.liveUpdate.period", s"${Int.MaxValue}s")
    --- End diff --
    
    Use the config constant, like the existing code.


---

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

Reply via email to