wazuh / wazuh-packages

Wazuh - Tools for packages creation
https://wazuh.com
GNU General Public License v2.0
103 stars 93 forks source link

Merge 4.7.2 into 4.8.0 #2741

Closed pereyra-m closed 8 months ago

pereyra-m commented 8 months ago
Related issue
#2740

This PR aims to merge branch 4.7.2 into 4.8.0.

MarcelKemp commented 8 months ago

The failed checks found concerning RPM are due to the following problem:


According to the failed Distributed - Tests check:

2024/01/05 04:51:00 wazuh-modulesd: ERROR: Could not send message through the cluster after '10' attempts

Finally, the manager_indexer check:

05:53:21  =================================== FAILURES ===================================
05:53:21  _________________ test_check_indexer_cluster_status_not_yellow _________________
05:53:21  
05:53:21      @pytest.mark.indexer_cluster
05:53:21      def test_check_indexer_cluster_status_not_yellow():
05:53:21  >       assert get_indexer_cluster_status() != "yellow"
05:53:21  E       AssertionError: assert 'yellow' != 'yellow'
05:53:21  E        +  where 'yellow' = get_indexer_cluster_status()
05:53:21  
05:53:21  test_unattended.py:198: AssertionError
05:53:21  =========================== short test summary info ============================
05:53:21  FAILED test_unattended.py::test_check_indexer_cluster_status_not_yellow - Ass...
05:53:21  ================== 1 failed, 16 passed, 5 deselected in 1.33s ==================