The datadir's default config file from the test framework always adds a binding to 127.0.0.1 which is not what the test is expecting.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABCa8e8f277059d: [chronik] Make chronik_serve bind once to the same ip
./test/functional/test_runner.py chronik_serve
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- chronik_serve_single
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 27927 Build 55404: Build Diff build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang Build 55403: arc lint + arc unit
Event Timeline
Comment Actions
The datadir always adds a binding to 127.0.0.1 which is not what the test is expecting.
-"datadir" +"test framework" or +"config file" ?