-
Notifications
You must be signed in to change notification settings - Fork 37.7k
test: Fix intermittent issue in p2p_addr_relay.py #21785
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
Conversation
Can be reviewed with |
Thanks for the fix and Concept ACK. See #21707 (comment) - there is another occurrence in |
Concept ACK, hit this issue today. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK fa5211d, thanks for this fix. agree with mzumsande's #21785 (comment), ready to reACK if you incorporate. also left some wording suggestions to consider.
ACK faa51ef |
1 similar comment
ACK faa51ef |
ACK faa51ef. Looks good. Thanks Marco. |
Github-Pull: bitcoin#21785 Rebased-From: faa51ef
Summary: ``` This extends the functional test p2p_addr_relay.py. It adds test coverage for address relay involving outbound peers, tests for both outgoing and incoming GETADDR requests and tests for -blocksonly mode. ``` Backport of [[bitcoin/bitcoin#21707 | core#21707]], [[bitcoin/bitcoin#21785 | core#21785]] (fix intermittent failure in the test) and [[bitcoin/bitcoin#22306 | core#22306]] (improvements to p2p_addr_relay.py, also fixes an intermittent issue). Note to reviewers: you can look at the file after #22306 to get the final version of the test. Depends on D10860. Ref T1696. Test Plan: ninja check-functional Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Subscribers: PiRK Maniphest Tasks: T1696 Differential Revision: https://reviews.bitcoinabc.org/D10861
Fixes https://github.com/bitcoin/bitcoin/pull/21707/files#r621048952