From 0df3ae6bf324fe531dc9aa8e9218e28193f6522e Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 22 Jul 2022 12:34:15 -0700 Subject: [PATCH] Set SD Cassandra Schema Action to 'none' in the Inline Caching with Apache Cassandra Integration Tests. --- .../resources/application-inline-caching-cassandra.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-project/spring-geode/src/test/resources/application-inline-caching-cassandra.properties b/spring-geode-project/spring-geode/src/test/resources/application-inline-caching-cassandra.properties index 6f7ca387..de2c5008 100644 --- a/spring-geode-project/spring-geode/src/test/resources/application-inline-caching-cassandra.properties +++ b/spring-geode-project/spring-geode/src/test/resources/application-inline-caching-cassandra.properties @@ -1,5 +1,5 @@ # Spring Boot application.properties for Apache Cassandra configuration of Inline Caching spring.data.cassandra.keyspace-name=CustomerService -spring.data.cassandra.schema-action=recreate spring.data.cassandra.local-datacenter=datacenter1 +spring.data.cassandra.schema-action=none