-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create flaky-ci-test-issue.md (#2656)
* 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
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |