action #73339
Updated by okurz about 4 years ago
## Observation
https://openqa.suse.de/tests/4820229 shows
```
Reason: setup failure: Cache service status error from API: Minion job #45813 failed: Can't use an undefined value as a HASH reference at /usr/share/openqa/script/../lib/OpenQA/CacheService/Task/Asset.pm line 30.
```
please see more details on https://openqa.suse.de/tests/4820229/file/worker-log.txt
## Steps to reproduce
Find jobs referencing this ticket with the help of
https://raw.githubusercontent.com/os-autoinst/scripts/master/openqa-query-for-job-label , call
```
for host in o3 osd; do echo "### $host" && openqa-query-for-job-label poo#73339; done
```
## Acceptance criteria
* **AC1:** No perl warning in case of errors
## Suggestions
* Look into the code of lib/OpenQA/CacheService/Task/Asset.pm line 30 and try to prevent the warning, potentially add a proper error message in this condition