Any hint on why this is failing? The most sensitive tests are the perf
tests and the JMS ones. The others should be fixable wo too much effort.
On 24 août 09, at 10:35, Hardy Ferentschik wrote:
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