-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Use original process spec for execs #38871
Conversation
I have a dream that one day I'll make a PR to this repo and the tests will just pass instead of fail for some stupid reason |
Definitely seems to be some regressions after the last swarmkit vendor update. |
this is an odd one; https://jenkins.dockerproject.org/job/Docker-PRs-experimental/44458/console does that use
|
Error comes from here moby/daemon/container_operations_unix.go Lines 209 to 211 in cbb885b
|
4d27511
to
2cedc57
Compare
Codecov Report
@@ Coverage Diff @@
## master #38871 +/- ##
=========================================
Coverage ? 36.89%
=========================================
Files ? 614
Lines ? 45382
Branches ? 0
=========================================
Hits ? 16742
Misses ? 26348
Partials ? 2292 |
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
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, thanks!
2cedc57
to
9117969
Compare
:( Looks like some real CI failures. |
Are we going to get this into docker 18.09.4? |
9117969
to
f265c22
Compare
Looks like some timeouts on the CI right now |
aa2ced3
to
c52483d
Compare
Fixes moby#38865 Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
c52483d
to
7603c22
Compare
I think this is good to go now, rs5-process seems to be having some unrelated issues |
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, thanks 🤗
All tests passed 🎉 |
Fixes #38865
Signed-off-by: Michael Crosby crosbymichael@gmail.com