You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin#26381: test: Fix intermittent issue in p2p_sendtxrcncl.py
fa3da83 test: Check debug log as well in p2p_sendtxrcncl.py (MacroFake)
fae0439 test: Check correct disconnect reason in p2p_sendtxrcncl.py (MacroFake)
fa590cf test: Fix intermittent issue in p2p_sendtxrcncl.py (MacroFake)
Pull request description:
Should fixbitcoin#26364
I can't reproduce this, but my guess would be that `PeerNoVerack::on_version`, which sends the `wtxidrelay` message, is executed in the event loop and thus may run after the main thread sending `msg_verack`.
Also, fix another bug.
Finally, add some `assert_debug_log` to ensure the right code branch is executed (and not some random, unrelated disconnect).
ACKs for top commit:
naumenkogs:
ACK fa3da83
Tree-SHA512: ee2988372223ea22e94e9783ef6d37114a3945991b6d60f0157917f3850fb7077c566564c3771d915ee74ab28202a3b73c6d89ddec6e2c918462db9a3c02e6cf
0 commit comments