On Sun, 23 Aug 2009 12:33:05 +0200, Emmanuel Bernard
<emmanuel(a)hibernate.org> wrote:
Hibernate Search test suite used to run in about 2 mins. Now it runs
in a solid 7 minutes. Can we get that number back?
The problem is that in forkMode=once some of the tests are failing -
LazyCollectionsUpdatingTest
and EmbeddedTest. The tests themselves are ok. The problem is some
interdependency between previous tests.
For the sake of a consistent build (including a stable Hudson build) we
set the fork mode to 'perTest'.
--Hardy