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

test: speed up Cucumber stop test #10032

Merged
merged 1 commit into from
Dec 2, 2022
Merged

Commits on Nov 30, 2022

  1. test: speed up Cucumber stop test

    Evidently `ping` doesn't respond to `SIGTERM`, so use `init` to
    get Tini supervising it. This changes the exit code to 143 since
    it's not hitting the 10s timeout and getting a `SIGKILL` (137).
    
    Signed-off-by: Milas Bowman <milas.bowman@docker.com>
    milas committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d3382d8 View commit details
    Browse the repository at this point in the history