-
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
Disable unused Wazuh Modules for test_max_files_per_second test #1934
Disable unused Wazuh Modules for test_max_files_per_second test #1934
Conversation
tests/integration/test_fim/test_files/test_max_files_per_second/test_max_files_per_second.py
Outdated
Show resolved
Hide resolved
tests/integration/test_fim/test_files/test_max_files_per_second/test_max_files_per_second.py
Outdated
Show resolved
Hide resolved
tests/integration/test_fim/test_files/test_max_files_per_second/test_max_files_per_second.py
Outdated
Show resolved
Hide resolved
os_platform: | ||
- linux | ||
|
||
os_version: | ||
- Amazon Linux 1 | ||
- Amazon Linux 2 | ||
- Arch Linux | ||
- CentOS 6 | ||
- CentOS 7 | ||
- CentOS 8 | ||
- Debian Buster | ||
- Debian Stretch | ||
- Debian Jessie | ||
- Debian Wheezy | ||
- Red Hat 6 | ||
- Red Hat 7 | ||
- Red Hat 8 | ||
- Ubuntu Bionic | ||
- Ubuntu Trusty | ||
- Ubuntu Xenial | ||
|
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.
Add the Windows platforms with all os_versions versions, or remove all os_versions of Linux and Windows, and in the future, we will add it.
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.
This revision has some details related to documentation that in the future is required to see, after that, the changes applied for works, because it works successfully.
I attach the Test Results
Results | Status | Date | By |
---|---|---|---|
ResultsMaxPerSecond.zip | 🟢 | 2021/09/28 | Seyla |
ResultsMaxPerSecond.zip | 🟢 | 2021/09/28 | Seyla |
ResultsMaxPerSecond.zip | 🟢 | 2021/09/28 | Seyla |
ResultsMaxPerSecond.zip | 🟢 | 2021/09/28 | Seyla |
Description
During testing of PR 1919, there were failing tests for the reviewer, because leaving modules running causes FileMonitor to timeout. This PR changes the config YAML file to disable modules at the start of the test.
Test Results
Thre instances of tests have been run, from clean VMs with modules enabled, to make sure the YAML file disabled them correctly and the tests passed.