The framework is designed so that nodes are created once and can then be
started/stopped when needed. The add_nodes method should only be
called once when overriding setup_nodes or setup_network.
Doing otherwise causes a failure when trying to bind the newly
added node to the same address/port than a previous one after D3084 is landed.
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING0fa2e20dcc12: Avoid calling add_nodes multiple times in functional tests
rABC0fa2e20dcc12: Avoid calling add_nodes multiple times in functional tests
Run on Linux and OSX:
./test/functional/test_runner.py abc-high_priority_transaction.py
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable