#283 1 of 52 required test results missing
Closed by mvadkert. Opened by oholy.

I have re-triggered tests before few days on https://bodhi.fedoraproject.org/updates/FEDORA-2021-885d75cea5 as the update.install_default_update_live test failed for some reason. But now there "1 of 52 required test results missing". Any idea what is going on?


The missing test is "update.install_default_update_live", which I think comes from OpenQA (?)

@adamwill any idea about this one?

Hmm, well, yeah. Should be fixed now. The test actually ran and passed, but the result didn't make it to resultsdb. I triggered the report manually now, and it shows up and the Greenwave result is now OK. I'll have to check the logs to see if I can see why the report didn't work in the first place.

Hmm, this is probably it:

[root@openqa01 adamwill][PROD-IAD2]# journalctl --since 2021-08-09 --until 2021-08-11 | grep "Unhandled rejected"
Aug 10 13:00:30 openqa01.iad2.fedoraproject.org openqa-webui-daemon[2520398]: Unhandled rejected promise: Publishing org.fedoraproject.prod.openqa.job.done failed at /usr/share/openqa/script/../lib/OpenQA/WebAPI/Plugin/AMQP.pm line 86.
Aug 10 13:00:30 openqa01.iad2.fedoraproject.org openqa-webui-daemon[2520398]: Unhandled rejected promise: Publishing org.fedoraproject.prod.ci.fedora-update.test.complete failed at /usr/share/openqa/script/../lib/OpenQA/WebAPI/Plugin/AMQP.pm line 86.

That's us failing to publish the message which the result submitter runs off, which would be why the result submission didn't happen. Might have to robustify the publishing code a bit.

Filed https://progress.opensuse.org/issues/99009 .

No more updates here, upstream issues is closed. Resolving.

Metadata Update from @mvadkert:
- Issue status updated to: Closed (was: Open)

oh yeah, this did get improved upstream, there's a retry on failed publish attempt now. Forgot to circle back to this issue. thanks.

Metadata