This is an automated email from the ASF dual-hosted git repository. udo pushed a commit to branch feature/GEODE-Lucene-Udo in repository https://gitbox.apache.org/repos/asf/geode.git
commit 41bbaebc0322924a3858ec0feed386cb45c5d768 Author: Udo Kohlmeyer <[email protected]> AuthorDate: Tue Apr 17 10:05:38 2018 -0700 GEODE-lucene amended tests --- .../resources/org/apache/geode/codeAnalysis/excludedClasses.txt | 1 + .../org/apache/geode/cache/lucene/test/LuceneTestUtilities.java | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/geode-core/src/test/resources/org/apache/geode/codeAnalysis/excludedClasses.txt b/geode-core/src/test/resources/org/apache/geode/codeAnalysis/excludedClasses.txt index fef1243..73f3fab 100644 --- a/geode-core/src/test/resources/org/apache/geode/codeAnalysis/excludedClasses.txt +++ b/geode-core/src/test/resources/org/apache/geode/codeAnalysis/excludedClasses.txt @@ -92,3 +92,4 @@ org/apache/geode/cache/query/internal/types/TypeUtils$ComparisonStrategy$4 org/apache/geode/cache/query/internal/types/TypeUtils$ComparisonStrategy$5 org/apache/geode/cache/client/internal/pooling/ConnectionManagerImpl$ClosedPoolConnectionList org/apache/geode/cache/query/internal/parse/ASTArithmeticOp +org/apache/geode/internal/cache/IncompatibleCacheServiceProfileException,false \ No newline at end of file diff --git a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/test/LuceneTestUtilities.java b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/test/LuceneTestUtilities.java index 091d4fe..9e7eab0 100644 --- a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/test/LuceneTestUtilities.java +++ b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/test/LuceneTestUtilities.java @@ -63,7 +63,7 @@ public class LuceneTestUtilities { public static final String CANNOT_CREATE_LUCENE_INDEX_DIFFERENT_FIELDS = "Cannot create Lucene index index on region /region with fields [field1, field2] because another member defines the same index with fields [field1]."; public static final String CANNOT_CREATE_LUCENE_INDEX_DIFFERENT_FIELDS_2 = - "Cannot create Lucene index on region /region with fields [field1] because another member defines the same index with fields [field1, field2]."; + "Cannot create Lucene index index on region /region with fields [field1] because another member defines the same index with fields [field1, field2]."; public static final String CANNOT_CREATE_LUCENE_INDEX_DIFFERENT_ANALYZERS = "Cannot create Lucene index index on region /region with analyzer StandardAnalyzer on field field2 because another member defines the same index with analyzer KeywordAnalyzer on that field."; public static final String CANNOT_CREATE_LUCENE_INDEX_DIFFERENT_ANALYZERS_1 = @@ -73,11 +73,11 @@ public class LuceneTestUtilities { public static final String CANNOT_CREATE_LUCENE_INDEX_DIFFERENT_ANALYZERS_3 = "Cannot create Lucene index index on region /region with analyzer KeywordAnalyzer on field field2 because another member defines the same index with analyzer StandardAnalyzer on that field."; public static final String CANNOT_CREATE_LUCENE_INDEX_DIFFERENT_NAMES = - "Cannot create Lucene index2 on region /region because it is not defined in another member."; + "Cannot create Lucene index index2 on region /region because it is not defined in another member."; public static final String CANNOT_CREATE_LUCENE_INDEX_DIFFERENT_INDEXES_1 = "Must create Lucene index index on region /region because it is defined in another member."; public static final String CANNOT_CREATE_LUCENE_INDEX_DIFFERENT_INDEXES_2 = - "Cannot create Lucene index2 on region /region because it is not defined in another member."; + "Cannot create Lucene index index2 on region /region because it is not defined in another member."; public static final String CANNOT_CREATE_LUCENE_INDEX_DIFFERENT_INDEXES_3 = "Cannot create Lucene index index on region /region because it is not defined in another member."; public static final String CANNOT_CREATE_LUCENE_INDEX_DIFFERENT_SERIALIZER = -- To stop receiving notification emails like this one, please contact [email protected].
