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

Improve tests that watch for subprocess logs #6461

Merged
merged 1 commit into from
May 27, 2022

Commits on May 26, 2022

  1. Improve tests that watch for subprocess logs

    Tests like dask#6395 will fail (timeout) because a log statement doesn't get printed, but since you never get to see what _was_ printed, CI failuers are hard to debug.
    
    Adds a `wait_for_log_line` helper that tees the output to stdout, so you can at least see what happened.
    gjoseph92 committed May 26, 2022
    Configuration menu
    Copy the full SHA
    65185c8 View commit details
    Browse the repository at this point in the history