Page MenuHomePhabricator

Fix spurious addrman test failure
ClosedPublic

Authored by Fabien on Oct 21 2018, 13:02.

Details

Summary

Depends on D1955
Backport of core PR 10429

Test Plan
./src/test/test_bitcoin -t addrman_tests

Diff Detail

Event Timeline

deadalnix requested changes to this revision.Oct 21 2018, 13:04
deadalnix added a subscriber: deadalnix.
deadalnix added inline comments.
src/test/addrman_tests.cpp
114 ↗(On Diff #5479)

Fix the layout of the comment.

This revision now requires changes to proceed.Oct 21 2018, 13:04
deadalnix requested changes to this revision.Oct 21 2018, 13:39
deadalnix added inline comments.
src/test/addrman_tests.cpp
110 ↗(On Diff #5480)

If there are tests cases missing from upstream, please backport them instead of renumbering it all (which will make everything harder to backport.

114 ↗(On Diff #5480)

I mean the extra spaces.

This revision now requires changes to proceed.Oct 21 2018, 13:39
Fabien marked an inline comment as done.Oct 21 2018, 13:47
Fabien added inline comments.
src/test/addrman_tests.cpp
110 ↗(On Diff #5480)

There is none, core removed test numbering. Would you like me to also remove then ?

Removed extra leading space in comments

Avoid refactoring comments when doing a backport

Rebase to clean the stack

deadalnix requested changes to this revision.Oct 21 2018, 19:23
deadalnix added inline comments.
src/test/addrman_tests.cpp
114 ↗(On Diff #5485)

This change was part of that PR. There is still something that isn't right.

This revision now requires changes to proceed.Oct 21 2018, 19:23
This revision is now accepted and ready to land.Oct 21 2018, 19:53
This revision was automatically updated to reflect the committed changes.