Github user mikemartell commented on a diff in the pull request: https://github.com/apache/geode/pull/375#discussion_r98816820 --- Diff: src/clicache/integration-test/CacheHelperN.cs --- @@ -1877,7 +1878,7 @@ public static int getBaseLocatorPort() } try { - TextWriter tw = new StreamWriter(Directory.GetCurrentDirectory() + "\\" + startDir + "\\gemfire.properties", false); + TextWriter tw = new StreamWriter(Directory.GetCurrentDirectory() + "\\" + startDir + "\\geode.properties", false); --- End diff -- This is an output properties file created by the tests and is OK to call geode.properties. Thanks for checking though.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---