Rev 4915: (jam) Change the protocol3 buffering to be based on bytes not call in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Dec 21 20:53:45 GMT 2009


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 4915 [merge]
revision-id: pqm at pqm.ubuntu.com-20091221205339-8d82e7621l5n8ya7
parent: pqm at pqm.ubuntu.com-20091221195200-eprzx977tt964etd
parent: john at arbash-meinel.com-20091216172953-5r2mph041cyspmov
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2009-12-21 20:53:39 +0000
message:
  (jam) Change the protocol3 buffering to be based on bytes not call
  	count.
modified:
  bzrlib/tests/test_smart_transport.py test_ssh_transport.py-20060608202016-c25gvf1ob7ypbus6-2
=== modified file 'bzrlib/tests/test_smart_transport.py'
--- a/bzrlib/tests/test_smart_transport.py	2009-12-16 17:27:49 +0000
+++ b/bzrlib/tests/test_smart_transport.py	2009-12-16 17:29:53 +0000
@@ -2902,8 +2902,6 @@
         response = _mod_request.SuccessfulSmartServerResponse(
             ('arg', 'arg'), body_stream=body_stream)
         self.responder.send_response(response)
-        # The write buffer is flushed every 100 buffered writes, so we expect 2
-        # actual writes.
         self.assertWriteCount(2)
 
 




More information about the bazaar-commits mailing list