Open joaquinsgi opened 1 month ago
Looking at the failed log provided, the Debian 12 install test failed (line 6300)
[2024-10-29 17:16:46,595] [ERROR] [28576] [ThreadPoolExecutor-0_0] [jobflow]: [run-central_components-linux-debian-12-amd64-tests] Task failed with error: Error executing process task /home/joaquinsgi/Desktop/Wazuh/repositories/wazuh-qa/jobflow/lib/python3.10/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
"cipher": algorithms.TripleDES,
/home/joaquinsgi/Desktop/Wazuh/repositories/wazuh-qa/jobflow/lib/python3.10/site-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
"class": algorithms.TripleDES,
Traceback (most recent call last):
File "/home/joaquinsgi/Desktop/Wazuh/repositories/wazuh-qa/deployability/modules/testing/main.py", line 29, in <module>
Tester.run(InputPayload(**vars(parse_arguments())))
File "/home/joaquinsgi/Desktop/Wazuh/repositories/wazuh-qa/deployability/modules/testing/testing.py", line 60, in run
cls._run_tests(payload.tests, ansible, extra_vars)
File "/home/joaquinsgi/Desktop/Wazuh/repositories/wazuh-qa/deployability/modules/testing/testing.py", line 94, in _run_tests
raise Exception(f"Test {test} failed with error: {event['stdout']}")
Exception: Test install failed with error: [0;31mfatal: [localhost]: FAILED! => changed=true [0m
The scripts appears to be downloaded correctly, but then, the manager service is missing, as this test appears to be flaky, we need to replay it without destroy and access the Debian 12 so we can investigate the cause
It seems to be a flaky test, but we should investigate why it is flaky. Moving to a later release.
Description
During the tests of Deployability: https://github.com/wazuh/wazuh/issues/26614, in the central component tests, the Debian 12 machine failed due to the following errors:
It looks like it could not install the wazuh manager, and the port is closed. After rebuilding with the same steps it did not have failures.
Steps to reproduce
Current result
Failed test
Expected result
Passed all tests
Attachments