This is an automated email from the ASF dual-hosted git repository.
bschuchardt pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.13 by this push:
new 367e0a1 GEODE-8144 another attempt to fix a failing test (#5172)
367e0a1 is described below
commit 367e0a1557307ab6b8ba30c5a8b8c15324f6b552
Author: Bruce Schuchardt <[email protected]>
AuthorDate: Thu May 28 14:44:58 2020 -0700
GEODE-8144 another attempt to fix a failing test (#5172)
one more test change
(cherry picked from commit 42c11640c75ae87038e07cbde3c98a3ca6b36987)
---
.../internal/cli/commands/GfshHostNameVerificationDistributedTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/geode-gfsh/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/GfshHostNameVerificationDistributedTest.java
b/geode-gfsh/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/GfshHostNameVerificationDistributedTest.java
index d8014f4..3f125a3 100644
---
a/geode-gfsh/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/GfshHostNameVerificationDistributedTest.java
+++
b/geode-gfsh/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/GfshHostNameVerificationDistributedTest.java
@@ -65,8 +65,10 @@ public class GfshHostNameVerificationDistributedTest {
final CertificateBuilder builder = new CertificateBuilder()
.commonName("locator")
.issuedBy(ca)
+ .sanDnsName(InetAddress.getLocalHost().getHostName())
.sanDnsName(InetAddress.getLoopbackAddress().getHostName())
.sanDnsName(hostname)
+ .sanIpAddress(InetAddress.getByName("127.0.0.1"))
.sanIpAddress(InetAddress.getByName("0.0.0.0"));
// the rules used by this test use "localhost" as a hostname, which
// causes it to use a non-loopback IP literal address instead of the