Hardy Ferentschik commented on an issue
Hibernate Search / Bug HSEARCH-931
CollectionUpdateEventTest fails from the command line when run after a unit test which extends JPATestcase
The first problem was that we could not reproduce the problem and that was due to the fact that the execution order of tests varies depending on the OS. The surefire plugin has the _runOrder_ property to define the order. The default is _filesystem_ which has different results on Mac vs Linux. On Mac the tests are run in alphabetical order on Linux in "ra...