Rev 6055: Here are the useful print statements used to debug the previous commit. in file:///home/vila/src/bzr/bugs/869366-test-server-race/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Oct 7 14:51:43 UTC 2011


At file:///home/vila/src/bzr/bugs/869366-test-server-race/

------------------------------------------------------------
revno: 6055
revision-id: v.ladeuil+lp at free.fr-20111007145142-oyvn7y3fhz174gs5
parent: v.ladeuil+lp at free.fr-20111007144859-oqoe6td0sc2gim43
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 869366-test-server-race
timestamp: Fri 2011-10-07 16:51:42 +0200
message:
  Here are the useful print statements used to debug the previous commit.
-------------- next part --------------
=== modified file 'bzrlib/cethread.py'
--- a/bzrlib/cethread.py	2011-10-07 14:48:59 +0000
+++ b/bzrlib/cethread.py	2011-10-07 14:51:42 +0000
@@ -126,8 +126,6 @@
                 super(CatchingExceptionThread, self).run()
             except:
                 self.exception = sys.exc_info()
-#                print '\nthread %r, sync: %r see %r' % (
-#                    self, self.sync_event, self.exception[0],)
         finally:
             # Make sure the calling thread is released
             self.sync_event.set()

=== modified file 'bzrlib/tests/test_test_server.py'
--- a/bzrlib/tests/test_test_server.py	2011-10-07 14:48:59 +0000
+++ b/bzrlib/tests/test_test_server.py	2011-10-07 14:51:42 +0000
@@ -175,7 +175,6 @@
         # We need to ensure the exception has been caught
         caught = threading.Event()
         caught.clear()
-#        print 'will_raise: %r, caught: %r\n' % (will_raise, caught)
         # The thread that will serve the client
         self.connection_thread = None
         class FailToRespond(Exception):



More information about the bazaar-commits mailing list