| If you run org.hibernate.test.insertordering.InsertOrderingWithBidirectionalManyToMany with order_inserts set to false, it fails. Discovered while trying to create test cases for
HHH-12074 Resolved and
HHH-12086 Open . Seems to me that ALL tests should succeed whether order_inserts is true or false – if not, then either there's a bug in the test or a bug in the implementation. I'll provide a pull request with a test case. |