Ryan McMahon created GEODE-7029:
-----------------------------------
Summary:
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
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)