Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/issue_templates/Flaky Test.md')
-rw-r--r--.gitlab/issue_templates/Flaky Test.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Flaky Test.md b/.gitlab/issue_templates/Flaky Test.md
new file mode 100644
index 000000000..a93a28d67
--- /dev/null
+++ b/.gitlab/issue_templates/Flaky Test.md
@@ -0,0 +1,13 @@
+/title [Flaky Test] <test name>
+
+<!--
+Provide any relevant information about the flaky test. Such as:
+- Link to CI job with flaky test failure
+- Copy of logs containing failure
+-->
+
+## Steps
+- [ ] Flaky test has been quarantined with [`testhelper.SkipQuarantinedTest`](https://gitlab.com/gitlab-org/gitaly/-/blob/master/internal/testhelper/testhelper.go#L388-L398).
+- [ ] Flaky test has been fixed and quarantine removed.
+
+/label ~"Category:Gitaly" ~"group::gitaly" ~"section::enablement" ~"devops::systems" ~"type::maintenance" ~"maintenance::pipelines" ~"failure::flaky-test" "~"priority::1"