#615 Querying Rawhide push decision context with verbose=1 gives incorrect result
Closed: Fixed by lholecek. Opened by adamwill.

Check this:

[adamw@xps13k greenwave (dev-subject-types %)]$ echo '{"product_version":"fedora-rawhide","decision_context":"rawhide_compose_sync_to_mirrors","subject_type":"compose","subject_identifier":"Fedora-Rawhide-20210113.n.0","verbose":true}' | http post https://greenwave.fedoraproject.org/api/v1.0/decision
...
    "summary": "1 of 43 required tests failed, 40 results missing",
[adamw@xps13k greenwave (dev-subject-types %)]$ echo '{"product_version":"fedora-rawhide","decision_context":"rawhide_compose_sync_to_mirrors","subject_type":"compose","subject_identifier":"Fedora-Rawhide-20210113.n.0"}' | http post https://greenwave.fedoraproject.org/api/v1.0/decision
...
    "summary": "1 of 43 required tests failed",

I am not sure why yet. I think it's a subtle effect of either the local or "remote" caching code in result retrieval, still trying to figure out the details.


Metadata Update from @lholecek:
- Issue tagged with: bug

I think this may actually just be a consequence of the other bugs I filed fixes for. On a branch with both of those fixes (the subject config fix and the cache fix), I can't reproduce this any more.

Metadata Update from @lholecek:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata