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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user