Isolate the request store for Sidekiq jobs in test
This makes sure that each Sidekiq job has a clean request store to work with. Otherwise the values might leak into each other and we'd be counting Gitaly-calls that would otherwise be isolated incorrectly.
Showing
Please register or sign in to comment