DATAGEODE-187 - Fixup test to ensure consistent configuration of the Apache Geode DistributedSystem between the Cache and Locator instances.

This commit is contained in:
John Blum
2019-05-13 00:32:44 -07:00
parent 2f99f6ac4b
commit 3a7093f6ef

View File

@@ -82,6 +82,7 @@ public class LocatorApplicationIntegrationTests {
.set("jmx-manager", distributedSystemProperties.getProperty("jmx-manager"))
.set("locators", distributedSystemProperties.getProperty("locators"))
.set("log-file", distributedSystemProperties.getProperty("log-file"))
.set("log-level", distributedSystemProperties.getProperty("log-level"))
.create();
assertThat(peerCache).isNotNull();