[hibernate-dev] Hibernate Search test suite
Hardy Ferentschik
hibernate at ferentschik.de
Mon Aug 24 04:35:27 EDT 2009
On Sun, 23 Aug 2009 12:33:05 +0200, Emmanuel Bernard
<emmanuel at 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
More information about the hibernate-dev
mailing list