• Arran Walker's avatar
    Update workhorse zipartifacts test to ensure minimum number of range requests · 1e4dba76
    Arran Walker authored
    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.
    1e4dba76
open_archive_test.go 3.25 KB