Page MenuHomePhabricator

[avalanche] Make a low dust threshold the default for functional tests
AbandonedPublic

Authored by sdulfari on Sep 12 2022, 16:49.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Summary

A low dust threshold simplifies the tests by not requiring coinbase UTXOs to be combined to exceed the dust threshold.
We use this same dust threshold throughout the avalanche tests, so making it a default makes sense.

Test Plan
ninja check-functional-extended

Diff Detail

Repository
rABC Bitcoin ABC
Branch
tests-default-dust
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19998
Build 39687: Build Diffbuild-debug · build-diff · build-without-wallet · build-clang · build-clang-tidy
Build 39686: arc lint + arc unit

Event Timeline

Fabien requested changes to this revision.Sep 12 2022, 18:11
Fabien added a subscriber: Fabien.

I don't think it's a good idea to have a default test parameter that differs from the node default. It's just hiding the fact that the tests use a different value for whatever reason.

This revision now requires changes to proceed.Sep 12 2022, 18:11