-
Notifications
You must be signed in to change notification settings - Fork 144
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
Update endpoint package version on tests #3668
Conversation
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
This pull request does not have a backport label. Could you fix it @belimawr? 🙏
NOTE: |
🌐 Coverage report
|
a906a67
to
e848fd7
Compare
Rebased onto |
Update the endpoint package version for integration tests, some tests were failing because the old version was not found.
e848fd7
to
2182c08
Compare
/test |
SonarQube Quality Gate 0 Bugs No Coverage information |
We should backport this as this should be affecting every active branch. |
Update the endpoint package version for integration tests, some tests were failing because the old version was not found. (cherry picked from commit ba4b78c)
Update the endpoint package version for integration tests, some tests were failing because the old version was not found. (cherry picked from commit ba4b78c) Co-authored-by: Tiago Queiroz <tiago.queiroz@elastic.co> Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co>
What does this PR do?
Update the endpoint package version for integration tests, some tests were failing because the old version was not found.
Why is it important?
Fixes: #3524, at least until newer versions are released.
Checklist
- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature works- [ ] I have added an entry in./changelog/fragments
using the changelog tool- [ ] I have added an integration test or an E2E test## Author's ChecklistHow to test this PR locally
Run the integration tests:
mage integration:test
## Related issues## Use cases## Screenshots## LogsQuestions to ask yourself