If the node registers the proof too slowly, it's possible for the stale check to complete
all 5 retries before polling has even started. This is rarity, but may be one of the root
causes of flakiness that we're seeing on CI.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABCc3de9a21195e: [avalanche] Verify that polling has started on an item before verifying that it…
./test/functional/test_runner.py abc_p2p_avalanche_proof_voting
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
test/functional/abc_p2p_avalanche_proof_voting.py | ||
---|---|---|
252 ↗ | (On Diff #34511) | Please apply the same fix here as the same issue might occur |
test/functional/abc_p2p_avalanche_proof_voting.py | ||
---|---|---|
252 ↗ | (On Diff #34511) | This doesn't have the same issue because the test already waits until the proof is accepted before getting here. |