HomePhabricator

[qa] Another attempt to fix race condition in p2p-compactblocks.py
6976db2f4687Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

[qa] Another attempt to fix race condition in p2p-compactblocks.py

sync_with_ping() only guarantees that the node has processed messages
it's received from the peer, not that block announcements from the node have
made it back to the peer. Replace sync_with_ping() with an explicit check that
the node's tip has been announced.

Details

Provenance
Suhas Daftuar <sdaftuar@gmail.com>Authored on Oct 4 2016, 19:17
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGa7e5cbb209d4: Merge #8856: Globals: Decouple GetConfigFile and ReadConfigFile from global…
Branches
Unknown
Tags
Unknown

Event Timeline

Suhas Daftuar <sdaftuar@gmail.com> committed rSTAGING6976db2f4687: [qa] Another attempt to fix race condition in p2p-compactblocks.py (authored by Suhas Daftuar <sdaftuar@gmail.com>).Oct 4 2016, 19:17