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 #20397 to 7.x: Disable logging when pulling on python integration tests #20445

Merged
merged 1 commit into from
Aug 6, 2020

Commits on Aug 5, 2020

  1. Disable logging when pulling on python integration tests (elastic#20397)

    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.
    
    (cherry picked from commit 6d8acd0)
    jsoriano committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    19570bc View commit details
    Browse the repository at this point in the history