You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bill Burcham (Jira)" <ji...@apache.org> on 2020/03/23 18:52:00 UTC

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

Bill Burcham created GEODE-7900:
-----------------------------------

             Summary: GfshHostNameVerificationDistributedTest > expectConnectionFailureWhenNoHostNameInLocatorKey failing on Windows
                 Key: GEODE-7900
                 URL: https://issues.apache.org/jira/browse/GEODE-7900
             Project: Geode
          Issue Type: Bug
          Components: configuration
            Reporter: Bill Burcham


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)