Changing the forkMode to once actually caused some failures, but not the
ones I expected.
The packages might not be a problem after all in this case. Either way it
needs further
investigation:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4845
--Hardy
On Tue, 26 Jan 2010 10:
Here is another line of thought... I have to assume these test packages
do not really change often. So why not check them into svn?
On Tue, 2010-01-26 at 10:09 -0300, Hardy Ferentschik wrote:
> As you already say the forking is needed for the packaged tests. The only
> solution I can think abo
As you already say the forking is needed for the packaged tests. The only
solution I can think about
is to split these tests out. Effectively we would have two sets of tests
then. All the "normal" unit
tests (even though Steve would probably say that our unit tests are really
integration test
Hi Maven gurus,
Is there a way to make mvn test runs faster for entitymanager?
It seems that the vm is forked for every test. While I understand the need for
the "packaging" tests, most tests don't require such forking and could be
executed much faster.
I don't know if that's possible but that w