-
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
Skip UA tests when running fwd-compatibility tests #204650
Conversation
Pinging @elastic/kibana-core (Team:Core) |
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 think in 7.x we tended to totally skipped test (for both forward compat and for 7.x), it feels like we need to get a skip tag for explicitly skipping some tests for forward compat, but this seems like a pragmatic solution for now.
I was just thinking though, why would upgrade assistant say an upgrade is required if ES is on 9.0. It's not impossible that users end up in a scenario where ES is on 9 and Kibana on 8.18 and they open UA just to be 100% sure there's nothing to be done for Kibana. Just worried ES 9 is complaining about 8.x indices which could cause problems for a major upgrade to 10 which doesn't make sense. |
Maybe @Bamieh can provide any insights. My best guess is that UA is designed to work with a very specific version of ES. Allowing other versions (even the next one that we're trying to upgrade to) could lead to unexpected results. |
💛 Build succeeded, but was flaky
Failed CI StepsTest FailuresMetrics [docs]
History
cc @afharo |
I'll merge it for now because it's causing issues in the forward compatibility tests. We can discuss it later. |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12410322712 |
## Summary Resolves elastic#204520 Reasoning in elastic#204520 (comment) ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios (cherry picked from commit 6aaa2ea)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…204899) # Backport This will backport the following commits from `main` to `8.x`: - [Skip UA tests when running fwd-compatibility tests (#204650)](#204650) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Alejandro Fernández Haro","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-19T09:55:43Z","message":"Skip UA tests when running fwd-compatibility tests (#204650)\n\n## Summary\n\nResolves #204520\n\nReasoning in\nhttps://github.com//issues/204520#issuecomment-2549445238\n\n\n### Checklist\n\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios","sha":"6aaa2eae962927e13eeaa1337e8f5f5ee6b825a5","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:prev-minor"],"title":"Skip UA tests when running fwd-compatibility tests","number":204650,"url":"https://github.com/elastic/kibana/pull/204650","mergeCommit":{"message":"Skip UA tests when running fwd-compatibility tests (#204650)\n\n## Summary\n\nResolves #204520\n\nReasoning in\nhttps://github.com//issues/204520#issuecomment-2549445238\n\n\n### Checklist\n\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios","sha":"6aaa2eae962927e13eeaa1337e8f5f5ee6b825a5"}},"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/204650","number":204650,"mergeCommit":{"message":"Skip UA tests when running fwd-compatibility tests (#204650)\n\n## Summary\n\nResolves #204520\n\nReasoning in\nhttps://github.com//issues/204520#issuecomment-2549445238\n\n\n### Checklist\n\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios","sha":"6aaa2eae962927e13eeaa1337e8f5f5ee6b825a5"}}]}] BACKPORT--> Co-authored-by: Alejandro Fernández Haro <[email protected]>
## Summary Resolves elastic#204520 Reasoning in elastic#204520 (comment) ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
Summary
Resolves #204520
Reasoning in #204520 (comment)
Checklist