|
I built the https://github.com/rvansa/hibernate-orm/tree/HHH-10163 change with the ORM 5.0 branch and ran against WildFly master branch.
I see failure:
testEvictQueryCache(org.jboss.as.test.integration.jpa.secondlevelcache.JPA2LCTestCase) Time elapsed: 2.05 sec <<< FAILURE! java.lang.AssertionError: Expected 1 miss in cache(hitCount=1, missCount=0, putCount=0). expected:<1> but was:<0> at org.junit.Assert.fail(Assert.java:88) at org.jboss.as.test.integration.jpa.secondlevelcache.JPA2LCTestCase.testEvictQueryCache(JPA2LCTestCase.java:250)
|