We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33007c commit 10d7760Copy full SHA for 10d7760
1 file changed
core/src/test/scala/org/apache/spark/scheduler/PoolSuite.scala
@@ -367,7 +367,8 @@ class PoolSuite extends SparkFunSuite with LocalSparkContext {
367
}
368
369
370
- test("Fair Scheduler addTaskSetManager logs include streaming query Id and batch Id") {
+ test("SPARK-56326: Fair Scheduler addTaskSetManager logs include " +
371
+ "streaming query Id and batch Id") {
372
val xmlPath = getClass.getClassLoader.getResource("fairscheduler.xml").getFile()
373
val conf = new SparkConf().set(SCHEDULER_ALLOCATION_FILE, xmlPath)
374
sc = new SparkContext(LOCAL, APP_NAME, conf)
0 commit comments