~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-15 08:20:33 UTC
  • mfrom: (4288.1.12 push.roundtrips)
  • Revision ID: pqm@pqm.ubuntu.com-20090415082033-tds4zs962x6kwc2c
(robertc) Add a Branch.set_parent_location verb and reduce lock
        churning to reduce network round trips. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
        # being too low. If rpc_count increases, more network roundtrips have
273
273
        # become necessary for this use case. Please do not adjust this number
274
274
        # upwards without agreement from bzr's network support maintainers.
275
 
        self.assertLength(47, self.hpss_calls)
 
275
        self.assertLength(39, self.hpss_calls)
276
276
 
277
277
    def test_branch_from_trivial_branch_streaming_acceptance(self):
278
278
        self.setup_smart_server_with_call_log()