Skip to content
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

ci: fix a race in TestExecIn and TestExecInTTY #4445

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 15, 2024

  1. ci: fix a race in TestExecIn and TestExecInTTY

    Fixes: opencontainers#4437
    We can use a chan to wait the output from init process. After we received the content,
    it means that the init process has started. Then we can exec into this container to use
    ps command to check the init process and the exec process are both exist.
    
    Signed-off-by: lifubang <[email protected]>
    lifubang committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f08116b View commit details
    Browse the repository at this point in the history