Re: [hibernate-dev] Hibernate EntityManager test speed

2010-01-26 Thread Hardy Ferentschik
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:

Re: [hibernate-dev] Hibernate EntityManager test speed

2010-01-26 Thread Steve Ebersole
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

Re: [hibernate-dev] Hibernate EntityManager test speed

2010-01-26 Thread Hardy Ferentschik
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