Skip to content

Commit 65be2c7

Browse files
author
yikf
committed
[SPARK-34541][CORE] for test.
1 parent a86b5ab commit 65be2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ abstract class ShuffleSuite extends SparkFunSuite with Matchers with LocalSparkC
425425
manager.unregisterShuffle(0)
426426
}
427427

428-
test(s"SPARK-34541: Shuffle can be removed when spark.shuffle.useOldFetchProtocol=true") {
428+
test(s"SPARK-34541: shuffle can be removed when spark.shuffle.useOldFetchProtocol=true") {
429429
withTempDir { tmpDir =>
430430
def getAllFiles: Set[File] =
431431
FileUtils.listFiles(tmpDir, TrueFileFilter.INSTANCE, TrueFileFilter.INSTANCE).asScala.toSet

0 commit comments

Comments
 (0)