-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Adds flaky e2e report and restart functionality #11263
Conversation
Hi, @DubeySandeep, this pull request does not have a "CHANGELOG: ..." label as mentioned in the PR checkbox list. Assigning @ DubeySandeep to add the required label. PRs without this label will not be merged. If you are unsure of which label to add, please ask the reviewers for guidance. Thanks! |
Assigned @kevintab95 to this PR for reference as he is also working on the same file and related to similar functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Hi @DubeySandeep. Due to recent changes in the "develop" branch, this PR now has a merge conflict. Please follow this link if you need help resolving the conflict, so that the PR can be merged. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as a codeowner. Thanks Chris for the thorough review!
Hi @DubeySandeep, the build of this PR is stale and this could result in tests failing in develop. Please update this pull request with the latest changes from develop, Thanks. |
Hi @DubeySandeep. Due to recent changes in the "develop" branch, this PR now has a merge conflict. Please follow this link if you need help resolving the conflict, so that the PR can be merged. Thanks! |
Hi @DubeySandeep, this PR is ready to be merged. Please address any remaining comments prior to merging, and feel free to merge this PR once the CI checks pass and you're happy with it. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @U8NWXD!
Overview
This PR does the following: Removes the old structure to auto-restart flaky test as it wasn't working on CIs. Through this PR the script will send the output lines to a Heroku server, and the server return whether the test is flaky or not.
Essential Checklist
PR Pointers