-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
meta: add flaky test issue template #33500
Conversation
@AshCripps this is topical. I'm working with a group of interns this summer on a project related to accurately and automatically detecting flaky tests in a codebase (CC: @joyeecheung). Would love to see if we could use Node.js as a place to test the methods we're coming up with. I think developing a template for this is a great idea. |
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.
Some suggested text tweeks. I would find this template useful to bring some more structure to the flaky test reports.
37aef5f
to
a42ab32
Compare
@bcoe @sam-github Ive addressed your comments, I've tried the details block, it didn't look too great locally but need to see how it looks on GitHub. |
@bcoe WDYT? I'd be tempted to leave it out, the tap output is usually not that long. |
Add a flaky test issue template to ensure that enough information is provided for investigation
a42ab32
to
78f1402
Compare
I updated this to remove the details block as it didn't look right IMO and have instead put a |
Add a flaky test issue template to ensure that enough information is provided for investigation PR-URL: #33500 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
Landed in fb33b67 |
Add a flaky test issue template to ensure that enough information is provided for investigation PR-URL: #33500 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
Add a flaky test issue template to ensure that enough information is provided for investigation PR-URL: #33500 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
Add a flaky test issue template to ensure that enough information is provided for investigation PR-URL: #33500 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
Add a flaky test issue template to ensure that enough information is provided for investigation
I think this will be useful especially for newer people interested in helping out the build WG as it requires no access to report flaky tests, and is often an approach we ask people to take to help familarise themselves with our CI/test suite.
Checklist