windows: ensure a init process exist after "Create()"#1603
windows: ensure a init process exist after "Create()"#1603crosbymichael merged 2 commits intocontainerd:masterfrom
Conversation
|
Seems reasonable, but struggling with some general code understanding; I don't ever see |
|
hum, fair point. The |
c19c899 to
14eaabd
Compare
3d2de6d to
3f614db
Compare
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This prevents `task.Wait()` to return an error if it is called before the task is started. Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
3f614db to
cfa8756
Compare
|
Rebased, and this should be good to go now |
Codecov Report
@@ Coverage Diff @@
## master #1603 +/- ##
=======================================
Coverage 46.44% 46.44%
=======================================
Files 26 26
Lines 3542 3542
=======================================
Hits 1645 1645
Misses 1519 1519
Partials 378 378Continue to review full report at Codecov.
|
estesp
left a comment
There was a problem hiding this comment.
LGTM
I'm unable to test, but looks like Windows CI is happy with the changes :)
|
LGTM |
Signed-off-by: Kenfe-Mickael Laventure mickael.laventure@gmail.com
--
Closes #1601