divijvaidya commented on PR #13284: URL: https://github.com/apache/kafka/pull/13284#issuecomment-1615032737
I had to rebase with trunk to resolve merge conflicts. Changes in latest revision. 1\ Moved `awaitMirrorMakerStart` into the test cases. 2\ Only check for one mirror maker node to start instead of all of them. 3\ Only check for connector tasks in one MM node instead of all of the nodes. 4\ Use NoRetryException to fail fast in case of a task/connector failure. (Thank you for introducing me to this nice test utility!) 5\ Task/Connector failure is already logged at ERROR level. This test passes locally. @C0urante ready for review. -- 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