lhotari opened a new pull request #10191: URL: https://github.com/apache/pulsar/pull/10191
### Motivation Some integration tests fail often and retrying all integration tests is slow. ### Modifications Enable the test retries at TestNG level also for integration tests. When a Pulsar broker url is passed as a parameter to a test method, it's necessary to use a `Supplier<String>` parameter so that the value gets evaluated again for test retries. -- 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]
