srowen commented on a change in pull request #25799: [SPARK-28483][FOLLOW-UP] 
Fix flaky test in BarrierTaskContextSuite
URL: https://github.com/apache/spark/pull/25799#discussion_r324515180
 
 

 ##########
 File path: 
core/src/test/scala/org/apache/spark/scheduler/BarrierTaskContextSuite.scala
 ##########
 @@ -201,15 +201,25 @@ class BarrierTaskContextSuite extends SparkFunSuite with 
LocalSparkContext {
     }
   }
 
-  test("barrier task killed") {
+  test("barrier task killed, no interrupt") {
+    val conf = new SparkConf()
 
 Review comment:
   Can this part also go into the helper method to not duplicate it or is it 
used elsewhere?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to