Skip to content

Commit

Permalink
[SPARK-35589][CORE][TESTS][FOLLOWUP] Remove the duplicated test coverage
Browse files Browse the repository at this point in the history
### 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 <dhyun@apple.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
dongjoon-hyun authored and HyukjinKwon committed Jun 4, 2021
1 parent 7eeb07d commit 745bd09
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -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)
}
Expand Down

0 comments on commit 745bd09

Please sign in to comment.