Rev 4232: Revert an overly optimistic change to the Remote acceptance tests - they are not improved yet. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
robertc at robertcollins.net
Thu Apr 2 05:01:28 BST 2009
At http://people.ubuntu.com/~robertc/baz2.0/integration
------------------------------------------------------------
revno: 4232
revision-id: robertc at robertcollins.net-20090402040123-x690lf0614rqgypb
parent: robertc at robertcollins.net-20090402033730-i0qrdiqnldwqke02
committer: Robert Collins <robertc at robertcollins.net>
branch nick: integration
timestamp: Thu 2009-04-02 15:01:23 +1100
message:
Revert an overly optimistic change to the Remote acceptance tests - they are not improved yet.
=== modified file 'bzrlib/tests/blackbox/test_branch.py'
--- a/bzrlib/tests/blackbox/test_branch.py 2009-04-02 03:37:30 +0000
+++ b/bzrlib/tests/blackbox/test_branch.py 2009-04-02 04:01:23 +0000
@@ -272,7 +272,7 @@
# being too low. If rpc_count increases, more network roundtrips have
# become necessary for this use case. Please do not adjust this number
# upwards without agreement from bzr's network support maintainers.
- self.assertLength(52, self.hpss_calls)
+ self.assertLength(53, self.hpss_calls)
def test_branch_from_trivial_branch_streaming_acceptance(self):
self.setup_smart_server_with_call_log()
=== modified file 'bzrlib/tests/blackbox/test_push.py'
--- a/bzrlib/tests/blackbox/test_push.py 2009-04-02 03:37:30 +0000
+++ b/bzrlib/tests/blackbox/test_push.py 2009-04-02 04:01:23 +0000
@@ -201,7 +201,7 @@
# being too low. If rpc_count increases, more network roundtrips have
# become necessary for this use case. Please do not adjust this number
# upwards without agreement from bzr's network support maintainers.
- self.assertLength(18, self.hpss_calls)
+ self.assertLength(20, self.hpss_calls)
def test_push_smart_stacked_streaming_acceptance(self):
self.setup_smart_server_with_call_log()
More information about the bazaar-commits
mailing list