chengshiwen edited a comment on pull request #5387:
URL: https://github.com/apache/dolphinscheduler/pull/5387#issuecomment-826652763


   I added the following lines:
   ```java
   private void checkTable() {
       if (!pluginDao.checkPluginDefineTableExist()) {
           logger.error("Plugin Define Table t_ds_plugin_define Not Exist . 
Please Create it First !");
           System.exit(1);
       }
   }
   ```
   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]


Reply via email to