Skip to content

Commit 37aef5f

Browse files
Ash CrippsAshCripps
authored andcommitted
meta: add flaky test issue template
Add a flaky test issue template to ensure that enough information is provided for investigation
1 parent a4e273b commit 37aef5f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Report a flaky test
3+
about: Report a flaky test in our CI
4+
labels: "CI / flaky test"
5+
6+
---
7+
8+
<!--
9+
Thank you for reporting an flaky test.
10+
11+
Please fill in as much of the template below as you're able.
12+
13+
Test: The test that is flaky - e.g. `test-fs-stat-bigint`
14+
Platform: The platform the test is flaky on - e.g. `macos` or `linux`
15+
Console Output: A pasted console output from a failed CI job showing the whole failure of the test
16+
Build Links: Links to builds affected by the flaky test
17+
Failure Rate: How often does this test fail - e.g. 1 in 10 builds
18+
19+
If possible please try to give a timeframe to the when the test started failing to assist with investigation
20+
-->
21+
22+
* **Test**:
23+
* **Platform**:
24+
* **Console Output**:
25+
* **Build Links**:
26+
* **Failure Rate**:

0 commit comments

Comments
 (0)