Page MenuHomePhabricator

[backport#15646] [tests] Add test for wallet rebroadcasts
ClosedPublic

Authored by majcosta on May 4 2020, 08:24.

Details

Summary

The existing wallet_resendwallettransactions.py test only tests the
resendwallettransactions RPC. It does not test whether transactions are
actually rebroadcast, or whether the rebroadcast logic is called on a
timer.

This commit updates the test to not use the resendwallettransactions RPC and
test that transactions are rebroadcast on a timer.


This is a backport of Core PR15646

Test Plan
cmake .. -GNinja
./test/functional/test_runner.py wallet_resendwallettransactions.py

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

majcosta requested review of this revision.May 4 2020, 08:40
This revision is now accepted and ready to land.May 4 2020, 15:43