mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 17:15:02 +00:00
* reduce number of setups (@Before -> @BeforeClassOnce) * remove sleeps related to JGroups flush (issue in a 6+ years old version) * do not create new cache manager in CollectionRegionAccessStrategyTest#doPutFromLoadRemoveDoesNotProduceStaleDataInvalidation * Share cache manager in some tests * Replace system time with mocked time service where possible * Replace sleeps with synchronization * Disabled ConcurrentWriteTest.testMany (this is a stress test)