lhotari opened a new pull request #10207: URL: https://github.com/apache/pulsar/pull/10207
### Motivation Test retries were added in PR #10191 for integration tests, shade tests and backwards compat tests. There was some relevant code missing for handling retries in shade and backwards compat tests. ### Modifications - add `TestRetrySupport.incrementSetupNumber()` and `TestRetrySupport.markCurrentSetupNumberCleaned()` calls to tests so that the state tracking in org.apache.pulsar.tests.TestRetrySupport will be able to detect retries and call `cleanup` and `setup` before a retry. -- 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]
