Commit 713410a
committed
Remove duplicated alert testing stack
This is confusing but this commit removes two alert tests:
[sig-instrumentation][Late] Alerts shouldn't report any unexpected alerts in firing or pending state [apigroup:config.openshift.io] [Suite:openshift/conformance/parallel]
- Ginko test run Late during e2e, live queries prometheus for the duration of
the run, skips any alerts that have their own test, and flakes if any
are found. It cannot fail.
- Flake rate is about 80%.
- This test is being removed in favor of the new one based on intervals
observed. (see
pkg/monitortests/testframework/legacytestframeworkmonitortests/monitortest.go.
[sig-arch] Check if alerts are firing during or after upgrade success
- Monitor test run after upgrade.
- Uses basically the same approach/code as above.
- Flake rate is 97%.
- This test is being removed in favor of the new one based on intervals
observed. (see
pkg/monitortests/testframework/legacytestframeworkmonitortests/monitortest.go.
Removing these two tests dramatically simplies our stack so we can begin
working on resurrecting some form of alert testing in just one spot.
The remaining backstop test is: [sig-trt][invariant] No alerts without an explicit test should be firing/pending more than historically
It is a 100% flake.
NOTE: A similarly named test that can fail and does catch real problems
is NOT being removed:
[sig-instrumentation] Prometheus [apigroup:image.openshift.io] when installed on the cluster shouldn't report any alerts in firing state apart from Watchdog and AlertmanagerReceiversNotConfigured [Early][apigroup:config.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]1 parent d90ca10 commit 713410a
File tree
6 files changed
+5
-218
lines changed- pkg
- alerts
- monitortests/testframework/legacytestframeworkmonitortests
- test
- e2e/upgrade
- alert
- extended
- prometheus
- util/annotate/generated
6 files changed
+5
-218
lines changedThis file was deleted.
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | | - | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | | - | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
252 | 251 | | |
253 | 252 | | |
254 | 253 | | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | 254 | | |
262 | 255 | | |
263 | 256 | | |
| |||
Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments