-
Notifications
You must be signed in to change notification settings - Fork 204
Add integration test for upgrades using download proxy #11577
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 integration test for upgrades using download proxy #11577
Conversation
|
This pull request does not have a backport label. Could you fix it @michel-laterman? 🙏
|
9766995 to
54baf2b
Compare
01f1f47 to
5ad7bbd
Compare
5ad7bbd to
921a401
Compare
921a401 to
b2ec761
Compare
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
blakerouse
left a comment
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.
Overall this looks good. I have two comments inline.
💛 Build succeeded, but was flaky
Failed CI Steps
History
|
blakerouse
left a comment
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.
Looks good, thanks for the fixes.
What does this PR do?
Add an integration test that requires a download_proxy to be used.
This test will attempt to upgrade a fleet-managed agent, fail initially, add a download proxy and succeed in the upgrade.
Why is it important?
Untested workflow that has caused previous bugs.
Checklist
I have made corresponding changes to the documentationI have made corresponding change to the default configuration filesI have added an entry in./changelog/fragmentsusing the changelog toolDisruptive User Impact
N/A
Related issues