-
Notifications
You must be signed in to change notification settings - Fork 32
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
Modify VD E2E tests to use package feed #5739
Modify VD E2E tests to use package feed #5739
Conversation
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.
Now that the feed is going to fail to download, we must take these logs into account so that the tests are not marked as failed. For example in this build, we can see that test test_first_syscollector_scan
has failed because the following logs appear, which should be expected:
"manager1": {
"ERROR": [],
"CRITICAL": [],
"WARNING": [
"2024/09/12 12:41:57 wazuh-modulesd:content-updater[82704] offlineDownloader.hpp:90 at operator()(): WARNING: Error '-1' when downloading file: Couldn't connect to server."
]
}
However, this is a WARNING level log, and they were disabled in #5699. Please, update your base branch and execute the tests again.
|
Closing/Related Issue
Closes #5700
Description
Modify VD E2E tests to use package feed instead of CTI feed.
Tasks
Evidences