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 2022/07/11 14:10:25 UTC

[GitHub] [pulsar] nicoloboschi opened a new pull request, #16524: [ci] Remove cmd-line level test retries

nicoloboschi opened a new pull request, #16524:
URL: https://github.com/apache/pulsar/pull/16524

   ### Motivation
   It is common that some tests suite in our CI times out. This is because when a test failed the entire suite is retried from the beginning (max 3 times).
   
   The command-line retries may sound helpful to have the CI green but they actually hide failures (that may be flakies or real issues).
   
   Another issue is that you can't easily see the failed test and most of the time the quickest solution is just to blindly restart the failed jobs. This is not the correct behaviour and it will make the CI less stable over time.
   
   ### Modifications
   
   Removed the retry from ALL the test suites
   
   - [x] `doc-not-needed` 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] codelipenghui merged pull request #16524: [ci] Remove cmd-line level test retries

Posted by GitBox <gi...@apache.org>.
codelipenghui merged PR #16524:
URL: https://github.com/apache/pulsar/pull/16524


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] nicoloboschi closed pull request #16524: [ci] Remove cmd-line level test retries

Posted by GitBox <gi...@apache.org>.
nicoloboschi closed pull request #16524: [ci] Remove cmd-line level test retries
URL: https://github.com/apache/pulsar/pull/16524


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org