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

tests/int/hooks: fix failed hooks test #4352

Closed
wants to merge 1 commit into from

Commits on Jul 17, 2024

  1. tests/int/hooks: fix failed hooks test

    When reviewing PR 4348, I noticed that it removed the call to
    parent.terminate when a hook has failed. Yet, this test case did
    not catch that issue.
    
    Add the check that the container was never fully started after a hook
    failure.
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6d2e590 View commit details
    Browse the repository at this point in the history