Page MenuHomePhabricator

Fix an occasional failure in abc_p2p_fullblocktest
ClosedPublic

Authored by Fabien on Sep 21 2022, 17:13.

Details

Reviewers
sdulfari
Group Reviewers
Restricted Project
Commits
rABC248963c07738: Fix an occasional failure in abc_p2p_fullblocktest
Summary

The last action of the test is to submit a lare block by RPC. The node will attempt to relay that block to its peers which can cause a shutdown timeout on slow machines. Disconnecting the peers before calling the RPC should fix it.

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

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fix_abc_p2p_fullblocktests
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20111
Build 39909: Build Diffbuild-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang
Build 39908: arc lint + arc unit