[AutoQA] #438: repoclosure test is failing due to change in behavior upstream

AutoQA trac at fedorahosted.org
Mon Jul 22 21:08:07 UTC 2013


#438: repoclosure test is failing due to change in behavior upstream
--------------------+--------------------------------------------------
 Reporter:  tflink  |       Owner:
     Type:  defect  |      Status:  new
 Priority:  major   |   Milestone:  Package Update Acceptance Test Plan
Component:  tests   |  Resolution:
 Keywords:          |  Blocked By:
 Blocking:          |
--------------------+--------------------------------------------------

Comment (by tflink):

 As I suspected, this was an easy fix:
 * [http://autoqa-
 stg.fedoraproject.org/results/240381-debug_user/virt26.qa/debug/client.0.DEBUG
 before fix]
 * [http://autoqa-
 stg.fedoraproject.org/results/240390-debug_user/virt26.qa/debug/client.0.DEBUG
 after fix]

 {{{
 diff --git a/tests/repoclosure/repoclosure.py
 b/tests/repoclosure/repoclosure.py
 index 8f942b2..4e2912d 100644
 --- a/tests/repoclosure/repoclosure.py
 +++ b/tests/repoclosure/repoclosure.py
 @@ -49,7 +49,7 @@ class repoclosure(AutoQATest):
              cmd += ' --repofrompath=parent-%u,%s --repoid=parent-%u' %
 (count, parent, count)

          # TODO set cachedir etc. to e.g. test.scratchdir?
 -        out = utils.system_output(cmd, retain_output=True)
 +        out = utils.system_output(cmd, retain_output=True,
 ignore_status=True)
          self.log(out, printout=False)

          unresolved_count = out.count('unresolved deps:')
 }}}

-- 
Ticket URL: <https://fedorahosted.org/autoqa/ticket/438#comment:3>
AutoQA <http://autoqa.fedorahosted.org>
Automated QA project


More information about the qa-devel mailing list