You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/05/16 11:29:56 UTC

[GitHub] ivankelly opened a new pull request #1789: Ability to disable test retries from commandline

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:
users@infra.apache.org


With regards,
Apache Git Services