Project

General

Profile

action #138491

Updated by livdywan 6 months ago

## Observation 

 openQA test in scenario openqa-Tumbleweed-dev-x86_64-openqa_from_git@64bit-2G fails in 
 [openqa_webui](https://openqa.opensuse.org/tests/3664877/modules/openqa_webui/steps/24) 

 ``` 
 # script/opencli api jobs 
 wCan't locate Mojo::Base in @INC 
 ``` 

 Seemingly this fails in Mojo deps. More accurately the failure hook should not have been triggered in the first place. 

 ```` 
 retry... 
 ``` 

 See https://openqa.opensuse.org/tests/3664877#step/openqa_webui/26 

 ## Steps to reproduce 

 ``` 
 retry -r 0 true 
 ``` 

 but maybe that's a bit too synthetic. Instead try 

 ``` 
 bash -ex $(which retry) -e -r 1 -s 0 ~/bin/test/fail-once-every-third-call 
 ``` 

 ## Expected result 

 Last good: [:TW.23841](https://openqa.opensuse.org/tests/3664827) (or more recent) 


 ## Suggestions 
 * Clone https://github.com/okurz/retry 
 * Run tests, extend tests, fix code, create PR 
 * Ensure the retry package is updated in Factory, wait for Tumbleweed to have the package 
 * Ensure the retry package in os-autoinst-distri-openQA has it 
 * Submit a new package if needed 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=openqa&flavor=dev&machine=64bit-2G&test=openqa_from_git&version=Tumbleweed) 

Back