-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Reorder checks in Walk to avoid panics #332
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
Conversation
|
This PR fixes the issues we were having with docker. |
ffe2c98 to
77cf4da
Compare
|
I am seeing some errors in other tests running locally |
|
Same error locally |
|
Yup, I see. |
Also added test for host PID namespace Signed-off-by: Alexander Morozov <[email protected]>
77cf4da to
6c198ae
Compare
|
@mrunalp @crosbymichael fixed |
|
okay tests are passing for me now. @tiborvass @ibuildthecloud. Do you guys want to try the updated patch as well? |
|
I'll try tonight |
|
@imikushin can you test this too? |
|
@mrunalp this is basically blocking docker 1.9 so if someone could test/review/merge I would greatly appreciate it :) |
|
LGTM |
|
@tiborvass I am good with it from runc perspective ;) LGTM |
Reorder checks in Walk to avoid panics
|
@tiborvass what is this docker u speak of? |
|
Heh 😆 |
|
We applied this to docker 1.8 and it worked. Docker 1.9 blows up for us for different reasons, but this patch seems good. |

ping @tibor @ibuildthecloud