-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/wrapped reads #681
Fix/wrapped reads #681
Conversation
@adam-vessey @glenrobson Test on Ubuntu latest are failing bc docker-compose was replaced by docker compose. Will check on that later. |
Yes, but it would've/should've been an issue previously, should whatever underlying stream throw a more general In terms of the actual problem being fixed, it should no longer enter the infinite loop when encountering the issue with reading described in #659 |
@adam-vessey thanks for the clarification. That makes sense. |
3f11f25
to
e8a80c5
Compare
Just rebased on top of the latest
Wondering if it might need the same treatment on the Windows side, |
@adam-vessey yes, just seeing it. Everyday a new thing. Do you want to bring that change into this pull? I can also open another pull just for that and we go from there?( you rebase again?). Also the ubuntu builds/tests sometimes fail because of how the Upload/Cache/S3 tests are build but I can restart them if that happens here. |
@DiegoPino: I've already got #685 going, just with the |
@adam-vessey Would you be able to rebase now? |
If they failed to read the number of bytes, the return of `-1` would cause infinite loops, with `-1` always less than the minimum `offset` of `0`.
e8a80c5
to
73119cd
Compare
@jcoyne : Was already in the process of doing so. :P |
All green, woo! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good! all green
@adam-vessey all good (and green) and approved, thanks so much! I will let others chime in and if nothing comes up I will be merging by tomorrow noon. Have a great day |
#659 with what seems to be the expected exception wrapping in place?