mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-28 14:59:22 +01:00
fa310cc6f4test: Fix intermittent issue in p2p_orphan_handling.py (MarcoFalke) Pull request description: The test may fail intermittently when the `net` thread is lagging while calling `DeleteNode`. This may result in a split `getdata`, meaning that `peer2.wait_for_parent_requests([int(parent_peekaboo_AB["txid"], 16), int(parent_missing["txid"], 16)])` fails. Fix it by adding a sync on the `net` thread. Fixes #31700 ACKs for top commit: mzumsande: Code Review ACKfa310cc6f4Tree-SHA512: e4a58093ab5b9e280c479b845fecb5d228e65519ea3dc2111b393202225fd0feded423e8812452454b6b9348cb37a9c1b01b9d1b1802e9f4aa76b9e56b4b54ef
46 KiB
Executable File
46 KiB
Executable File