You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/12/07 08:07:55 UTC

[GitHub] [dolphinscheduler] xuchangqun commented on issue #6905: [Bug] [dolphinscheduler-api] when some datasource configuration is incorrect, "test connect" does not return results.

xuchangqun commented on issue #6905:
URL: https://github.com/apache/dolphinscheduler/issues/6905#issuecomment-987668749


   @huangfox 
   Sorry to reply so late.
   
   I have debug code in branch dev. There are following situations.
   1. set incorrect password -> return JDBC connect failed.
   2. set incorrect host (can't ping) -> Connection timeout(according to settings 'connection-timeout') and return JDBC connect failed.
   3. correct -> return '成功'
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org