Skip to content

Commit 5effbeb

Browse files
committed
Run the SortShuffleSuite unit tests have residual spark_* system directory
1 parent 0d16faa commit 5effbeb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ class SortShuffleSuite extends ShuffleSuite with BeforeAndAfterAll {
4747
conf.set("spark.local.dir", tempDir.getAbsolutePath)
4848
}
4949

50-
override def afterEach(): Unit = {
51-
try {
52-
Utils.deleteRecursively(tempDir)
53-
} finally {
54-
super.afterEach()
55-
}
56-
}
57-
5850
test("SortShuffleManager properly cleans up files for shuffles that use the serialized path") {
5951
sc = new SparkContext("local", "test", conf)
6052
// Create a shuffled RDD and verify that it actually uses the new serialized map output path

0 commit comments

Comments
 (0)