-
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
Fix discover async search relative timerange test #197740
Fix discover async search relative timerange test #197740
Conversation
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7252[❌] x-pack/test/search_sessions_integration/config.ts: 0/25 tests passed. |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#7271[✅] x-pack/test/search_sessions_integration/config.ts: 25/25 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7290[❌] x-pack/test/search_sessions_integration/config.ts: 25/50 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7302[❌] x-pack/test/search_sessions_integration/config.ts: 0/50 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7304[❌] x-pack/test/search_sessions_integration/config.ts: 0/50 tests passed. |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#7305[✅] x-pack/test/search_sessions_integration/config.ts: 50/50 tests passed. |
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code owner review 🆗
…hub.com:lukasolson/kibana into failing_test_search_session_relative_time_range
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
cc @lukasolson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Starting backport for target branches: 8.x |
## Summary Resolves elastic#195955. (cherry picked from commit 4869b8f)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…99020) # Backport This will backport the following commits from `main` to `8.x`: - [Fix discover async search relative timerange test (#197740)](#197740) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lukas Olson","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-05T16:03:49Z","message":"Fix discover async search relative timerange test (#197740)\n\n## Summary\r\n\r\nResolves https://github.com/elastic/kibana/issues/195955.","sha":"4869b8f21c7bc2e0234bfddf7415646f72429c22","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:DataDiscovery","backport:prev-minor"],"title":"Fix discover async search relative timerange test","number":197740,"url":"https://github.com/elastic/kibana/pull/197740","mergeCommit":{"message":"Fix discover async search relative timerange test (#197740)\n\n## Summary\r\n\r\nResolves https://github.com/elastic/kibana/issues/195955.","sha":"4869b8f21c7bc2e0234bfddf7415646f72429c22"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197740","number":197740,"mergeCommit":{"message":"Fix discover async search relative timerange test (#197740)\n\n## Summary\r\n\r\nResolves https://github.com/elastic/kibana/issues/195955.","sha":"4869b8f21c7bc2e0234bfddf7415646f72429c22"}}]}] BACKPORT--> Co-authored-by: Lukas Olson <[email protected]>
## Summary Resolves elastic#195955.
Summary
Resolves #195955.