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

test: Fix rpc_net.py "pong" race condition #15069

Merged
merged 1 commit into from Jan 2, 2019

Commits on Jan 1, 2019

  1. test: Fix rpc_net.py "pong" race condition

    Prior to this change, the test fails with KeyError if pong has
    a zero value at the time this is called, as getpeerinfo's
    bytesrecv_per_msg result excludes zero-values.
    
    https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/21310881#L62
    Empact committed Jan 1, 2019
    Copy the full SHA
    de23739 View commit details
    Browse the repository at this point in the history