Rev 4456: turns out the new code removes a round trip to the server, which bumps an acceptance test. in http://bazaar.launchpad.net/~jameinel/bzr/1.17-extract-one-time

John Arbash Meinel john at arbash-meinel.com
Thu Jun 18 06:03:23 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/1.17-extract-one-time

------------------------------------------------------------
revno: 4456
revision-id: john at arbash-meinel.com-20090618050254-zu1hykw31nobgs0w
parent: john at arbash-meinel.com-20090617210032-dncrm60dq52za21g
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.17-extract-one-time
timestamp: Thu 2009-06-18 00:02:54 -0500
message:
  turns out the new code removes a round trip to the server, which bumps an acceptance test.
-------------- next part --------------
=== modified file 'bzrlib/tests/blackbox/test_branch.py'
--- a/bzrlib/tests/blackbox/test_branch.py	2009-06-10 03:56:49 +0000
+++ b/bzrlib/tests/blackbox/test_branch.py	2009-06-18 05:02:54 +0000
@@ -273,7 +273,7 @@
         # being too low. If rpc_count increases, more network roundtrips have
         # become necessary for this use case. Please do not adjust this number
         # upwards without agreement from bzr's network support maintainers.
-        self.assertLength(39, self.hpss_calls)
+        self.assertLength(38, self.hpss_calls)
 
     def test_branch_from_trivial_branch_streaming_acceptance(self):
         self.setup_smart_server_with_call_log()



More information about the bazaar-commits mailing list