summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-869859-retry-downloads
Commit message (Collapse)AuthorAgeFilesLines
* implement fallback to alternative URIs for all itemsDavid Kalnischkies2017-12-131-0/+18
| | | | | | | | For deb files we always supported falling back from one server to the other if one failed to download the deb, but that was hardwired in the handling of this specific item. Moving this alongside the retry infrastructure we can implement it for all items and allow methods to use this as well by providing additional URIs in a redirect.
* implement Acquire::Retries support for all itemsDavid Kalnischkies2017-12-131-0/+37
Moving the Retry-implementation from individual items to the worker implementation not only gives every file retry capability instead of just a selected few but also avoids needing to implement it in each item (incorrectly).