Bruce Schuchardt created GEODE-4980:
---------------------------------------
Summary: CI failure: AutoConnectionSourceImplJUnitTest.
testServerLocationUsedInListenerNotification
Key: GEODE-4980
URL: https://issues.apache.org/jira/browse/GEODE-4980
Project: Geode
Issue Type: Bug
Components: client/server
Reporter: Bruce Schuchardt
This test failed when DNS apparently resolved "1.1.1.1" into a weird host name.
The test probably shouldn't rely on DNS resolution failures.
{noformat}
org.apache.geode.cache.client.internal.AutoConnectionSourceImplJUnitTest >
testServerLocationUsedInListenerNotification FAILED
org.junit.ComparisonFailure: expected:<1[.1.1.1]> but
was:<1[dot1dot1dot1.cloudflare-dns.com]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.apache.geode.cache.client.internal.AutoConnectionSourceImplJUnitTest.testServerLocationUsedInListenerNotification(AutoConnectionSourceImplJUnitTest.java:269)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)