Project

General

Profile

action #121444

Updated by tinita over 1 year ago

We saw the following error on o3 today: 
 ``` 
 [2022-12-05T10:45:55.571462Z] [error] [JBm0Hyi1i4oq] Can't open file 
 "/var/lib/openqa/testresults/01371/01371619-opensuse-Jump:15.2-DVD-ppc64le-Build39.13-extra_tests_in_textmode@ppc64le/ 
 details-gd.json": No such file or directory at /usr/share/openqa/script/../lib/OpenQA/Schema/Result/JobModules.pm line 
 95. 
 ``` 

 It seems like the test got deleted because we have this in the access log: 
 ``` 
 [05/Dec/2022:10:45:50 +0000] "GET /tests/1371619 HTTP/1.1" 200 
 ``` 
 So the test was still there but when loading results it was already deleted, because now it returns a 404.

Back