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

Fix TestDockerStart flaky test #21681

Merged
merged 7 commits into from
Oct 19, 2020

Commits on Oct 8, 2020

  1. Fix TestDockerStart flaky test

    Some changes are done to give more resilience to the test:
    * Wait till image pull is finished, and retry in case of failure.
    * Checked events are filtered by container id instead of image name,
      so tests are not affected by other containers that may be running
      in the system.
    * Check timeout is for all events now, instead of being reset after an
      event is received.
    * Container is removed after test is finished.
    jsoriano committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    9ac1ce7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    8904734 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea16916 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    7d22b5b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    a9c7ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f46938 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    540577d View commit details
    Browse the repository at this point in the history