[hibernate-dev] Test failures when entity name is mapped

2012-07-25 Thread Gail Badner
I'm seeing 2 test failures using the new metamodel for tests that were passing in commit 787ab27d459a385411d3bf6ae0adfb9682898aa1. The tests are: org.hibernate.test.entityname.EntityNameFromSubClassTest org.hibernate.test.iterate.IterateTest Both of these tests are mapped using hbm.xml with

Re: [hibernate-dev] Test failures when entity name is mapped

2012-07-25 Thread Steve Ebersole
Moving population of the JPA metamodel is the most likely culprit as I think you already knew. The problem as we also already discussed, imo, is the test set up on metamodel branch. For even minor changes you really have to run the full test suite 3 times and keep track of the number of tests

Re: [hibernate-dev] Test failures when entity name is mapped

2012-07-25 Thread Gail Badner
Sent: Wednesday, July 25, 2012 9:13:28 AM Subject: Re: [hibernate-dev] Test failures when entity name is mapped Hi, surely you're aware of it, so just in case: git-bisect [1] is great if you need to identify a bad commit between a known working one and now. --Gunnar [1] http