-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add flaky test issue template (#8931)
Use this template for reporting flaky tests.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Flaky Test | ||
about: Report a flaky test (one that doesn't pass consistently) | ||
|
||
--- | ||
|
||
## Flaky Test | ||
|
||
* **Test Name:** Name of the failing test. | ||
* **Link:** Link to file/line number in github. | ||
* **Branch:** Git branch the test was seen in. If a PR, the branch the PR was based off. | ||
* **Artifact Link:** If available, attach the generated zip artifact associated with the stack trace for this failure. | ||
* **Notes:** Additional details about the test. e.g. theory as to failure cause | ||
|
||
### Stack Trace | ||
|
||
``` | ||
paste stack trace here | ||
``` |