We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adbe9a commit 2d5284dCopy full SHA for 2d5284d
1 file changed
.github/ISSUE_TEMPLATE/5-flaky-test.md
@@ -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