-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43647/#review119474
-----------------------------------------------------------



I don't think this is the correct fix for GEODE-636.  The failure was

expected:<...o6(16540:loner)<ec>:[0]:67c8047a> but 
was:<...o6(16540:loner)<ec>:[48516]:67c8047a>

showing that the port number in the cached clientMemberId was zero but it was 
48516 in the membership event.  I think this bug has already been fixed in 
c4591fa, when I fixed GEODE-841.  That commit removed the "<ec>" from the 
toString of client identifiers, which allows ClientServerTestBase.getMemberId() 
to properly wait for the client to connect to the server and establish its 
unique port number in the ID.

- Bruce Schuchardt


On Feb. 17, 2016, 10:15 a.m., Udo Kohlmeyer wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/43647/
> -----------------------------------------------------------
> 
> (Updated Feb. 17, 2016, 10:15 a.m.)
> 
> 
> Review request for geode, Bruce Schuchardt, Hitesh Khamesra, and Jianxia Chen.
> 
> 
> Repository: geode
> 
> 
> Description
> -------
> 
> GEODE-636: Removing DNS resolution for test.
> 
> 
> Diffs
> -----
> 
>   
> gemfire-core/src/test/java/com/gemstone/gemfire/management/UniversalMembershipListenerAdapterDUnitTest.java
>  c25a1db7dfdd799b88591b8b1315638eed4a6a07 
> 
> Diff: https://reviews.apache.org/r/43647/diff/
> 
> 
> Testing
> -------
> 
> UniversalMembershipListenerAdapterDUnitTest
> 
> 
> Thanks,
> 
> Udo Kohlmeyer
> 
>

Reply via email to