-
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
[7.17] Dashboard functional tests fail against 8.0 #123080
Comments
Pinging @elastic/kibana-presentation (Team:Presentation) |
I'm still looking into the Input controls failure, but I've figured out what is causing the View Mode tests to fail. The view mode tests are for a feature |
@ThomThomson The goal is to have read operations in Kibana continue to work wherever possible when it is running against an 8.0 cluster. However, as this was a breaking change on the Kibana side as well, I'm not sure if there's really anything we can do to fix it since we can't just backport a breaking change to 7.17. This might fall under the category of things we just need to document ("dashboard only mode will stop working in 7.17 as soon as your ES cluster has been upgraded to 8.0") cc @LeeDr |
@ThomThomson there's another failure that's dashboard related in CI group19.
|
@TinaHeiligers, this latest one looks like a maps problem. I was able to look into it a little bit with @thomasneirynck .This seems like it's related to this breaking change. I couldn't find the 7.17 used to look like: "bounds" : {
"type" : "geo_shape",
"tree" : "quadtree"
}, the "bounds" : {
"type" : "geo_shape"
}, while 8.0 looks like: "bounds": {
"dynamic": false,
"properties": {}
}, I don't have the expertise to know which one should be used in this case, but clearly there is a problem when loading these mappings in - so at least you might know where to start! |
Also for the controls failures, it looks like those tests were skipped in #113744 for 8.0 / Main for causing very similar failures to the ones we're running into here. I can't find any differences between 7.17 and 8.0.0 in the scripted fields which would cause this failure, but the |
I think the problem with the controls test is this deprecated method in the scripted field; I have a fix here: #127230 |
Closing. no activity in over a year and 8.x has rollout has been ongoing for over a year + |
When testing 7.17 against Elasticsearch 8.0:
input controls tests
The following tests fail (requires unskipping https://github.com/elastic/kibana/blob/no-include_type_name/test/functional/apps/dashboard_elements/input_control_vis/input_control_range.ts#L21)
view mode tests
Screenshot:
The Dashboard View Mode tests are skipped here
dashboard mode Dashboard View Mode Dashboard viewer
- shows only the dashboard app link
- does not show the create dashboard button
- does not show the edit menu item
- Permalinks doesn't show create short-url button
Related #122962
The text was updated successfully, but these errors were encountered: