Page MenuHomePhabricator

Fix a race in abc_p2p_avalanche_remote_proofs.py
ClosedPublic

Authored by Fabien on Mon, Dec 23, 09:56.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC504a0b703be6: Fix a race in abc_p2p_avalanche_remote_proofs.py
Summary

When add_outbound_p2p_connection returns there is no guarantee that the node is available from the RPC yet. This diff waits for the node to account for the new remote to fix this.

Test Plan
./test/functional/test_runner.py abc_p2p_avalanche_remote_proofs

Diff Detail