lhotari opened a new pull request #9869: URL: https://github.com/apache/pulsar/pull/9869
### Motivation RabbitMQSourceTest is flaky. It fails sporadically since RabbitMQ might not be started when the test proceeds to access RabbitMQ. ### Modifications Make a similar change to RabbitMQSourceTest as was done for RabbitMQSinkTest in #9356. It's also necessary to add `.ignoreExceptions()` to the `Awaitility` configuration so that exceptions are ignored. ---------------------------------------------------------------- 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]
