Page MenuHomePhabricator

Remove extra mockscheduler call in abc_p2p_getavaaddr
ClosedPublic

Authored by Fabien on Wed, Feb 19, 17:01.

Details

Reviewers
roqqit
Group Reviewers
Restricted Project
Commits
rABC2a1c960435b6: Remove extra mockscheduler call in abc_p2p_getavaaddr
Summary

The scheduler is already mocked repeatidily to ensure the expected condition is met. Calling it one more time might change the status and break the expectation, causing the test to fail.

Test Plan
./test/functional/test_runner.py abc_p2p_getavaaddr

Diff Detail

Repository
rABC Bitcoin ABC
Branch
abc_p2p_getavaaddr_extra_mocktime
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32420
Build 64329: Build Diffbuild-without-wallet · build-clang · build-clang-tidy · build-diff · build-debug
Build 64328: arc lint + arc unit