-
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
Fix unexpected warnings in E2E vulnerability detection tests #5711
Fix unexpected warnings in E2E vulnerability detection tests #5711
Conversation
b131c8a
to
9f22122
Compare
- Update docstring - Avoid mutable default parameters
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.
GJ! Just a few minor changes.
CHANGELOG.md
Outdated
@@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file. | |||
|
|||
- Added support for macOS 14.6 to the Allocation module (Vagrant) ([#5671](https://github.com/wazuh/wazuh-qa/pull/5671)) \- (Framework) | |||
|
|||
### Fixed | |||
- Fix unexpected warnings in E2E vulnerability detection tests ([#5711](https://github.com/wazuh/wazuh-qa/pull/5711/)) \- (Tests) |
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.
- Fix unexpected warnings in E2E vulnerability detection tests ([#5711](https://github.com/wazuh/wazuh-qa/pull/5711/)) \- (Tests) | |
- Fix unexpected warnings in E2E vulnerability detection tests ([#5711](https://github.com/wazuh/wazuh-qa/pull/5711)) \- (Framework + Tests) |
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.
Co-authored-by: Julia <[email protected]>
Co-authored-by: Julia <[email protected]>
Description
As specified in Unexpected errors and warnings in the vulnerability detection E2E tests, E2E vulnerability detection tests fail due to unexpected errors in the environment for the initial scan tests. These errors are expected in the test environment due to the removal and register of the same agents.
This PR includes some changes to avoid test fails due to these expected warnings and errors
More information at #5698 (comment)
Changes
Testing performed
Build: https://ci.wazuh.info/job/Test_e2e_system/384
Report: Test_e2e_system_386_test_vulnerability_detector.zip
Warning
Some failures due to known issues in the feed. Already reported in wazuh/wazuh#25506