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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃尡 envtest: improve process cleanup #2560

Merged
merged 1 commit into from Oct 27, 2023

Commits on Oct 23, 2023

  1. envtest: improve process cleanup

    When envtest creates new processes, it wasn't setting the process group
    to the parent, when the main process is killed or it panics, all the
    other processes are orphaned, and need to be killed separately.
    
    In addition, if for some reason we can't shutdown a process cleanly, we
    should try to SIGKILL before returning from Stop.
    
    Signed-off-by: Vince Prignano <vincepri@redhat.com>
    vincepri committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b10b858 View commit details
    Browse the repository at this point in the history