-
Bug
-
Resolution: Obsolete
-
Major
-
JDG 7.0.0 ER7
-
None
The test testRemoteQueries() defined at
https://github.com/pzapataf/infinispan-tests/blob/master/src/test/java/InfinispanRemote.java
don't work if the cache is defined by inheriting from the configuration template 'indexed' as:
<distributed-cache name="CACHE_SEARCH" configuration="indexed"/>
However, the same test works in the following scenarios:
1. Configuration is fully defined in cache:
<distributed-cache name="CACHE_FROM_SCRATCH" mode="SYNC">
<security/>
<indexing index="ALL" auto-config="true"/>
</distributed-cache>
2. A non indexed cache is used, inheriting from 'default':
<distributed-cache name="CACHE_NO_INDEXED" configuration="default"/>
This might be related to https://issues.jboss.org/browse/JDG-315
- relates to
-
JDG-315 Indexing properties should be stored in a distinct subresource to ease configuration inheritance
-
- Closed
-