ivankelly opened a new pull request #3081: Disable retry on integration tests URL: https://github.com/apache/pulsar/pull/3081 In the original arquillian tests, retry was disabled because tests are run against a cluster that's brought up at class level, so any retry would be against a dirty environment. This seems to have been accidently changed when moving to testcontainers, thought the same condition holds true. This patch disabled the retries. These are new tests. They shouldn't be flaking.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
