vamossagar12 opened a new pull request, #14827:
URL: https://github.com/apache/kafka/pull/14827

   The 2 `checkConnectorState` method implementations have the following text 
in their return Javadocs:
   
   `* @return true if the connector and tasks are in RUNNING state; false 
otherwise`
   
   However, this isn't true because the 2 methods are being invoked where it is 
expected that the connector and/or tasks can be in FAILED 
(`assertConnectorIsFailedAndTasksHaveFailed`) / PAUSED 
(`assertConnectorAndExactlyNumTasksArePaused`) state for example. This PR 
updates the string in an attempt to generalise it because the assertion request 
can be in any state (not just `RUNNING` as the original string seems to imply).


-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to