[Discover][Traces] Fix flaky explore_from_slo Scout test#271976
Conversation
…odate longer loading times in cloud CI environments.
|
/flaky scoutConfig:src/platform/plugins/shared/discover/test/scout/ui/parallel.playwright.config.ts:25 |
…lore-from-slo---apm-availability-slo---view-events-link-opens-traces-experience-with-event-type-control
Flaky Test Runner✅ Build triggered - kibana-flaky-test-suite-runner#12517
|
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#12517[✅] src/platform/plugins/shared/discover/test/scout/ui/parallel.playwright.config.ts (--arch stateful --domain classic): 25/25 tests passed. |
…lore-from-slo---apm-availability-slo---view-events-link-opens-traces-experience-with-event-type-control
|
Hey @jorgeoliveira117, the last timeout-related failure was on April 22. The subsequent failures were due to a more general issue (about a month ago). I'd suggest closing the issue with a message explaining that there has only been one timeout failure in the last 1.5 months, keeping an eye on it and closing this PR. What do you think? |
💚 Build Succeeded
Metrics [docs]Saved Objects .kibana field count
History
|
Closes #265040
Summary
Fixes flaky Scout failure #265040 in
explore_from_slo.spec.ts.The APM availability SLO test navigates to the SLO History tab and asserts
eventsChartPanelis visible. On cloud CI the page (SLO fetch + history charts) can take longer than Playwright’s default 10sexpecttimeout, so the assertion failed even when the UI was still loading normally.Change: use a 30s timeout for
eventsChartPanelandsliChartPanelvisibility checks (same pattern as other traces Scout tests that use explicit CI budgets).