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: tweak pause test to try and prevent failures in Windows CI #10320

Merged
merged 1 commit into from
Mar 1, 2023

Commits on Feb 27, 2023

  1. test: tweak pause test to try and prevent failures in Windows CI

    This test keeps failing with a timeout in Windows. I don't actually
    think it should take that long to bring up an nginx container, so
    I'm guessing that there's something else going on that's causing
    trouble.
    
    Increase the verbosity when running Compose commands: I think this
    will generally make E2E test failures easier to diagnose by always
    logging the full command that's going to be run and also capturing
    stdout.
    
    Add a health check and use `--wait` when launching the fixture for
    the pause test. Combined with the verbosity increase, this should
    make it easier to understand what's going on here.
    
    Signed-off-by: Milas Bowman <milas.bowman@docker.com>
    milas committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e31b95c View commit details
    Browse the repository at this point in the history