-
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 ES Promotion: FTR Configs #62 / Upgrade Assistant Deprecation pages renders the Elasticsearch upgrade readiness deprecations #160833
Comments
Pinging @elastic/kibana-core (Team:Core) |
Skipped. main: 277a208 |
cc @Bamieh |
This test failure appears to be directly related to a newer version of Elasticsearch. This test was skipped in order to unblock the Elasticsearch snapshot promotion. So that we can be ready to release from main, we ask for |
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
@sophiec20 acknowledged 👍 debugging and working on a fix now |
## Summary Create a new functional config file that sets up elasticsearch configs to have a low disk threshold and a low number of shards per node to test for health checks and deprecations. Previously this test failed because it seems that ES takes some time to calculate the health checks hence the indicator critical issues are not showing during the testing period (now we don't have flakiness since we started the server with the indicators already in place) it also means less `before` and `after` work inside the test cases. Closes #160833 --------- Co-authored-by: kibanamachine <[email protected]>
) ## Summary Create a new functional config file that sets up elasticsearch configs to have a low disk threshold and a low number of shards per node to test for health checks and deprecations. Previously this test failed because it seems that ES takes some time to calculate the health checks hence the indicator critical issues are not showing during the testing period (now we don't have flakiness since we started the server with the indicators already in place) it also means less `before` and `after` work inside the test cases. Closes elastic#160833 --------- Co-authored-by: kibanamachine <[email protected]>
Chrome X-Pack UI Functional Tests
x-pack/test/functional/apps/upgrade_assistant/deprecation_pages.ts
Upgrade Assistant Deprecation pages renders the Elasticsearch upgrade readiness deprecations
This failure is preventing the promotion of the current Elasticsearch snapshot.
For more information on the Elasticsearch snapshot process including how to reproduce using the unverified ES build please read the failed promotion annotation. Other important information can be found at:
The text was updated successfully, but these errors were encountered: