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)