You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The changes introduced in wazuh/wazuh#8585 broke the FIM event validator in windows. This PR aims to introduce the necessary changes for make them work again as expected Closes#1401
I have been checking the execution of the tests in my local environment after updating to the latest changes in the master branch.
. I'm attaching a report file with the execution of the tests report.zip
I also run the test_check folder and all tests completed without any failure:
This is the report file. check_report.zip.zip
After checking the errors:
test_basic_usage_changes is failing because the test didn't catch the delete event in the function check_events_type, but the event is triggered by FIM
There are a lot of errors related to the message TimeoutError: Did not receive expected "Folders monitored with real-time engine..." event. This happens when the test cannot check if the real-time engine has started. Looking at the logs, the message appears correctly (6345 is the identifier for this message).
I also checked the execution using the master branch for both repositories, and there are a lot of errors.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Hi team!!
The changes introduced in wazuh/wazuh#8585 broke the FIM event validator in windows. This PR aims to introduce the necessary changes for make them work again as expected
Closes #1401
Tests
pycodestyle --max-line-length=120 --show-source --show-pep8 file.py
.provision_documentation.sh
generate the docs without errors.