Skip to content

Commit 2d5284d

Browse files
committed
doc,meta: add issue template for flaky tests
1 parent 6adbe9a commit 2d5284d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F4AB Found a flaky test?"
3+
about: Please provide information about the failure.
4+
5+
---
6+
<!--
7+
Thank you for reporting a possible flaky test in Node.js.
8+
9+
Please fill in as much of the template below as you can.
10+
11+
-->
12+
* test file - [NAME_OF_TEST_WITH_SUITE (e.g. parallel/test-https)](https://github.com/nodejs/node/blob/master/test/NAME_OF_TEST_WITH_SUITE.js)
13+
* ci job - [CI_JOB_DESCRIPTOR (e.g. aix/21613)](https://ci.nodejs.org/job/node-test-CI_JOB_DESCRIPTOR)
14+
* ci worker - [CI_WORKER_NAME](https://ci.nodejs.org/computer/CI_WORKER_NAME/)
15+
* output:
16+
```
17+
CI console output for the failing test.
18+
Or content of JUnit test details page.
19+
Note: should be indented with 2 spaces to align with * bullet point.
20+
```

0 commit comments

Comments
 (0)