-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Description
Just saw this in CI here on alma-linux-8:
=== RUN TestExecIn
execin_test.go:63: unexpected running process, output "PID USER TIME COMMAND\n 1 root 0:00 [runc:[2:INIT]]\n 7 root 0:00 ps\n"
--- FAIL: TestExecIn (0.17s)
Apparently it's a race -- container "init" process (cat
) in this case has not yet started, but the container "exec" process (ps
) already ran.
Metadata
Metadata
Assignees
Labels
No labels