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

    https://github.com/apache/spark/pull/20998#discussion_r180937626
  
    --- Diff: 
core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala ---
    @@ -880,8 +880,8 @@ class TaskSetManagerSuite extends SparkFunSuite with 
LocalSparkContext with Logg
         assert(manager.resourceOffer("execB", "host2", ANY).get.index === 3)
       }
     
    -  test("speculative task should not run on a given host where another 
attempt " +
    -    "is already running on") {
    +  test("SPARK-23888: speculative task should not run on a given host " +
    +    "where another attempt is already running on") {
    --- End diff --
    
    Sure. Also, do we need to reword PR and jira title? @squito 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to