Rev 4734: Don't impose -Ethreads yet. in file:///home/vila/src/bzr/experimental/leaking-tests/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Oct 12 13:57:45 BST 2009


At file:///home/vila/src/bzr/experimental/leaking-tests/

------------------------------------------------------------
revno: 4734
revision-id: v.ladeuil+lp at free.fr-20091012125745-jah7goetjlntmfl6
parent: v.ladeuil+lp at free.fr-20091009095939-nr9pv6s5c1ccc009
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: leaking-tests
timestamp: Mon 2009-10-12 14:57:45 +0200
message:
  Don't impose -Ethreads yet.
-------------- next part --------------
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py	2009-10-09 09:59:39 +0000
+++ b/bzrlib/tests/__init__.py	2009-10-12 12:57:45 +0000
@@ -857,8 +857,6 @@
         # going away but leak one) but it seems less likely than the actual
         # false positives (the test see threads going away and does not leak).
         if leaked_threads > 0:
-            if 'threads' in selftest_debug_flags:
-                print '%s is leaking, active is now %d' % (self.id(), active)
             TestCase._leaking_threads_tests += 1
             if TestCase._first_thread_leaker_id is None:
                 TestCase._first_thread_leaker_id = self.id()



More information about the bazaar-commits mailing list