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
- Branch
- apv-flaky-stall-check-start
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 19729 Build 39177: Build Diff build-without-wallet · build-diff · build-debug · build-clang · build-clang-tidy Build 39176: arc lint + arc unit
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. |