Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It's so easy to forget that "podman start" is nonblocking. So podman create, start, restart has a race where "restart" can run before the container actually starts. Solution: start --attach. Thanks to @vrothberg for noticing that. There are still a handful of other suspicious-looking restarts in this test, but all involve "top" which of course has to be detached. Since those don't have any flakes that I know of, I choose to ignore them. Fixes: containers#16505 Signed-off-by: Ed Santiago <[email protected]>
- Loading branch information