-
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
Add EPS limit test to Wazuh-QA repository #3181
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.
Good first approach. However, there are multiple changes and pending conversations to resolve.
The most important changes to apply are the following:
- Change the framework in order to not affect the rest of the testing module (Agent simulator and simulate agents )
- Ensure the logcollector is disabled in the environment
- Refactor methods when proceeding
- Use name conventions of the repository
tests/integration/test_analysisd/test_eps/test_process_old_events_instead_new_events.py
Outdated
Show resolved
Hide resolved
tests/integration/test_analysisd/test_eps/test_start_dropping_events_when_queue_full.py
Outdated
Show resolved
Hide resolved
tests/integration/test_analysisd/test_eps/test_stop_processing_events.py
Outdated
Show resolved
Hide resolved
tests/integration/test_analysisd/test_eps/test_start_queuing_events_when_limit_reached.py
Outdated
Show resolved
Hide resolved
tests/integration/test_analysisd/test_eps/test_start_queuing_events_when_limit_reached.py
Outdated
Show resolved
Hide resolved
18/08/202Detected error in Package/Sources
TestingTest EPS
|
All tests and frameworks have been refactored because they were unstable and not optimized. The tests documentation can be found in the docstrings of the implemented test modules. Checks
|
Description
This PR aims to add a new test to the Wazuh QA repository of the new development of the core team. The EPS limits development reduces the load of events processes by creating a circular buffer.
Testing performed
The following results were obtained by running the test on the local machine.