mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-13 00:00:23 +02:00
test: Fix intermittent issue in p2p_orphan_handling.py
This commit is contained in:
@@ -789,6 +789,7 @@ class OrphanHandlingTest(BitcoinTestFramework):
|
||||
# Disconnect peer1. peer2 should become the new candidate for orphan resolution.
|
||||
peer1.peer_disconnect()
|
||||
self.wait_until(lambda: node.num_test_p2p_connections() == 1)
|
||||
peer2.sync_with_ping() # Sync with the 'net' thread which completes the disconnection fully
|
||||
node.bumpmocktime(TXREQUEST_TIME_SKIP)
|
||||
self.wait_until(lambda: len(node.getorphantxs(verbosity=2)[0]["from"]) == 1)
|
||||
# Both parents should be requested, now that they are both missing.
|
||||
|
||||
Reference in New Issue
Block a user