260
260
self.assertFalse(local.is_locked())
262
262
hpss_call_names = [item.call.method for item in self.hpss_calls]
264
264
insert_stream_idx = hpss_call_names.index(
266
266
calls_after_insert_stream = hpss_call_names[insert_stream_idx:]
267
267
# After inserting the stream the client has no reason to query the
268
268
# remote graph any further.
271
271
'get', 'Branch.set_last_revision_info', 'Branch.unlock'],
272
272
calls_after_insert_stream)