Project

General

Profile

action #109725

Updated by JERiveraMoya about 2 years ago

### 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 [here](https://openqa.suse.de/tests/8438247#step/zypper_in/2)and [here](https://openqa.suse.de/tests/8492536#step/zypper_in/2) 

 openQA test in scenario sle-15-SP4-Full-ppc64le-offline_install+skip_registration@ppc64le fails in 
 [zypper_in](https://openqa.suse.de/tests/8492973/modules/zypper_in/steps/4) 

 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](https://openqa.suse.de/tests/8463394#step/validate_addon_extension_repo_ftp/5), **but** it is most likely not related to the bsc#1193214 failure (seen [here](https://openqa.suse.de/tests/8463394#step/validate_addon_extension_repo_http/8)). ## Expected result 

 In [autoinst-log.txt](https://openqa.suse.de/tests/8463394/logfile?filename=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](https://openqa.suse.de/tests/8463394/#step/validate_addon_extension_repo_ftp/5) 

 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. Last good: [119.1](https://openqa.suse.de/tests/8449704) (or more recent) 

 ### 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. 

Back