Backport of core PR11677
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGf213a7c26c78: qa: Remove unused NodeConn members
rABCf213a7c26c78: qa: Remove unused NodeConn members
./test/functional/test_runner.py --extended
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- PR11677
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4591 Build 7245: Bitcoin ABC Buildbot (legacy) Build 7244: arc lint + arc unit
Event Timeline
Comment Actions
You should rebase this on top of something clean. The CI failed for something that looks unrelated to that patch.
The patch itself looks good. The fact that the changes were limited to abc tests illustrates that we probably aren't doing what's best in these and other tests use an alternative to achieve the same end goal. It would be interesting to look into what that alternative is.
Comment Actions
The CI seems to have some trouble, it failed to fetch the diff.
It's likely that the abc-* tests here can be improved, I put it on my todo list but I prefer to do it in a later diff.