SGF-398 - Provide early support of Apache Geode (Pivotal GemFire OSS).

Additional test cleanup related to Pivotal GemFire specific features (e.g. WAN).
This commit is contained in:
John Blum
2015-05-23 14:45:42 -07:00
parent 8363d6f463
commit 6ba90d8048
10 changed files with 221 additions and 94 deletions

View File

@@ -52,9 +52,10 @@ if (project.hasProperty('platformVersion')) {
tasks.withType(Test).all {
forkEvery = 1
systemProperties['product.name'] = 'Apache Geode'
systemProperties['gemfire.disableShutdownHook'] = 'true'
systemProperties['product.name'] = 'Apache Geode'
systemProperties['org.springframework.data.gemfire.test.GemfireTestRunner.nomock'] = System.getProperty('org.springframework.data.gemfire.test.GemfireTestRunner.nomock')
systemProperties['spring.profiles.active'] = 'apache-geode'
}
// Common dependencies