[infinispan-issues] [JBoss JIRA] (ISPN-3316) CDI Cache interceptor tests are failing while running in EAP container
Anna Manukyan (JIRA)
jira-events at lists.jboss.org
Thu Jul 11 10:51:21 EDT 2013
Anna Manukyan created ISPN-3316:
-----------------------------------
Summary: 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
Reporter: Anna Manukyan
Assignee: Mircea Markus
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.
--
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