[JBoss JIRA] (ISPN-8791) Add cache store tests
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-8791?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-8791:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.0.CR3
Resolution: Done
> Add cache store tests
> ---------------------
>
> Key: ISPN-8791
> URL: https://issues.jboss.org/browse/ISPN-8791
> Project: Infinispan
> Issue Type: Task
> Components: Test Suite - Core
> Affects Versions: 9.2.0.CR2
> Reporter: Vojtech Juranek
> Assignee: Vojtech Juranek
> Fix For: 9.2.0.CR3
>
>
> Add tests for cache stores which fetch data from cache store via {{cache.entrySet()}} and for restart of cache with eviction (memory limit) and preload is turned on.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (ISPN-8808) RemoteCacheManagerAdmin should return always a RemoteCache
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-8808?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-8808:
----------------------------------
Status: Open (was: New)
> RemoteCacheManagerAdmin should return always a RemoteCache
> ----------------------------------------------------------
>
> Key: ISPN-8808
> URL: https://issues.jboss.org/browse/ISPN-8808
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Diego Lovison
> Assignee: Galder Zamarreño
>
> After [ISPN-8808|https://issues.jboss.org/browse/ISPN-8808], we can create a cache using a configuration in the client side.
> In this case, when creating a cache with the configuration, RemoteCacheManagerAdmin is returning a BasicCache.
> The only way to get the RemoteCache is doing the following
> {code:java}
> BasicCache<String, String> cache = cacheManager.administration()
> .withFlags(CacheContainerAdmin.AdminFlag.PERMANENT)
> .getOrCreateCache("test-5", config.build());
> RemoteCache<String, String> remoteCache = cacheManager.getCache("test-5");
> MyListener myListener = new MyListener();
> remoteCache.addClientListener(myListener);
> {code}
> It will be good if RemoteCacheManagerAdmin always return a RemoteCache
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month