action #109725
closed[timebox: 16h] Investigate script failures on ppc64le
0%
Description
Observation¶
The test regularly failed several times recently trying to write "zypper lr -d". In each case observed it fails to write the final "r" in zypper, see also hereand here
openQA test in scenario sle-15-SP4-Full-ppc64le-offline_install+skip_registration@ppc64le fails in
zypper_in
Modules validate_addon_extension_repo_http
and validate_addon_extension_repo_ftp
fail sporadically in validate_repo_properties()
.
The failure occurs during inside script_ouput
stage of parse_repo_data()
and can be seen here, but it is most likely not related to the bsc#1193214 failure (seen here).
In autoinst-log.txt we see command 'curl -f -v http://10.0.2.2:20063/k2w1yCaJzocsF6Je/current_script > /tmp/scriptC_1nj.sh' failed at /usr/lib/os-autoinst/testapi.pm line 953.
but the command is different in the console before the failure
In general both issues seem the same problem, mistyping not be able to reach the SUT with the the characters sent.
Acceptance criteria¶
AC1: Investigate root cause (previous zypper ref?) and how could be mitigated.
Further details¶
Perhaps the zypper ref in this slow arch is producing this issue somehow. We could check how does it look the load in the system after this command.