agrawaldevesh commented on a change in pull request #29367:
URL: https://github.com/apache/spark/pull/29367#discussion_r466701315
##########
File path:
core/src/test/scala/org/apache/spark/ExecutorAllocationManagerSuite.scala
##########
@@ -1270,6 +1271,68 @@ class ExecutorAllocationManagerSuite extends
SparkFunSuite {
assert(executorsPendingToRemove(manager).size === 6) // limit reached (1
executor remaining)
}
+ test("mock polling loop remove with decommissioning") {
+ val clock = new ManualClock(2020L)
Review comment:
sure.
----------------------------------------------------------------
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]