~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1096
1096
        # upwards without agreement from bzr's network support maintainers.
1097
1097
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)
1098
1098
        self.assertLength(1, self.hpss_connections)
1099
 
        self.assertLength(10, self.hpss_calls)
 
1099
        self.assertLength(9, self.hpss_calls)
1100
1100
 
1101
1101
    def test_verbose_log(self):
1102
1102
        self.setup_smart_server_with_call_log()
1111
1111
        # being too low. If rpc_count increases, more network roundtrips have
1112
1112
        # become necessary for this use case. Please do not adjust this number
1113
1113
        # upwards without agreement from bzr's network support maintainers.
1114
 
        self.assertLength(11, self.hpss_calls)
 
1114
        self.assertLength(10, self.hpss_calls)
1115
1115
        self.assertLength(1, self.hpss_connections)
1116
1116
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)
1117
1117
 
1128
1128
        # being too low. If rpc_count increases, more network roundtrips have
1129
1129
        # become necessary for this use case. Please do not adjust this number
1130
1130
        # upwards without agreement from bzr's network support maintainers.
1131
 
        self.assertLength(15, self.hpss_calls)
 
1131
        self.assertLength(14, self.hpss_calls)
1132
1132
        self.assertLength(1, self.hpss_connections)
1133
1133
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)