Skip to content

Commit c2afd63

Browse files
committed
Fix UT
1 parent 7b8b1fa commit c2afd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/scheduler/SparkListenerSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ class SparkListenerSuite extends SparkFunSuite with LocalSparkContext with Match
531531

532532
Seq(true, false).foreach { throwInterruptedException =>
533533
val suffix = if (throwInterruptedException) "throw interrupt" else "set Thread interrupted"
534-
test(s"SPARK-30285: Fix race condition in AsyncEventQueue.removeListenerOnError: $suffix") {
534+
test(s"SPARK-30285: Fix deadlock in AsyncEventQueue.removeListenerOnError: $suffix") {
535535
val conf = new SparkConf(false)
536536
.set(LISTENER_BUS_EVENT_QUEUE_CAPACITY, 5)
537537
val bus = new LiveListenerBus(conf)

0 commit comments

Comments
 (0)