Skip to content

Commit

Permalink
meta: add flaky test issue template
Browse files Browse the repository at this point in the history
Add a flaky test issue template to ensure that enough information is provided for investigation
  • Loading branch information
Ash Cripps authored and AshCripps committed May 21, 2020
1 parent a4e273b commit 37aef5f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/4-report-a-flaky-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Report a flaky test
about: Report a flaky test in our CI
labels: "CI / flaky test"

---

<!--
Thank you for reporting an flaky test.
Please fill in as much of the template below as you're able.
Test: The test that is flaky - e.g. `test-fs-stat-bigint`
Platform: The platform the test is flaky on - e.g. `macos` or `linux`
Console Output: A pasted console output from a failed CI job showing the whole failure of the test
Build Links: Links to builds affected by the flaky test
Failure Rate: How often does this test fail - e.g. 1 in 10 builds
If possible please try to give a timeframe to the when the test started failing to assist with investigation
-->

* **Test**:
* **Platform**:
* **Console Output**:
* **Build Links**:
* **Failure Rate**:

0 comments on commit 37aef5f

Please sign in to comment.