[infinispan-issues] [JBoss JIRA] (ISPN-3316) CDI Cache interceptor tests are failing while running in EAP container

Mircea Markus (JIRA) issues at jboss.org
Mon Mar 31 12:12:13 EDT 2014


     [ https://issues.jboss.org/browse/ISPN-3316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mircea Markus updated ISPN-3316:
--------------------------------

    Labels: 620 630  (was: 620)

    
> CDI Cache interceptor tests are failing while running in EAP container
> ----------------------------------------------------------------------
>
>                 Key: ISPN-3316
>                 URL: https://issues.jboss.org/browse/ISPN-3316
>             Project: Infinispan
>          Issue Type: Bug
>          Components: CDI Integration
>    Affects Versions: 5.3.0.Final, 6.0.0.Final
>            Reporter: Anna Manukyan
>            Assignee: Galder ZamarreƱo
>              Labels: 620, 630
>             Fix For: 6.0.1.Final, 7.0.0.Alpha1
>
>
> While migration of the CDI related tests to work under EAP container (at the moment using 6.0.GA), it was found that the tests related to interceptors are failing. The issue relates to 
> org.infinispan.cdi.test.interceptor.CachePutInterceptorTest, org.infinispan.cdi.test.interceptor.CacheRemoveAllInterceptorTest, org.infinispan.cdi.test.interceptor.CacheRemoveInterceptorTest, org.infinispan.cdi.test.interceptor.CacheResultInterceptorTest. 
> The failure relates to assertions. The thing is that all actions which are done using javax.cache.cache-api annotations, work properly (I've added some logs e.g. in CachePutInterceptor, and it shows that the data is put to the cache properly).
> But later when the test wants to verify that the data is really put to the data, retrieves the cache from the injected CacheContainer, the cache is empty - the data is not there. 
> The issue appeared since the latest changes to the Infinispan-CDI module, and split to infinispan-jcache module. For the previous version, the tests are passed under EAP container. 
> The example above was given for the CachePutInterceptorTest, but the same refers to the rest of them. 
> The git repo for the sources, will be provided later. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the infinispan-issues mailing list