#444: autoqa tests are not able to make bodhi comments ---------------------+-------------------------- Reporter: tflink | Owner: tflink Type: defect | Status: new Priority: major | Milestone: Future tasks Component: core | Keywords: Blocked By: | Blocking: ---------------------+-------------------------- Most, if not all autoqa tests which should be making bodhi comments are now erroring out with output similar to the following:
{{{ 09/30 16:22:38 INFO | test:0577| Submitting results (log, email, bodhi, resultsdb) for: depcheck: PASSED; 1 PASSED for tcl-trf-2.1.4-7.fc20 09/30 16:22:38 INFO | test:0457| Log created: /usr/share/autotest/results/default/depcheck/results/tcl- trf-2.1.4-7.fc20.html 09/30 16:22:39 INFO | test:0403| Email not sent: "depcheck: PASSED; 1 PASSED for tcl-trf-2.1.4-7.fc20" 09/30 16:22:39 ERROR|bodhi_util:0249| An error occured: string indices must be integers 09/30 16:22:39 ERROR|bodhi_util:0250| Could not connect to bodhi! 09/30 16:22:39 ERROR|bodhi_util:0250| Could not post a comment to bodhi }}}
Figure out why bodhi comments are failing and fix it.
#444: autoqa tests are not able to make bodhi comments --------------------+--------------------------- Reporter: tflink | Owner: tflink Type: defect | Status: new Priority: major | Milestone: Future tasks Component: core | Resolution: Keywords: | Blocked By: Blocking: | --------------------+---------------------------
Comment (by tflink):
Link to the debug file that the above excerpt came from: http://autoqa.fedoraproject.org/results/665528-autotest/virt09.qa/debug/clie...
#444: autoqa tests are not able to make bodhi comments --------------------+--------------------------- Reporter: tflink | Owner: tflink Type: defect | Status: new Priority: major | Milestone: Future tasks Component: core | Resolution: Keywords: | Blocked By: Blocking: | --------------------+---------------------------
Comment (by tflink):
the problem is in bodhi_utils.bodhi_already_commented() where the update is now being passed in as unicode and failing the check for a string.
patching for this fix and doing a bit of rework on the traceback masking that made this more of a pain to debug
#444: autoqa tests are not able to make bodhi comments --------------------+--------------------------- Reporter: tflink | Owner: tflink Type: defect | Status: closed Priority: major | Milestone: Future tasks Component: core | Resolution: fixed Keywords: | Blocked By: Blocking: | --------------------+--------------------------- Changes (by tflink):
* status: new => closed * resolution: => fixed
Comment:
fixed and pushed to master: 174988800744a8e32df9bcfaad7e7b9f4367b676
built as 0.8.4, deployed to stg and production.
If you still see this issue, please reopen the ticket
#444: autoqa tests are not able to make bodhi comments --------------------+--------------------------- Reporter: tflink | Owner: tflink Type: defect | Status: closed Priority: major | Milestone: Future tasks Component: core | Resolution: fixed Keywords: | Blocked By: Blocking: | --------------------+---------------------------
Comment (by kparal):
Thanks.
qa-devel@lists.fedoraproject.org