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
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
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
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:
Just a reminder that tomorrow will be beta-4. If anyone has anything that they
absolutely
-- Sent from my Palm Pre
st...@hibernate.org
http://hibernate.org
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/lis
Just a reminder that tomorrow will be beta-4. If anyone has anything that they
absolutely want to get in lets chat on irc and we can plan exact times. My
pref is to start early.
-- Sent from my Palm Pre
st...@hibernate.org
http://hibernate.org
___
hi