Skip to content

Commit 82e46a8

Browse files
committed
Add JIRA id
1 parent 438b78b commit 82e46a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/test/scala/org/apache/spark/storage/BlockManagerMasterSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ import org.apache.spark.{SparkConf, SparkFunSuite}
2323

2424
class BlockManagerMasterSuite extends SparkFunSuite {
2525

26-
test("getMemoryStatus should not fail after BlockManagerMaster stops") {
26+
test("SPARK-31422: getMemoryStatus should not fail after BlockManagerMaster stops") {
2727
val bmm = new BlockManagerMaster(null, null, new SparkConf, true)
2828
assertTrue(bmm.getMemoryStatus.isEmpty)
2929
}
3030

31-
test("getStorageStatus should not fail after BlockManagerMaster stops") {
31+
test("SPARK-31422: getStorageStatus should not fail after BlockManagerMaster stops") {
3232
val bmm = new BlockManagerMaster(null, null, new SparkConf, true)
3333
assertTrue(bmm.getStorageStatus.isEmpty)
3434
}

0 commit comments

Comments
 (0)