When upgrading ORM to current master (5.2.11-SNAPSHOT), the CollectionUpdateEventTest.testWithClassBridge test fails with:
testWithClassBridge(org.hibernate.search.test.engine.optimizations.CollectionUpdateEventTest) Time elapsed: 0.103 sec <<< FAILURE! java.lang.AssertionError: catalogItems should have been initialized at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at org.hibernate.search.test.engine.optimizations.CollectionUpdateEventTest.testScenario(CollectionUpdateEventTest.java:100) at org.hibernate.search.test.engine.optimizations.CollectionUpdateEventTest.testWithClassBridge(CollectionUpdateEventTest.java:51)
git bisect says it is related to this commit: https://github.com/hibernate/hibernate-orm/commit/4235d756107d00bd4007c53eaa8d85fd1382cc55 |