SGF-414 - Resolve incompatibility between the DistributedSystem created by the PoolFactoryBean and the DistributedSystem resolved by the ClientCacheFactoryBean when SSL is configured.
(cherry picked from commit 4f2eb221636971ed640ff4cb589f54e1207603d1) Signed-off-by: John Blum <jblum@pivotal.io>
This commit is contained in:
@@ -54,8 +54,9 @@ if (project.hasProperty('platformVersion')) {
|
||||
tasks.withType(Test).all {
|
||||
forkEvery = 1
|
||||
systemProperties['gemfire.disableShutdownHook'] = 'true'
|
||||
systemProperties['product.name'] = 'Apache Geode'
|
||||
systemProperties['javax.net.ssl.keyStore'] = System.getProperty('user.dir') + '/src/test/resources/trusted.keystore'
|
||||
systemProperties['org.springframework.data.gemfire.test.GemfireTestRunner.nomock'] = System.getProperty('org.springframework.data.gemfire.test.GemfireTestRunner.nomock')
|
||||
systemProperties['product.name'] = 'Apache Geode'
|
||||
systemProperties['spring.profiles.active'] = 'apache-geode'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user