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

peering: add logs before many-second waits #7904

Merged
merged 1 commit into from
Feb 16, 2021
Merged

peering: add logs before many-second waits #7904

merged 1 commit into from
Feb 16, 2021

Commits on Feb 6, 2021

  1. peering: add logs before many-second waits

    This test takes a full minute to run, and I was honestly thinking my run
    of "go test -v" had simply hung, as I saw no output and no apparent
    resource usage.
    
    The least we can do is print a few log messages before the potentially
    long waits, to hint that we're still making progress. Each of these
    "Eventually" and "Never" calls ends up blocking the test for a few
    seconds at a time.
    mvdan committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    5e0c8bb View commit details
    Browse the repository at this point in the history