Project

General

Profile

coordination #62420

Updated by okurz over 4 years ago

## Motivation 
 See #62237 . There were many incompletes with not much details, e.g. https://openqa.suse.de/tests/3795872 shows just 

 ``` 
 [2020-01-17T10:56:50.0830 CET] [info] [pid:110583] +++ setup notes +++ 
 [2020-01-17T10:56:50.0830 CET] [info] [pid:110583] Start time: 2020-01-17 09:56:50 
 [2020-01-17T10:56:50.0830 CET] [info] [pid:110583] Running on QA-Power8-5-kvm:6 (Linux 4.12.14-lp151.27-default #1 SMP Fri May 10 14:13:15 UTC 2019 (862c838) ppc64le) 
 [2020-01-17T11:01:50.0997 CET] [info] [pid:110583] +++ worker notes +++ 
 [2020-01-17T11:01:50.0998 CET] [info] [pid:110583] End time: 2020-01-17 10:01:50 
 [2020-01-17T11:01:50.0998 CET] [info] [pid:110583] Result: setup failure 
 [2020-01-17T11:01:51.0002 CET] [info] [pid:21796] Uploading autoinst-log.txt 
 ``` 


 ## Acceptance criteria 

 * **AC1:** All incompletes with result "setup failure" provide more details about the proper error source 


 ## Suggestions 

 * Check were "setup failure" is provided and when no further details from other services, e.g. cacheservice, and ensure that there is a hint about the problem source. 


 ## Problem 

 We use "setup failure" in multiple cases but do not forward the result to the webui except in the log files as strings. In the case here we do not even have any information string that would point out what the real problem was or is.

Back