You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2019/02/12 00:34:00 UTC

[jira] [Created] (GEODE-6392) InternalDistributedSystem validateSameProperties failure message is missing a line separator

Kirk Lund created GEODE-6392:
--------------------------------

             Summary: InternalDistributedSystem validateSameProperties failure message is missing a line separator
                 Key: GEODE-6392
                 URL: https://issues.apache.org/jira/browse/GEODE-6392
             Project: Geode
          Issue Type: Bug
            Reporter: Kirk Lund


When validateSameProperties fails, the error message should contain a line separator before each property name/value pair, but the first one is missing the separator.

{noformat}
org.apache.geode.internal.cache.eviction.LRUListWithAsyncSortingIntegrationTest > testEvicted FAILED
    java.lang.IllegalStateException: A connection to a distributed system already exists in this VM.  It has the following configuration:  ack-severe-alert-threshold="0"
      ack-wait-threshold="15"
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)