Page MenuHomePhabricator

Fix a race in abc_p2p_avalanche_remote_proofs.py
AcceptedPublic

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

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
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