-
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
[Fleet] Add functional tests for bundled packages #126595
[Fleet] Add functional tests for bundled packages #126595
Conversation
Pinging @elastic/fleet (Team:Fleet) |
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
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.
One small suggestion otherwise 🚀
@elasticmachine merge upstream |
…h/kibana into 124254-add-bundled-package-tests
💚 Build SucceededMetrics [docs]Public APIs missing comments
History
To update your PR or re-run it, just comment with: cc @kpollich |
💔 Backport failedThe pull request could not be backported due to the following error: How to fixRe-run the backport manually:
Questions ?Please refer to the Backport tool documentation |
Summary
Closes #124254
Add functional tests for a few installation/update cases around bundled packages:
Also includes some alterations to payloads coming from install APIs to include a
_meta
property with aninstall_source
value. This allows us to easily assert on expected install sources in tests, but also provides likely valuable debugging information around these APIs.Finally, this moves the bundled packages directory to
fleet/target
rather than a separate git ignored directory underfleet/server
. This is consistent with other build artifacts, etc.