An error occurred while fetching the assigned milestone of the selected merge_request.
catfile: Introduce request queues to allow batching reads
1 unresolved thread
1 unresolved thread
Compare changes
Files
5- Patrick Steinhardt authored
Similar to the preceding commit, this commit splits out a new object info reader queue such that we can eventually change callers to use batched requests for object info. No change in behaviour is expected given that the queue is not yet used by anything except as implementation detail of the `Info()` function.
@@ -354,7 +354,7 @@ func TestCache_ObjectInfoReader(t *testing.T) {