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

    https://github.com/apache/spark/pull/23088#discussion_r238492653
  
    --- Diff: 
core/src/test/scala/org/apache/spark/status/AppStatusStoreSuite.scala ---
    @@ -77,6 +77,34 @@ class AppStatusStoreSuite extends SparkFunSuite {
         assert(store.count(classOf[CachedQuantile]) === 2)
       }
     
    +  test("only successfull task have taskSummary") {
    +    val store = new InMemoryStore()
    +    (0 until 5).foreach { i => store.write(newTaskData(i, "FAILED")) }
    --- End diff --
    
    Done.


---

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

Reply via email to