-
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 upgrade maps smoke tests #128696
Fix upgrade maps smoke tests #128696
Conversation
Can you provide some more details about how the tests are running. What versions are being upgraded from/to? The default base map switched in v8.0.0 from "bright" to "desaturated". Requests by Country changed to Requests by Destination in v7.16 So depending on when sample data saved objects are created, these things will change. |
@nreese yes here are some failures: 7.16.3 -> 7.17.1, fails to find by country and when we end up on 8.1.x from earlier versions of 7.x or 6.8.x we fail to find desaturated. This PR when merged, should stabilize the test failures in upgrade, we have about 54 failing tests. |
@nreese mind giving a review for this? |
@nreese how do the updates look for review approval ? |
There is still the comment about renaming maps_services to maps_upgrade_services. Everything else looks great |
Thanks file renamed |
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 thanks for maintaining these tests as sample data evolves
code review
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: cc @liza-mae |
* Fix upgrade maps smoke tests * Review updates * Update maps services name to be more specific * Rename maps_services file (cherry picked from commit 8eadbc6)
💔 Some backports could not be created
Manual backportTo create the backport manually run:
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
* Fix upgrade maps smoke tests * Review updates * Update maps services name to be more specific * Rename maps_services file (cherry picked from commit 8eadbc6) Co-authored-by: liza-mae <[email protected]>
* Fix upgrade maps smoke tests * Review updates * Update maps services name to be more specific * Rename maps_services file (cherry picked from commit 8eadbc6)
Fixes elastic/elastic-stack-testing#1200