wazuh / wazuh-packages

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

Investigate and fix failed checks from upward merge #2818

Closed MarcelKemp closed 7 months ago

MarcelKemp commented 7 months ago
Wazuh version Install type Action performed Platform
4.8.0 Manager Install -

Description

Checks have failed on the next merge upward PR for a variety of reasons, although all of these changes have been merged into 4.8.0 - Beta 1:

We need to check the root of the problem and fix it so that the checks pass correctly.

Error details

DoD

tdrauncieal commented 7 months ago

After an analysis of the logs provided by the related PR, it was found that the non-existence of the wazuh-keystore file is due to the fact that artifacts related to version 4.8.1 are being downloaded: image

in which case the nonexistence of the tool is to be expected since it is part of version 4.8.0

tdrauncieal commented 7 months ago

The error reporting that the wazuh-keystore file does not exist was due to the fact that the package used for the installation, during the process, wazuh-manager_4.8.1-1_amd64.deb, was outdated.

test Reference: test-password-tool-success

However, the test persists returning an error, so the cause continues to be investigated.