#439: depcheck crashes almost every time post fc17
--------------------+-----------------------
 Reporter:  tflink  |       Owner:
     Type:  defect  |      Status:  new
 Priority:  major   |   Milestone:  Depcheck
Component:  tests   |  Resolution:
 Keywords:          |  Blocked By:
 Blocking:          |
--------------------+-----------------------

Comment (by tflink):

 I think that the config changed fixed this. I cloned a depcheck job after
 updating autoqa-stg01 and the job passed this time!
 * [http://autoqa-stg.fedoraproject.org/results/240338-debug_user/ before
 fix]
 * [http://autoqa-stg.fedoraproject.org/results/240362-debug_user/ after
 fix]

 I'm going to leave the fix in stg for a while to make sure it stays
 working before pushing to git

 {{{
 diff --git a/tests/depcheck/depcheck_lib.py
 b/tests/depcheck/depcheck_lib.py
 index aedda8a..e600323 100644
 --- a/tests/depcheck/depcheck_lib.py
 +++ b/tests/depcheck/depcheck_lib.py
 @@ -132,6 +132,7 @@ def do_mash(pkgdir, arches, distname=None):
      dist = mash.config.MashDistroConfig()
      parser = RawConfigParser()
      mash_conf = '''[%s]
 +output_subdir = %s
  rpm_path = %s
  strict_keys = False
  multilib = True
 @@ -143,7 +144,7 @@ delta = False
  source = False
  arches = %s
  keys =
 -''' % (distname, pkgdir, arches)
 +''' % (distname, distname, pkgdir, arches)
      parser.readfp(StringIO.StringIO(mash_conf))
      dist.populate(parser, distname, conf)
      conf.distros.append(dist)
 }}}

-- 
Ticket URL: <https://fedorahosted.org/autoqa/ticket/439#comment:2>
AutoQA <http://autoqa.fedorahosted.org>
Automated QA project
_______________________________________________
qa-devel mailing list
qa-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/qa-devel

Reply via email to