Actions
action #126674
closedopenqa-review pipeline failed to produce a report with no test results
Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
The openqa-review pipeline failed producing a report for openqa_opensuse_org_status:
AssertionError: invalid page with no test results found reading /tests/overview?distri=opensuse&version=GNOME_Next.x86_64-44.0+28-Build23.147.iso&build=GNOME_Next.x86_64-44.0%2B28-Build23.147.iso&groupid=35 and /tests/overview?distri=opensuse&version=GNOME_Next.x86_64-44.0+28-Build23.146.iso&build=GNOME_Next.x86_64-44.0%2B28-Build23.146.iso&groupid=35, make sure you specified valid builds (leading zero missing?)
Acceptance criteria¶
- AC1:
Suggestions¶
Updated by tinita over 1 year ago
I think the problem is the +
in the version
field.
Compare:
version=GNOME_Next.x86_64-44.0+28-Build23.147.iso
build=GNOME_Next.x86_64-44.0%2B28-Build23.147.iso
So in the build
field it's correctly encoded, and there we use urllib.quote
already.
So this should be easy to fix.
Updated by tinita over 1 year ago
- Status changed from New to In Progress
- Assignee set to tinita
- Target version set to Ready
Updated by tinita over 1 year ago
- Status changed from In Progress to Feedback
https://github.com/os-autoinst/openqa_review/pull/221 Encode values in URLs
Updated by tinita over 1 year ago
PR was merged, waiting for registry.opensuse.org/home/okurz/container/ca/containers/tumbleweed:openqa-review to be rebuilt, then I'll restart the pipeline
Updated by tinita over 1 year ago
- Status changed from Feedback to Resolved
I retriggered the pipelines including the pages. It passed, and now https://openqa.io.suse.de/openqa-review/ looks good again.
Actions