-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retry tests when they fail to fight flaky tests #38485
Conversation
This is important for flaky tests handling as flaky tests won't fail the build.
Now that we have flaky tests reports, we can retry tests on CI.
This comment has been minimized.
This comment has been minimized.
Cool... we are hit by:
|
actions/upload-artifact#240 actions/upload-artifact#39 + impossible to upload files with ? in the name and we have a test testing exactly that.
I made some adjustments in a ton of places to be able to prezip the reports and push a zip to avoid all sorts of problems with upload-artifact and Node.js. |
Status for workflow
|
@jprinet Looks like we are close to being able to merge this. I have a few small improvements to make (such as adding the link to Develocity for the flaky tests) but things are looking good. |
Flaky tests are now reported in the bot report so we can retry the tests several times.
Also Develocity provides reports for flaky tests where we can see the history.