Page MenuHomePhabricator

log improvements in p2p_compactblocks
ClosedPublic

Authored by PiRK on Jan 8 2024, 15:40.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC36642d9d2e60: log improvements in p2p_compactblocks
Summary

Removing the tabs was missed in D499
The "Running tests" log message is uneccessary. It was added by core because they had two sets of tests (pre-segwit and post-segwit)

Test Plan

ninja check-functional

Diff Detail

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

Event Timeline

PiRK requested review of this revision.Jan 8 2024, 15:40
bytesofman added inline comments.
test/functional/p2p_compactblocks.py
874 ↗(On Diff #43975)

removing this doesn't seem to be a log improvement?

878 ↗(On Diff #43975)

ditto & below

Fabien requested changes to this revision.Jan 8 2024, 19:41
Fabien added a subscriber: Fabien.
Fabien added inline comments.
test/functional/p2p_compactblocks.py
874 ↗(On Diff #43975)

The log improvements could be split apart, they are unrelated

This revision now requires changes to proceed.Jan 8 2024, 19:41
PiRK retitled this revision from remove unnecessary sync_blocks in p2p_compactblocks to log improvements in p2p_compactblocks.
PiRK edited the summary of this revision. (Show Details)

make this diff about logs only, split the other chages into a follow-up diff

This revision is now accepted and ready to land.Jan 9 2024, 09:30
This revision was automatically updated to reflect the committed changes.