[
https://issues.apache.org/jira/browse/GEODE-4980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16422672#comment-16422672
]
ASF subversion and git services commented on GEODE-4980:
--------------------------------------------------------
Commit c2a06a1eef814a584970b9e1d812c59763796b09 in geode's branch
refs/heads/develop from [~bschuchardt]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c2a06a1 ]
GEODE-4980 CI failure: AutoConnectionSourceImplJUnitTest.
testServerLocationUsedInListenerNotification
Modified the test to not expect a numeric host name for an InetAddress of
"1.1.1.1". That address has been seen to resolve to a host name and when
that happened the test failed.
> 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
> Priority: Major
> Labels: flaky
>
> 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)