[infinispan-issues] [JBoss JIRA] (ISPN-8335) Lingering end invalidation messages
Galder Zamarreño (JIRA)
issues at jboss.org
Fri Sep 22 10:27:00 EDT 2017
Galder Zamarreño created ISPN-8335:
--------------------------------------
Summary: Lingering end invalidation messages
Key: ISPN-8335
URL: https://issues.jboss.org/browse/ISPN-8335
Project: Infinispan
Issue Type: Bug
Components: Hibernate Cache
Affects Versions: 9.1.1.Final
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Some random failures in Hibernate 2LC still lingering. I've not seen this in CI, but happened in a looped run to try to replicate ISPN-8318:
{code}
[ERROR] Tests run: 180, Failures: 1, Errors: 0, Skipped: 18, Time elapsed: 13.855 s <<< FAILURE! - in org.infinispan.test.hibernate.cache.entity.EntityRegionAccessStrategyTest
[ERROR] testRemoveAll[non-JTA, INVALIDATION_SYNC,AccessType[transactional]](org.infinispan.test.hibernate.cache.entity.EntityRegionAccessStrategyTest) Time elapsed: 0.013 s <<< FAILURE!
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at org.infinispan.test.hibernate.cache.AbstractRegionAccessStrategyTest.evictOrRemoveAllTest(AbstractRegionAccessStrategyTest.java:583)
at org.infinispan.test.hibernate.cache.AbstractRegionAccessStrategyTest.testRemoveAll(AbstractRegionAccessStrategyTest.java:495)
{code}
It appears to be the result of an end invalidation from a putFromLoad test that lingers and ends up affecting {{evictOrRemoveAllTest}} method.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list