Page MenuHomePhabricator

test: add rpc_fundrawtransaction logging
ClosedPublic

Authored by PiRK on Nov 2 2020, 10:33.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABCef8e11aa8f9c: test: add rpc_fundrawtransaction logging
Summary

test/functional/rpc_fundrawtransaction.py is fairly long to run and has no logging, so it can appear to be stalled.

This commit adds info logging at each test to provide feedback on the test run.

This is a backport of Core PR17327 [1/2]
https://github.com/bitcoin/bitcoin/pull/17327/commits/94fcc08541cf58bee864ab7c28a6c77e42472f17

Test Plan

ninja && test/functional/test_runner.py rpc_fundr*

While the test is running, in another terminal:
tail -f test/tmp/test_runner_₿₵_🏃_20201102_112740/rpc_fundrawtransaction_475/test_framework.log

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Nov 2 2020, 10:33
PiRK requested review of this revision.Nov 2 2020, 10:33
PiRK edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Nov 2 2020, 17:13
This revision was automatically updated to reflect the committed changes.
PiRK edited the summary of this revision. (Show Details)