~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2011-08-09 13:46:26 UTC
  • mto: (6015.9.8 2.4)
  • mto: This revision was merged to the branch mainline in revision 6066.
  • Revision ID: john@arbash-meinel.com-20110809134626-1lbpwlyes6vh1wiy
More cases that show the extra RPC

Show diffs side-by-side

added added

removed removed

Lines of Context:
439
439
        # being too low. If rpc_count increases, more network roundtrips have
440
440
        # become necessary for this use case. Please do not adjust this number
441
441
        # upwards without agreement from bzr's network support maintainers.
442
 
        self.assertLength(36, self.hpss_calls)
 
442
        self.assertLength(37, self.hpss_calls)
443
443
 
444
444
    def test_branch_from_trivial_branch_streaming_acceptance(self):
445
445
        self.setup_smart_server_with_call_log()
454
454
        # being too low. If rpc_count increases, more network roundtrips have
455
455
        # become necessary for this use case. Please do not adjust this number
456
456
        # upwards without agreement from bzr's network support maintainers.
457
 
        self.assertLength(9, self.hpss_calls)
 
457
        self.assertLength(10, self.hpss_calls)
458
458
 
459
459
    def test_branch_from_trivial_stacked_branch_streaming_acceptance(self):
460
460
        self.setup_smart_server_with_call_log()
474
474
        # being too low. If rpc_count increases, more network roundtrips have
475
475
        # become necessary for this use case. Please do not adjust this number
476
476
        # upwards without agreement from bzr's network support maintainers.
477
 
        self.assertLength(14, self.hpss_calls)
 
477
        self.assertLength(15, self.hpss_calls)
478
478
 
479
479
    def test_branch_from_branch_with_tags(self):
480
480
        self.setup_smart_server_with_call_log()