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
Lint
Lint Not Applicable
Unit
Tests Not Applicable