node3 is not guaranteed to have finished syncing headers by the time getchaintips is first called.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rABC607be5e6570a: Fix race to check chaintips in p2p_headers_sync_with_minchainwork
./test/functional/test_runner.py p2p_headers_sync_with_minchainwork.py
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- minchainwork-race
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 31713 Build 62922: Build Diff build-diff · build-clang · build-clang-tidy · build-debug · build-without-wallet Build 62921: arc lint + arc unit
Event Timeline
test/functional/p2p_headers_sync_with_minchainwork.py | ||
---|---|---|
68–82 ↗ | (On Diff #51661) | why making this complicated ? Also I generally don't like overriding the timeout, this creates flaky tests for slow machines. |