-
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
Add test harness for SO migration integration tests #106116
Add test harness for SO migration integration tests #106116
Conversation
Pinging @elastic/kibana-core (Team:Core) |
* These tests are a little unnecessary because these migrations are incredibly simple, however | ||
* this file serves as an example of how to use test_helpers/so_migrations. | ||
*/ | ||
describe('ui settings migrations', () => { |
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.
See this file as an example of how to use this utility
@elasticmachine merge upstream |
Co-authored-by: Mikhail Shustov <restrry@gmail.com>
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Co-authored-by: Mikhail Shustov <restrry@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Co-authored-by: Mikhail Shustov <restrry@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com> Co-authored-by: Mikhail Shustov <restrry@gmail.com>
Summary
This adds a new test helper for running integration tests against a fully configured Kibana instance. This utility is useful for testing migrations that have dependencies on other plugins or registry contents.
I'll be including this utility in the new Saved Object migration testing documentation.
Checklist
Delete any items that are not applicable to this PR.
For maintainers