-
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][Rollup] Unskip 7.17 rollup functional tests #187350
[7.17][Rollup] Unskip 7.17 rollup functional tests #187350
Conversation
Pinging @elastic/kibana-management (Team:Kibana Management) |
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: cc @ElenaStoeva |
@elasticmachine merge upstream |
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.
Thanks for fixing the tests!
(I see there is a failure but it looks unrelated to the rollup tests; may just need to rerun CI) |
Co-authored-by: Alison Goryachev <[email protected]>
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
cc @ElenaStoeva |
Fixes elastic#184229 Fixes elastic#184230 Fixes elastic#184277 Fixes elastic#184278 Fixes elastic#184357 Fixes elastic#57065 ## Summary This PR unskips the 7.17 rollup functional tests which failed during the 7.17 ES 8.15 forward compatibility tests. To run the tests locally with ES 8.15: ``` ES_SNAPSHOT_MANIFEST="https://storage.googleapis.com/kibana-ci-es-snapshots-daily/8.15.0/manifest-latest-verified.json" node scripts/functional_tests_server.js --config x-pack/test/functional/config.js ``` ``` ES_SNAPSHOT_MANIFEST="https://storage.googleapis.com/kibana-ci-es-snapshots-daily/8.15.0/manifest-latest-verified.json" node scripts/functional_test_runner.js --config x-pack/test/functional/config.js --grep="rollup job" ``` --------- Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Alison Goryachev <[email protected]>
Fixes #184229
Fixes #184230
Fixes #184277
Fixes #184278
Fixes #184357
Fixes #57065
Summary
This PR unskips the 7.17 rollup functional tests which failed during the 7.17 ES 8.15 forward compatibility tests.
To run the tests locally with ES 8.15: