We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da210ea commit f402180Copy full SHA for f402180
core/src/test/scala/org/apache/spark/CheckpointSuite.scala
@@ -644,7 +644,7 @@ class CheckpointStorageSuite extends SparkFunSuite with LocalSparkContext {
644
}
645
646
647
- test("checkpoint should not fail in retry") {
+ test("SPARK-31484: checkpoint should not fail in retry") {
648
withTempDir { checkpointDir =>
649
val conf = new SparkConf()
650
.set(UI_ENABLED.key, "false")
0 commit comments