Merge "Remove extra debugging around git repo leaks" into feature/zuulv3

This commit is contained in:
Jenkins 2017-03-09 04:33:54 +00:00 committed by Gerrit Code Review
commit 02bc6e1221
1 changed files with 0 additions and 2 deletions

View File

@ -1476,8 +1476,6 @@ class ZuulTestCase(BaseTestCase):
for obj in gc.get_objects():
if isinstance(obj, git.Repo):
self.log.debug("Leaked git repo object: %s" % repr(obj))
for r in gc.get_referrers(obj):
self.log.debug(" referrer: %s" % repr(r))
repos.append(obj)
self.assertEqual(len(repos), 0)
self.assertEmptyQueues()