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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
