Skip to content

Commit f402180

Browse files
committed
Add JIRA prefix.
1 parent da210ea commit f402180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/CheckpointSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ class CheckpointStorageSuite extends SparkFunSuite with LocalSparkContext {
644644
}
645645
}
646646

647-
test("checkpoint should not fail in retry") {
647+
test("SPARK-31484: checkpoint should not fail in retry") {
648648
withTempDir { checkpointDir =>
649649
val conf = new SparkConf()
650650
.set(UI_ENABLED.key, "false")

0 commit comments

Comments
 (0)