chengshiwen edited a comment on pull request #5387: URL: https://github.com/apache/dolphinscheduler/pull/5387#issuecomment-826652763
I added the following lines: ``` int checkCount = 0; while (checkCount < Constants.ALERT_SCAN_MAX_RETRIES && !pluginDao.checkPluginDefineTableExist()) ``` And I have tried to improve the unit test coverage. However, due to the small number of modified code lines and the difficulty of mocking, I do not plan to update anymore -- 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]
