201
179
t.commit(message='commit %d' % count)
202
180
self.reset_smart_call_log()
203
out, err = self.run_bzr(['checkout', self.get_url('from'), 'target'])
181
out, err = self.run_bzr(['checkout', self.get_url('from'),
204
183
# This figure represent the amount of work to perform this use case. It
205
184
# is entirely ok to reduce this number if a test fails due to rpc_count
206
185
# being too low. If rpc_count increases, more network roundtrips have
207
186
# become necessary for this use case. Please do not adjust this number
208
187
# upwards without agreement from bzr's network support maintainers.
213
190
def test_lightweight_checkout(self):
214
191
self.setup_smart_server_with_call_log()