Skip to content

Commit 10d7760

Browse files
committed
add jira ID to test name in PoolSuite
1 parent f33007c commit 10d7760

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ class PoolSuite extends SparkFunSuite with LocalSparkContext {
367367
}
368368
}
369369

370-
test("Fair Scheduler addTaskSetManager logs include streaming query Id and batch Id") {
370+
test("SPARK-56326: Fair Scheduler addTaskSetManager logs include " +
371+
"streaming query Id and batch Id") {
371372
val xmlPath = getClass.getClassLoader.getResource("fairscheduler.xml").getFile()
372373
val conf = new SparkConf().set(SCHEDULER_ALLOCATION_FILE, xmlPath)
373374
sc = new SparkContext(LOCAL, APP_NAME, conf)

0 commit comments

Comments
 (0)