~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_info.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:
1
 
# Copyright (C) 2006-2010 Canonical Ltd
 
1
# Copyright (C) 2006-2012 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
1548
1548
        # being too low. If rpc_count increases, more network roundtrips have
1549
1549
        # become necessary for this use case. Please do not adjust this number
1550
1550
        # upwards without agreement from bzr's network support maintainers.
1551
 
        self.assertLength(12, self.hpss_calls)
 
1551
        self.assertLength(10, self.hpss_calls)
1552
1552
        self.assertLength(1, self.hpss_connections)
1553
1553
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)
1554
1554
 
1565
1565
        # being too low. If rpc_count increases, more network roundtrips have
1566
1566
        # become necessary for this use case. Please do not adjust this number
1567
1567
        # upwards without agreement from bzr's network support maintainers.
1568
 
        self.assertLength(16, self.hpss_calls)
 
1568
        self.assertLength(14, self.hpss_calls)
1569
1569
        self.assertLength(1, self.hpss_connections)
1570
1570
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)