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

Disable logging when pulling on python integration tests #20397

Merged
merged 2 commits into from
Aug 5, 2020

Commits on Aug 3, 2020

  1. Disable logging when pulling on python integration tests

    Docker compose library is quite verbose, and it prints many messages
    when logging is enabled. On integration tests we make a pull before
    trying to build the images in case the image is already pre-built. If
    this pull doesn't work, the image is built, so we ignore errors on this
    pull. But, even when ignoring errors, these errors are logged, and when
    investigating problems with tests this may lead to think that the
    problem is with the unavailability of some image. Disable logging on the
    compose logger while this previous pull is being done.
    jsoriano committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    a0f68ad View commit details
    Browse the repository at this point in the history
  2. Fix format

    jsoriano committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    574606d View commit details
    Browse the repository at this point in the history