Page MenuHomePhabricator

Rename seeder_tests to p2p_messaging_tests
ClosedPublic

Authored by nakihito on Mar 2 2020, 22:58.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rSTAGINGd50368de0819: Rename seeder_tests to p2p_messaging_tests
rABCd50368de0819: Rename seeder_tests to p2p_messaging_tests
Summary

seeder_tests is vague and does not properly describe what is being
tested. p2p_messaging_tests better describes what is being
tested.

Test Plan
make check
ninja check
ninja check-bitcoin-seeder

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Mar 2 2020, 22:58
jasonbcox requested changes to this revision.Mar 2 2020, 23:42
jasonbcox added a subscriber: jasonbcox.

message_processing_tests is a clear artifact from the code that doesn't actually tell us much, but does raise questions. What kind of messages? What "processing" is going on? Why not something like p2p_message_tests? It answers the first question, although the second is not really that interesting since again, that part is an artifact from the implementation.

This revision now requires changes to proceed.Mar 2 2020, 23:42

message_processing_tests -> p2p_messaging_tests.

nakihito retitled this revision from Rename seeder_tests to message_processing_tests to Rename seeder_tests to p2p_messaging_tests.Mar 3 2020, 18:09
nakihito edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Mar 3 2020, 18:11
This revision was automatically updated to reflect the committed changes.