dongjoon-hyun commented on a change in pull request #32727:
URL: https://github.com/apache/spark/pull/32727#discussion_r645131188
##########
File path: core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala
##########
@@ -1987,6 +1992,10 @@ class BlockManagerSuite extends SparkFunSuite with
Matchers with BeforeAndAfterE
}
}
+ test("SPARK-35589: test migration of index-only shuffle blocks during
decommissioning") {
+ testShuffleBlockDecommissioning(None, true)
Review comment:
Ya, you are correct. During refactoring to minimize the patch, I missed
the duplication. I'll remove new test case.
> As I see the test body here is the same as the one below ("test migration
of shuffle blocks during decommissioning - no limit") so are we calling
testShuffleBlockDecommissioning(None, true) twice with just a different test
name. Is not it?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]