dongjoon-hyun commented on PR #44280: URL: https://github.com/apache/spark/pull/44280#issuecomment-1849056545
> Btw, I found a test `"master correctly recover the application` in `MasterSuite` which does some tests on master recovery. For example, it tests master behavior by sending `WorkerSchedulerStateResponse` for a fake worker. Maybe we can do test like that. > > I.e., instead of `WorkerSchedulerStateResponse`, we can send a `RegisterWorker` message, and check the fake worker's status. Thank you, @viirya . I will start the test coverage improvement for this part. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
