Kirk, I think it already has those assertions, but I think you're correct to delete the toString() based checks.

Le 2/10/2017 à 11:25 AM, Kirk Lund a écrit :
UniversalMembershipListenerAdapterDUnitTest is failing because the
assertion is incorrect. It asserts that the MembershipEvent.getMemberId()
is equal to DistributedMember.toString(). It should instead assert that
MembershipEvent.getMemberId() is equal to DistributedMember.getId().

I'll be committing a fix soon.


On Fri, Feb 10, 2017 at 9:08 AM, Kirk Lund <kl...@apache.org> wrote:

Nightly build hasn't passed in a looonnngg time...

https://builds.apache.org/job/Geode-nightly/744/testReport/

These two tests continue to fail in the geode nightly build:

org.apache.geode.management.JMXMBeanDUnitTest.testJMXOverNonSSL
org.apache.geode.management.UniversalMembershipListenerAdapterDUnitTest.
testSystemClientEventsInServer

JMXMBeanDUnitTest fails because it finds a non-JRMP server at the JMX RMI
server port.

UniversalMembershipListenerAdapterDUnitTest fails because it finds a
non-IP address host name for a member.

I'm not fixing these because I don't know what's causing this. They pass
for me. Any ideas or input from others?


Reply via email to