You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dave Barnes (Jira)" <ji...@apache.org> on 2020/09/10 15:54:06 UTC

[jira] [Closed] (GEODE-7900) GfshHostNameVerificationDistributedTest > expectConnectionFailureWhenNoHostNameInLocatorKey failing on Windows

     [ https://issues.apache.org/jira/browse/GEODE-7900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Barnes closed GEODE-7900.
------------------------------

> GfshHostNameVerificationDistributedTest > expectConnectionFailureWhenNoHostNameInLocatorKey failing on Windows
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-7900
>                 URL: https://issues.apache.org/jira/browse/GEODE-7900
>             Project: Geode
>          Issue Type: Bug
>          Components: configuration, membership
>            Reporter: Bill Burcham
>            Assignee: Dan Smith
>            Priority: Major
>             Fix For: 1.13.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> failures in these two tests e.g. here https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/IntegrationTestOpenJDK11/builds/1613:
> {code}
> org.apache.geode.management.internal.cli.commands.GfshHostNameVerificationDistributedTest > expectConnectionFailureWhenNoHostNameInLocatorKey FAILED
>     java.lang.AssertionError: 
>     Expecting:
>      <"Duplicated server name of type 0
>     ">
>     to contain:
>      <"Unable to form SSL connection"> 
>         at org.apache.geode.test.junit.assertions.CommandResultAssert.containsOutput(CommandResultAssert.java:87)
>         at org.apache.geode.management.internal.cli.commands.GfshHostNameVerificationDistributedTest.validateGfshConnection(GfshHostNameVerificationDistributedTest.java:163)
>         at org.apache.geode.management.internal.cli.commands.GfshHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInLocatorKey(GfshHostNameVerificationDistributedTest.java:117)
> org.apache.geode.management.internal.cli.commands.GfshHostNameVerificationDistributedTest > expectConnectionFailureWhenWrongHostNameInLocatorKey FAILED
>     java.lang.AssertionError: 
>     Expecting:
>      <"Duplicated server name of type 0
>     ">
>     to contain:
>      <"Unable to form SSL connection"> 
>         at org.apache.geode.test.junit.assertions.CommandResultAssert.containsOutput(CommandResultAssert.java:87)
>         at org.apache.geode.management.internal.cli.commands.GfshHostNameVerificationDistributedTest.validateGfshConnection(GfshHostNameVerificationDistributedTest.java:163)
>         at org.apache.geode.management.internal.cli.commands.GfshHostNameVerificationDistributedTest.expectConnectionFailureWhenWrongHostNameInLocatorKey(GfshHostNameVerificationDistributedTest.java:128)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)