Project

General

Profile

action #133349

Updated by okurz 10 months ago

## Observation 
 https://openqa.opensuse.org/tests/3455846#step/openqa_webui/13 shows a problem in zypper 

 ``` 
 Error code: Curl error 47 
 Error message: Maximum (6) redirects followed 
 ``` 

 ## Acceptance criteria 
 * **AC1:** No more failed redirects 
 * **AC2:** All network-related retry calls use exponential backoff 

 ## Suggestions 
 We already use retry as visible in 
 https://openqa.opensuse.org/tests/3455846/video?filename=video.webm&t=5.5,6 
 but we don't use exponential backoff. Maybe just add that? 

 ## Workaround 
 Retrigger the job 

Back