[
https://issues.apache.org/jira/browse/GEODE-7029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16897531#comment-16897531
]
ASF subversion and git services commented on GEODE-7029:
--------------------------------------------------------
Commit 671ba75cefeda953e393a43c86094704c9c8f79c in geode's branch
refs/heads/develop from Ryan McMahon
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=671ba75 ]
GEODE-7029: More robust INetAddress retrieval for revocation
> PersistentPartitionedRegionDistributedTest.missingDiskStoreCanBeRevokedBeforeStartingServer()
> test can fail if loopback address is returned by INetAddress.getLocalHost()
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-7029
> URL: https://issues.apache.org/jira/browse/GEODE-7029
> Project: Geode
> Issue Type: Bug
> Components: tests
> Reporter: Ryan McMahon
> Assignee: Ryan McMahon
> Priority: Major
> Labels: GeodeCommons
> Time Spent: 40m
> Remaining Estimate: 0h
>
> It is possible that the INetAddress.getLocalHost() calls in the
> PersistentPartitionedRegionDistributedTest.missingDiskStoreCanBeRevokedBeforeStartingServer()
> test can return the loopback address depending on which network interfaces
> are available and the test machines /etc/hosts configuration. This causes
> the test to fail because the persistent member revoke pattern won't match and
> therefore the expected RevokeFailedException is not thrown. We should make
> the logic more robust so that the test isn't as dependent on environment.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)