-
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Description
Speaking to @astrolox about how to go about testing the cache images.
Initial thoughts:
- Attempt to download file directly, hash and save.
- Clear cache data directory
- Attempt to download file through cache. Ensure we have a cache miss, compare hash to original download
- Attempt to download file again through cache, Ensure we have a cache hit, compare hash to original and previous version.
This only covers a simple case though. It would be good for advanced options for testing range requests, etag headers, etc.
Other people's thoughts and comments?
Reactions are currently unavailable