Skip to content

Commit b7ea7be

Browse files
Ash Crippscodebytere
Ash Cripps
authored andcommitted
meta: add flaky test issue template
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]>
1 parent 3d05e3d commit b7ea7be

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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 a flaky test.
10+
11+
Flaky tests are tests that fail occaisonally in Node.js CI, but not consistently enough to block PRs from landing,
12+
or that are failing in CI jobs or test modes that are not run for every PR.
13+
14+
Please fill in as much of the template below as you're able.
15+
16+
Test: The test that is flaky - e.g. `test-fs-stat-bigint`
17+
Platform: The platform the test is flaky on - e.g. `macos` or `linux`
18+
Console Output: A pasted console output from a failed CI job showing the whole failure of the test
19+
Build Links: Links to builds affected by the flaky test
20+
21+
If any investigation has been done, please include any information found, such as how consistently the test fails, whether the failure could be reproduced locally, when the test started failing, or anything else you think is relevant.
22+
-->
23+
24+
* **Test**:
25+
* **Platform**:
26+
* **Console Output:**
27+
```
28+
REPLACE ME
29+
```
30+
* **Build Links**:

0 commit comments

Comments
 (0)