Update workhorse zipartifacts test to ensure minimum number of range requests
zipartifacts uses a http-client based ReaderAt implementation that fetches parts of a remote zip file by using Range headers. We don't have direct control of the ranges that will be requested, so this test ensures that changes to the underlying zip reader won't negatively affect performance by making more range requests than expected.
Showing
Please register or sign in to comment