action #53399
closed[functional] o3: "[2019-06-21T03:39:04.0573 UTC] [warn] Unable to get filename from http://openqa.opensuse.org. Ignoring OPENQA_HOST_URL"
0%
Description
Observation¶
o3/var/log/openqa complains about "Unable to get filename from http://openqa.opensuse.org. Ignoring OPENQA_HOST_URL" . All settings with the suffix _URL
have a special meaning in openQA for downloadable assets. This variable is used in the "openQA-in-openQA" tests in both os-autoinst-distri-opensuse as well as os-autoinst-distri-openQA
Suggestion¶
Replace the variable in the test suite settings as well as in the test code with something that does not end in _URL
, why not just OPENQA_HOST :)
Could be improved in openQA as well to not spit out a warning, e.g. ignore for download all URL settings that do not have an understandable asset type, e.g. ISO/HDD/ASSET
Updated by SLindoMansilla about 5 years ago
- Priority changed from Normal to High
Updated by SLindoMansilla about 5 years ago
- Subject changed from [functional][u] o3: "[2019-06-21T03:39:04.0573 UTC] [warn] Unable to get filename from http://openqa.opensuse.org. Ignoring OPENQA_HOST_URL" to [opensuse] o3: "[2019-06-21T03:39:04.0573 UTC] [warn] Unable to get filename from http://openqa.opensuse.org. Ignoring OPENQA_HOST_URL"
- Assignee set to okurz
Please, take a look.
We don't understand what is this about. Do you have any job links where this is happening?
Updated by szarate about 5 years ago
- Subject changed from [opensuse] o3: "[2019-06-21T03:39:04.0573 UTC] [warn] Unable to get filename from http://openqa.opensuse.org. Ignoring OPENQA_HOST_URL" to [functional] o3: "[2019-06-21T03:39:04.0573 UTC] [warn] Unable to get filename from http://openqa.opensuse.org. Ignoring OPENQA_HOST_URL"
- Priority changed from High to Low
- Target version set to future
SLindoMansilla wrote:
Please, take a look.
We don't understand what is this about. Do you have any job links where this is happening?
I see what this is about now, however, it's not a problem for us for the time being...
Updated by okurz about 5 years ago
- Status changed from New to Feedback
sure, I can do this. Sorry if I wasn't clear enough with the description however the fix is trivial (as suggested):
https://github.com/os-autoinst/os-autoinst-distri-openQA/pull/49
changed the setting in https://openqa.opensuse.org/admin/test_suites and for the openQA changes:
https://github.com/os-autoinst/openQA/pull/2469
Updated by okurz about 5 years ago
- Status changed from Feedback to Resolved
one more change in https://github.com/os-autoinst/scripts/pull/9 and https://openqa.opensuse.org/tests/overview?distri=openqa&version=Tumbleweed&build=%3ATW.3354&groupid=24 shows we are good