-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing test: Analytics Integration Tests.test/analytics/tests/instrumented_events/from_the_server/core_overall_status_changed·ts - analytics instrumented events from the server core-overall_status_changed "before all" hook for "should emit the initial "degraded" event with the context set to initializing
"
#171164
Comments
Pinging @elastic/kibana-core (Team:Core) |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
Seems a consequence of #171012 |
@gsoldevila - should we skip the test in the meantime? |
Yes please, I have to confirm with the team whether the behavior that we check in the tests is the right one. |
/skip |
Skipped main: 2b71ae1 |
New failure: CI Build - main |
## Summary Address #171164 The tests were assuming that the first event emitted is always `"degraded"`. After merging #171012 this might no longer be the case, aka the first event might already have an `"available"` status and we might have no more events in that case. This PR takes this enhancement into account and makes the test more robust: * Checking that an `"initializing"` event comes through first. * Checking that we eventually get an `"available"` event. --- Flaky Test Runner Pipeline - 100x 🟢 https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3981
A test failed on a tracked branch
First failure: CI Build - main
The text was updated successfully, but these errors were encountered: