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
./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 31708 Build 62912: Build Diff build-debug · build-clang-tidy · build-clang · build-diff · build-without-wallet Build 62911: arc lint + arc unit
Event Timeline
test/functional/p2p_headers_sync_with_minchainwork.py | ||
---|---|---|
68–82 | why making this complicated ? Also I generally don't like overriding the timeout, this creates flaky tests for slow machines. |