Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc,meta: add issue template for flaky tests
  • Loading branch information
refack committed Nov 17, 2018
commit 2d5284dd522473f684050ba8694ccdc9a48e9841
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/5-flaky-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "\U0001F4AB Found a flaky test?"
about: Please provide information about the failure.

---
<!--
Thank you for reporting a possible flaky test in Node.js.

Please fill in as much of the template below as you can.

-->
* 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)
* ci job - [CI_JOB_DESCRIPTOR (e.g. aix/21613)](https://ci.nodejs.org/job/node-test-CI_JOB_DESCRIPTOR)
* ci worker - [CI_WORKER_NAME](https://ci.nodejs.org/computer/CI_WORKER_NAME/)
* output:
```
CI console output for the failing test.
Or content of JUnit test details page.
Note: should be indented with 2 spaces to align with * bullet point.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd remove this. Having to indent output by two spaces can be annoying/tedious. It's OK if it's not indented (or does that cause a big problem--seems mostly aesthetics)?

```