Page MenuHomePhabricator

Make forknotify.py more robust
ClosedPublic

Authored by matiu on Jan 18 2018, 03:54.

Details

Summary

Backport from https://github.com/bitcoin/bitcoin/commit/a4fd89fddba49c56e77f131fe95feffa8d7cf6ed

Fixes T144 / T145

(a4fd89f backported here)
(1f3d78b already backported at D972)

Test Plan

./test/functional/test_runner.py forknotify

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Jan 18 2018, 03:54
matiu retitled this revision from Fix conflicts with alertnotify to Make forknotify.py more robust.Jan 18 2018, 04:07
matiu edited the summary of this revision. (Show Details)
matiu mentioned this in T145: Port core PR10072.
deadalnix requested changes to this revision.Jan 18 2018, 14:18
deadalnix added inline comments.
test/functional/forknotify.py
50 ↗(On Diff #2577)

You missed that part. You should really use cherry pick instead of trying to reproduce the diff manually.

This revision now requires changes to proceed.Jan 18 2018, 14:18
matiu retitled this revision from Make forknotify.py more robust to Make forknotify.py more robust.

update diff with missing changes.

This revision is now accepted and ready to land.Jan 18 2018, 17:03
This revision was automatically updated to reflect the committed changes.
matiu marked an inline comment as done.