Project

General

Profile

action #121441

Updated by tinita over 1 year ago

On o3 we saw the following error message a couple of times today: 
 ``` 
 [2022-12-05T10:44:40.964209Z] [error] [uhBoyP7XhrnP] Can't call method "results" on an undefined value at 
 /usr/share/openqa/script/../lib/OpenQA/WebAPI/Controller/Test.pm line 735. 
 [2022-12-05T10:46:25.183170Z] [error] [ukRiUmIjE_ZB] Can't call method "results" on an undefined value at 
 /usr/share/openqa/script/../lib/OpenQA/WebAPI/Controller/Test.pm line 735. 
 [2022-12-05T10:46:37.239147Z] [error] [siPb5MyR3vW_] Can't call method "results" on an undefined value at 
 /usr/share/openqa/script/../lib/OpenQA/WebAPI/Controller/Test.pm line 735. 
 [2022-12-05T10:47:02.702829Z] [error] [Iz4unNwdyEWX] Can't call method "results" on an undefined value at 
 /usr/share/openqa/script/../lib/OpenQA/WebAPI/Controller/Test.pm line 735. 
 ``` 

 Reproduced it with https://openqa.opensuse.org/tests/1381836/modules/check_default_network_manager/fails which returns with a 500 50 server error

Back