Page MenuHomePhabricator

Introduce combine_logs.py to combine log files from multiple bitcoinds.
ClosedPublic

Authored by matiu on Jan 22 2018, 20:10.

Details

Summary

This commit adds a tool for combining log files from multiple instances
of bitcoinds as well as the test_framework.log file. This gives a
combined view of what the test framework and all bitcoin instances were
doing during a qa test.

Python functional tests should log in UTC

bitcoind logs use UTC. Python functional tests should also log in UTC.

Core Backport PR10017

Solves T141

Test Plan

test/functional/test_runner.py
then, grab t A=<Temporary test directory>, and run:
test/functional/combine_logs.py $A/fundrawtransaction.py --color # for example

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jan 22 2018, 20:47
This revision was automatically updated to reflect the committed changes.
Unknown Object (User) added a subscriber: Unknown Object (User).Jun 2 2020, 05:01
This comment was removed by Fabien.
Unknown Object (User) added a subscriber: Unknown Object (User).May 11 2022, 05:57
This comment was removed by Fabien.