Page MenuHomePhabricator

Add a context for running the p2p_tx_download test
ClosedPublic

Authored by Fabien on May 25 2021, 12:34.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC47e71e41159e: Add a context for running the p2p_tx_download test
Summary

Since transactions and proof relaying will have very close features,
most of the tests can be used for testing boths. This diff creates a
context object which will contain all the tx/proof only elements so the
tests can be used against both kind of inventory while keeping the logic
unchanged. As a first step, the networking constants are added to the
context. More will be added later until completion.

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

Diff Detail

Repository
rABC Bitcoin ABC
Branch
p2p_inv_download_constants
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15797
Build 31494: Build Diffbuild-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang
Build 31493: arc lint + arc unit