Page MenuHomePhabricator

test: Use MiniWallet in mempool_limit.py
ClosedPublic

Authored by Fabien on Fri, Jun 28, 14:14.

Details

Reviewers
roqqit
Group Reviewers
Restricted Project
Commits
rABC4cd082c7e3b5: test: Use MiniWallet in mempool_limit.py
Summary
This PR enables running another non-wallet functional test even when the wallet is disabled thanks to the MiniWallet, i.e. it can be run even when bitcoin-core is compiled with --disable-wallet.

Backport of core#22543.

Depends on D16385.

Test Plan

With no wallet:

./test/functional/test_runner.py mempool_limit.py

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Fri, Jun 28, 14:14
roqqit requested changes to this revision.Fri, Jun 28, 17:12
roqqit added a subscriber: roqqit.
roqqit added inline comments.
test/functional/mempool_limit.py
88 ↗(On Diff #48406)

this line is duplicated below

This revision now requires changes to proceed.Fri, Jun 28, 17:12
test/functional/mempool_limit.py
88 ↗(On Diff #48406)

Good catch

This revision is now accepted and ready to land.Fri, Jun 28, 19:01
This revision was landed with ongoing or failed builds.Fri, Jun 28, 19:10
This revision was automatically updated to reflect the committed changes.