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

Cherry-pick #21242 to 7.9: Fix autodiscover flaky tests #21289

Merged
merged 2 commits into from
Sep 24, 2020

Commits on Sep 24, 2020

  1. Fix autodiscover flaky tests (elastic#21242)

    Use a tagged image instead of doing an untagged pull, this was pulling all
    busybox tags, busybox:latest image used now is pre-cached.
    Better control when the containers are started and stopped, run the
    container detached.
    Use container name instead of container image for conditions and templates,
    better ensuring that we are testing against the proper container.
    Move common code to helper function.
    
    (cherry picked from commit 0c8f82b)
    jsoriano committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    9bef025 View commit details
    Browse the repository at this point in the history
  2. Fix unrelated fmt

    jsoriano committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    5eb4e9c View commit details
    Browse the repository at this point in the history