-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Fix error handling for bind mount spec parser. #39251
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 error handling for bind mount spec parser. #39251
Conversation
Adding cherry-pick because this is a quick fix for a really confusing situation. |
69c6733
to
b698469
Compare
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.
LGTM
arf; looks like it's failing on Windows;
|
b698469
to
50d8a41
Compare
:( Github notifications are having issues, CI is not being triggered. |
Codecov Report
@@ Coverage Diff @@
## master #39251 +/- ##
=========================================
Coverage ? 37.04%
=========================================
Files ? 612
Lines ? 45489
Branches ? 0
=========================================
Hits ? 16850
Misses ? 26349
Partials ? 2290 |
Errors were being ignored and always telling the user that the path doesn't exist even if it was some other problem, such as a permission error. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
50d8a41
to
ebcef28
Compare
Well, PR is fixed for Windows... Github is still being a bit funny. |
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.
LGTM
janky failure is docker-py, and doesn't look related
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.
LGTM
Errors were being ignored and always telling the user that the path
doesn't exist even if it was some other problem, such as a permission
error.
Closes docker/for-linux#674