~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-02-14 18:29:43 UTC
  • mfrom: (6404.6.11 cached-branch-store)
  • Revision ID: pqm@pqm.ubuntu.com-20120214182943-vso6j0mqdnxfkp7s
(vila) Cache the branch config store to avoid useless IOs. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
887
887
        # being too low. If rpc_count increases, more network roundtrips have
888
888
        # become necessary for this use case. Please do not adjust this number
889
889
        # upwards without agreement from bzr's network support maintainers.
890
 
        self.assertLength(214, self.hpss_calls)
 
890
        self.assertLength(211, self.hpss_calls)
891
891
        self.assertLength(2, self.hpss_connections)
892
892
        self.expectFailure("commit still uses VFS calls",
893
893
            self.assertThat, self.hpss_calls, ContainsNoVfsCalls)