mountpoint-s3
mountpoint-s3 copied to clipboard
Test and fix prefetcher error handling
trafficstars
Right now the prefetcher just blocks forever(?) if any requests fail. We should fix that to propagate the error to whoever's waiting for the request.
Infrastructure for this is in #26. What we still need to do is randomly inject errors (proptest).
https://github.com/awslabs/mountpoint-s3/pull/233