Skip to content

Commit

Permalink
Create flaky-ci-test-issue.md (#2656)
Browse files Browse the repository at this point in the history
* Create flaky-ci-test-issue.md

Signed-off-by: Avi Fenesh <[email protected]>

* Update flaky-ci-test-issue.md

Signed-off-by: Avi Fenesh <[email protected]>

---------

Signed-off-by: Avi Fenesh <[email protected]>
  • Loading branch information
avifenesh authored Nov 9, 2024
1 parent a907309 commit 4dac29d
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/flaky-ci-test-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Flaky CI Test Issue
about: Report a flaky test in the CI pipeline
title: "[Flaky Test] <test-name>"
labels: bug, flaky-test
assignees: ''

---

**Description of the Flaky Test:**

- **Test Name:** [Name of the test that is flaky]
- **Test Location:** [File and line number or test suite]
- **Filure permlink in the recent CI Run:** [Permlink to the failure line in the test run]
- **Frequency:** [How often does the test fail?]

**Steps to Reproduce:**

1. [Step 1]
2. [Step 2]
3. [Step 3]

**Additional Context:**

- **System Information:** [Operating system, CI environment, etc.]
- **Language and language version:** [e.g python-3.12, node-22 etc.]
- **Engine-version:** [v6.2 ...]
- **Logs:** [Include any relevant logs or error messages]
- **Screenshots:** [If applicable, add screenshots to help explain the issue]
- **Glide version:** [major.minor.patch/main of after major.minor.patch/release-major.minor]

**Expected Behavior:**

- [Describe what you expected to happen]

**Actual Behavior:**

- [Describe what actually happened]

**Possible Fixes:**

- [If you have any insight into what might be causing the flakiness, mention it here]

0 comments on commit 4dac29d

Please sign in to comment.