-
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
Upgrade functional test fixes #100306
Upgrade functional test fixes #100306
Conversation
💚 Build SucceededMetrics [docs]Unknown metric groupsReferences to deprecated APIs
History
To update your PR or re-run it, just comment with: cc @liza-mae |
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.
do we know why the row count changed? If this was done because of the switch of discover to the new data grid view - this change got reverted to 7.13 and I'm not aware of any change we did that could cause this. cc @kertal
thx @flash1293 no, there should be no change in this area, unless unterlying data or query changed? |
Thanks @flash1293 (and to the other reviewers) along with reviewing the code, please also do check the description of the issue and fixes as described in https://github.com/elastic/elastic-stack-testing/issues/903 to ensure the fix is okay or if we may have bug. If you need any additional information from me, please let me know. I tried to add a representative from each area: maps, canvas, dashboard and reporting. |
For the dashboard smoke tests:
This one is consistently failing on all of the iterations and I believe this is just needs a test fix, since the method does not check greater than or equal, but just great than, so changed it to 49.
This one does not fail consistently only fails 5 out of the 7, not sure the root cause, it is either 18 or 19, so the script was changed to check the value is above a certain number instead of equal. |
@flash1293 please note the dashboards seeing the inconsistencies are originating from 6.x. |
That is probably expected behavior |
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.
code review
Thanks @thomasneirynck for the code review. I am going to go ahead and merge this, so I can rerun the tests on ESS upgrade. I can do a follow-up PR if other changes are needed, however I believe all the failures are expected and the test adjustments in this PR are the appropriate fixes, but let me know if you think otherwise by putting a comment in the issue: https://github.com/elastic/elastic-stack-testing/issues/903. Thanks all again. |
* Upgrade functional test fixes * Fix lint issues
* Upgrade functional test fixes * Fix lint issues Co-authored-by: Kibana Machine <[email protected]>
* Upgrade functional test fixes * Fix lint issues
Relates to https://github.com/elastic/elastic-stack-testing/issues/903 which describes the issues and fixes.