diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2016-09-15 08:51:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-15 08:51:05 -0700 |
| commit | eea3d12f23ff4ffb87bd7cc054519ce45f85c35a (patch) | |
| tree | 36cc9876d9177fec9485400ae28aa1f129e503b2 | |
| parent | 6969ef64222b00e3b44ebee6129dd7be2eac9f0e (diff) | |
| parent | 1a17e61b5a11920e6262f3920e0309ef1e2b5cf7 (diff) | |
Merge pull request #32788 from philips/add-flakes-test-docs
Automatic merge from submit-queue
docs: devel: tell people how to find flake tests
| -rw-r--r-- | flaky-tests.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/flaky-tests.md b/flaky-tests.md index 22aa4c42..645fd634 100644 --- a/flaky-tests.md +++ b/flaky-tests.md @@ -69,6 +69,15 @@ discoverable from the issue. link is nice but strictly optional: not only does it expire more quickly, it's not accessible to non-Googlers. +## Finding filed flaky test cases + +Find flaky tests issues on GitHub under the [kind/flake issue label][flake]. +There are significant numbers of flaky tests reported on a regular basis and P2 +flakes are under-investigated. Fixing flakes is a quick way to gain expertise +and community goodwill. + +[flake]: https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Fflake + ## Expectations when a flaky test is assigned to you Note that we won't randomly assign these issues to you unless you've opted in or |
