-
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
[Discover] Unskip functional discover request counts test and skip ES|QL part #205690
[Discover] Unskip functional discover request counts test and skip ES|QL part #205690
Conversation
/ci |
.getEntries() | ||
.filter((entry: any) => ['fetch', 'xmlhttprequest'].includes(entry.initiatorType)) | ||
); | ||
await retry.tryWithRetries( |
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.
I've rewrote this part, because it's simpler for debugging. when starting this test, going to get a coffee, tryWithRetries
failes earlier than try
. And it makes no sense here to wait too long
💚 Build Succeeded
Metrics [docs]
cc @kertal |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#7652[✅] test/functional/apps/discover/group3/config.ts: 25/25 tests passed. |
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12684267014 |
…|QL part (elastic#205690) Unskipping the main test, and unskipping the `ES|QL` part due to flakiness (cherry picked from commit cbcb24e)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…kip ES|QL part (#205690) (#205993) # Backport This will backport the following commits from `main` to `8.x`: - [[Discover] Unskip functional discover request counts test and skip ES|QL part (#205690)](#205690) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Matthias Wilhelm","email":"matthias.wilhelm@elastic.co"},"sourceCommit":{"committedDate":"2025-01-09T05:35:40Z","message":"[Discover] Unskip functional discover request counts test and skip ES|QL part (#205690)\n\nUnskipping the main test, and unskipping the `ES|QL` part due to flakiness","sha":"cbcb24e036dd598cc4109fdb83ebdb5bcaba2d4c","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:DataDiscovery","backport:prev-minor"],"title":"[Discover] Unskip functional discover request counts test and skip ES|QL part","number":205690,"url":"https://github.com/elastic/kibana/pull/205690","mergeCommit":{"message":"[Discover] Unskip functional discover request counts test and skip ES|QL part (#205690)\n\nUnskipping the main test, and unskipping the `ES|QL` part due to flakiness","sha":"cbcb24e036dd598cc4109fdb83ebdb5bcaba2d4c"}},"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/205690","number":205690,"mergeCommit":{"message":"[Discover] Unskip functional discover request counts test and skip ES|QL part (#205690)\n\nUnskipping the main test, and unskipping the `ES|QL` part due to flakiness","sha":"cbcb24e036dd598cc4109fdb83ebdb5bcaba2d4c"}}]}] BACKPORT--> Co-authored-by: Matthias Wilhelm <matthias.wilhelm@elastic.co>
…|QL part (elastic#205690) Unskipping the main test, and unskipping the `ES|QL` part due to flakiness
…|QL part (elastic#205690) Unskipping the main test, and unskipping the `ES|QL` part due to flakiness
…|QL part (elastic#205690) Unskipping the main test, and unskipping the `ES|QL` part due to flakiness
Summary
Resolves #205344
This PR is unskipping the main test, and unskipping the
ES|QL
part (for now, since it high likely needs to be rewritten to be unskipped, but we should not remove the code, even when skipped, it is valuable for testing)Checklist