[
https://issues.apache.org/jira/browse/GEODE-7172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16958402#comment-16958402
]
ASF subversion and git services commented on GEODE-7172:
--------------------------------------------------------
Commit d99cf75c90350b788f022b38390b142cfc2de863 in geode's branch
refs/heads/develop from Ernie Burghardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d99cf75 ]
GEODE-7172: Initial work to break TcpServer dependencies on geode-core. (#4211)
- Created an ArchUnit test that TcpServer only depends on geode-serialization
and geode-logging. This test currently has many TODOs, which represent
dependencies that need to be broken.
> Add ArchUnit test to break TCPServer dependencies on geode-core
> ---------------------------------------------------------------
>
> Key: GEODE-7172
> URL: https://issues.apache.org/jira/browse/GEODE-7172
> Project: Geode
> Issue Type: Test
> Components: membership, tests
> Reporter: Ryan McMahon
> Assignee: Ernest Burghardt
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> We would like to shift responsibilities of running the TCPServer which
> handles PeerRequestMessages from the Locator to the membership module. This
> is a step towards being able to run membership tests in isolation from the
> rest of geode-core.
> A first step is to write an ArchUnit test which will highlight dependencies
> from the tcpserver package to the rest of geode-core. After the test is
> written, we can work through breaking all of the undesired dependencies.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)