Skip to content

Commit cd907bb

Browse files
author
yikf
committed
[SPARK-34541][CORE] revert
1 parent 65be2c7 commit cd907bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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("SPARK-34541: shuffle can be removed") {
429429
withTempDir { tmpDir =>
430430
def getAllFiles: Set[File] =
431431
FileUtils.listFiles(tmpDir, TrueFileFilter.INSTANCE, TrueFileFilter.INSTANCE).asScala.toSet

core/src/test/scala/org/apache/spark/shuffle/sort/SortShuffleManagerSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,5 @@ class SortShuffleManagerSuite extends SparkFunSuite with Matchers {
130130
mapSideCombine = true
131131
)))
132132
}
133+
133134
}

0 commit comments

Comments
 (0)