From 745bd090f7802276f9138244ec40b36db8bf40f2 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Fri, 4 Jun 2021 10:28:12 +0900 Subject: [PATCH] [SPARK-35589][CORE][TESTS][FOLLOWUP] Remove the duplicated test coverage ### What changes were proposed in this pull request? This removes the accidental duplicated test coverage. ### Why are the changes needed? To save the test resources. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A because this is a removal of the duplicated test coverage. Closes #32774 from dongjoon-hyun/SPARK-35589-3. Authored-by: Dongjoon Hyun Signed-off-by: Hyukjin Kwon --- .../scala/org/apache/spark/storage/BlockManagerSuite.scala | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala b/core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala index 82d7d49897bff..5c0726b4206e7 100644 --- a/core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala +++ b/core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala @@ -2004,10 +2004,6 @@ class BlockManagerSuite extends SparkFunSuite with Matchers with BeforeAndAfterE } } - test("SPARK-35589: test migration of index-only shuffle blocks during decommissioning") { - testShuffleBlockDecommissioning(None, true) - } - test("test migration of shuffle blocks during decommissioning - no limit") { testShuffleBlockDecommissioning(None, true) }