|
I've added a test to hibernate-infinispan that is similar to TransactionalInsertedDataTestV2.testInsertWithRollback().
The test is org.hibernate.test.cache.infinispan.functional.BasicTransactionalTestCase.testPersistEntityFlushRollbackNotInEntityCache(). After rolling back the transaction, the entity is not in the entity cache.
This test was pushed to master and 4.3.
|