Re: [hibernate-dev] Hibernate Search test suite

2009-08-24 Thread Steve Ebersole
Also note that JUnit explicitly does not support this. TestNG *can* but you have to explicitly tell it about the dependency from one test to the next. On Mon, 2009-08-24 at 09:16 -0500, Steve Ebersole wrote: > If tests rely on the state from previous tests, that's a bad setup. The > issue we hav

Re: [hibernate-dev] Hibernate Search test suite

2009-08-24 Thread Steve Ebersole
If tests rely on the state from previous tests, that's a bad setup. The issue we have seen is that the tests can be run in different orders based on the jvm used. On Mon, 2009-08-24 at 13:18 +0200, Emmanuel Bernard wrote: > Any hint on why this is failing? The most sensitive tests are the > perf

Re: [hibernate-dev] Hibernate Search test suite

2009-08-24 Thread Emmanuel Bernard
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 > wrote: > >> Hibernate Search test suite use

Re: [hibernate-dev] Hibernate Search test suite

2009-08-24 Thread Hardy Ferentschik
On Sun, 23 Aug 2009 12:33:05 +0200, Emmanuel Bernard 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 Embedde

Re: [hibernate-dev] IndexWriterSetting.use_compound_file

2009-08-24 Thread Emmanuel Bernard
Nevermind, parseVal does that it seems. On 24 août 09, at 09:32, Emmanuel Bernard wrote: > Why does it takes 0 and 1? couldn't we accept true/false? > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/lis

Re: [hibernate-dev] Feedback on Infinispan patch

2009-08-24 Thread Emmanuel Bernard
Is there a better name for Metadata? Like FileMetadata maybe? Better FileMetadata or maybe FileHeader. FileMetadata is better I think. Where is ispn-cache-default-conf.xml used? For tests only? If not: is it possible to use a programmatic version instead and what is "It's a movie cach

[hibernate-dev] IndexWriterSetting.use_compound_file

2009-08-24 Thread Emmanuel Bernard
Why does it takes 0 and 1? couldn't we accept true/false? ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev