This test occasionally fails when UpdatedBlockTip has been queued but not yet called, resulting in the proof still returning as not orphaned during the getrawavalancheproof call.
Details
Details
- Reviewers
PiRK Fabien - Group Reviewers
Restricted Project - Commits
- rABC7d9f34c53fd1: [avalanche] Fix flaky checks after orphaning a valid proof
for i in {1..20} ; do ./test/functional/test_runner.py abc_rpc_avalancheproof.py ; done
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- fix-flaky-rpc-avaproof
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 19614 Build 38947: Build Diff build-clang-tidy · build-diff · build-debug · build-without-wallet · build-clang Build 38946: arc lint + arc unit
Event Timeline
test/functional/abc_rpc_avalancheproof.py | ||
---|---|---|
492 ↗ | (On Diff #34319) | I think you want to use node.syncwithvalidationinterfacequeue() |