You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/01/29 14:44:00 UTC

[jira] [Commented] (GEODE-7736) Add a test with two members to MembershipOnlyTest

    [ https://issues.apache.org/jira/browse/GEODE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025930#comment-17025930 ] 

ASF subversion and git services commented on GEODE-7736:
--------------------------------------------------------

Commit 9de8d20fcb6a88eed670b61c05f89ec2fd5d6d80 in geode's branch refs/heads/develop from Dan Smith
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=9de8d20 ]

GEODE-7736: Remove depencies on core from MembershipOnlyTest and add two member test (#4621)

* Don't use geode-core serializer and IDM in MembershipOnlyTest

These two classes are not necessary in the MembershipOnlyTest. As part of this
change, I discovered that StaticSerialization was swizzling some class names
for old client support during serialization but not during deserialization.
Fixing that.

* Registering DSFIDS inside MembershipLocatorBuilder.create

We need the locator to register all of the necessary DSFIDs with it's
serializer when it is starting.

* Giving a separate DSFID to MemberIdentifierImpl

Using a separate DSFID for this class, rather than using the same id as
InternalDistributedMember.

*  Adding a test of two members connecting to MembershipOnlyTest


> Add a test with two members to MembershipOnlyTest
> -------------------------------------------------
>
>                 Key: GEODE-7736
>                 URL: https://issues.apache.org/jira/browse/GEODE-7736
>             Project: Geode
>          Issue Type: Improvement
>          Components: membership
>            Reporter: Dan Smith
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> This test is currently testing only a single member joining the system. 
> Add a test that two members can find eachother.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)