Re: [hibernate-dev] Tests failing in HSEARCH trunk

2010-04-10 Thread Sanne Grinovero
Hello, sorry for being short in previous mail, was written from the phone as I couldn't connect. The problem is caused by org.hibernate.search.test.batchindexing.SearchIndexerTest which was "green" but not properly closing the SessionFactory, and having used as test model the classes Book, ModernB

[hibernate-dev] R: Tests failing in HSEARCH trunk

2010-04-10 Thread Sanne Grinovero
Yes I saw it too, I have found the test which isn't closing the sessionfactory but I'm not committing yet as it seems that I would hide a problem. This was caused by a commit of mine adding a property to an entity which is not related to those tests, it seems that it's reusing the schema as a diffe

[hibernate-dev] Tests failing in HSEARCH trunk

2010-04-10 Thread Gustavo Fernandes
Hello, seems like there's a problem of test isolation in the trunk: $ mvn clean test Results : Tests in error: testProjection(org.hibernate.search.test.query.ProjectionQueryTest) testList(org.hibernate.search.test.query.LuceneQueryTest) testResultSize(org.hibernate.search.test.query.Lucen