Commit 53e6ccb
fix(tests): revert to single-phase polling with 3-min interval
The 2-phase approach (Thanos API check + UI traversal) failed because
the oc get --raw query to Thanos Querier doesn't return alert data as
expected in the CI environment.
Revert to the original single-phase UI traversal but with a 3-minute
interval instead of 1-minute. This reduces the number of heavy
findIncidentWithAlert iterations from ~30 to ~10, keeping the Cypress
command log small enough to avoid Chrome OOM (exit code 137).
CI run: https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_monitoring-plugin/860/pull-ci-openshift-monitoring-plugin-main-e2e-incidents/2038898485348012032
Classifications: TEST_BUG (Phase 1 Thanos API query not working in CI)
22/23 tests passed — no OOM confirmed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent aae2094 commit 53e6ccb
1 file changed
Lines changed: 9 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
70 | 52 | | |
71 | 53 | | |
72 | 54 | | |
73 | | - | |
74 | | - | |
| 55 | + | |
| 56 | + | |
75 | 57 | | |
76 | 58 | | |
77 | 59 | | |
| |||
0 commit comments