ivankelly opened a new pull request #1789: Ability to disable test retries from commandline URL: https://github.com/apache/incubator-pulsar/pull/1789 Sometimes it's useful to be able to disable retries when testing sometime, for example, if you want to find flakes, or you have a test that's failing and you want to dig into why. This patch adds a commandline flag, testRetryCount, which can be passed to maven to disable retries. ``` mvn test -Dtest=SomeTest -DtestRetryCount=0 ```
---------------------------------------------------------------- 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
