wazuh / wazuh-qa

Wazuh - Quality Assurance
GNU General Public License v2.0
60 stars 30 forks source link

Fix cluster reliability tests #5281

Closed GGP1 closed 1 week ago

GGP1 commented 1 week ago

Description

During the Workload benchmarks release testing we found that some cluster reliability tests are failing and some other are not executed.

The test test_cluster_master_logs_order.py::test_check_logs_order_master failed validating the order logs

E                           Failed: [CLUSTER-Workload_benchmarks_metrics_B503_manager_23]
E                            - Log type: Agent-groups send full
E                            - Expected logs: ['Obtained.*chunks of data in.*']
E                            - Found log: Starting.

And the following tests weren't even executed by the pipeline:

We should fix the test validating order logs and figure out why the other tests did not run.

Artifacts: test_cluster_reliability.zip

Selutario commented 1 week ago

The failure while validating error logs is probably related to the managers being restarted as part of the API performance test. There is an issue to address the problem:

We can close this and investigate why some tests were not executed in the previous issue.