Michael Dodge created GEODE-4246:
------------------------------------
Summary: Remove mcast-port from build generated gemfire.properties
Key: GEODE-4246
URL: https://issues.apache.org/jira/browse/GEODE-4246
Project: Geode
Issue Type: Bug
Components: tests
Reporter: Michael Dodge
Originally from [~upthewaterspout]:
Nick and I discovered that the gradle build is generating a
{{gemfire.properties}} in the {{integrationTest}} directory (and maybe others).
This {{gemfire.properties}} contains an {{mcast-port}}.
Unfortunately, this means that all of our tests run with different properties
when run through gradle as when run through the IDE.
The default mcast port is 0, which seems like a way better default than having
all tests run with mcast enabled. We should remove this property from the build
generated gemfire.properties and fix whatever tests fail.
See {{gradlet/test.gradle}} and {{TestPropertiesWriter.groovy}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)