Page MenuHomePhabricator

test: fix another intermittent fault in p2p_leak
ClosedPublic

Authored by PiRK on Mon, May 5, 13:53.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC7c5b0ee93f30: test: fix another intermittent fault in p2p_leak
Summary

Missed in D18043. This peer gets disconnect because it sends a non-verack message right after sending a version. P2PInterface.wait_until checks for the connection by default for some reason, in addition to checking for whatever we tell it to check. Opt-out of this check.

Test Plan

ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable