Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread Hardy Ferentschik
On 3 Jan 2012, at 11:35 PM, Gail Badner wrote: > Now I'm seeing the following failures with the old metadata (using > hibernate.test.new_metadata_mappings=false): > Test org.hibernate.test.annotations.interfaces.InterfacesTest FAILED > Test org.hibernate.test.annotations.lob.VersionedLobTest FAI

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread Hardy Ferentschik
On 3 Jan 2012, at 11:21 PM, John Verhaeg wrote: > > On Aug 3, 2012, at 6:39 AM, Hardy Ferentschik wrote: > >> As I said before, the problem is that @FailureExpectedWithNewMetamodel is >> not honored by BaseCoreFunctionalTestCase when >> an error occurs in the setup (BeforeClass handlers). We

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread Hardy Ferentschik
On 3 Jan 2012, at 11:17 PM, John Verhaeg wrote: > > On Aug 3, 2012, at 1:54 AM, Hardy Ferentschik wrote: > >> Hi, >> >>> I'm seeing some more failures today using >>> -Dhibernate.test.new_metadata_mappings=true >>> -Dhibernate.test.validatefailureexpected=true: >>> - org.hibernate.test.annot

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread Gail Badner
Now I'm seeing the following failures with the old metadata (using hibernate.test.new_metadata_mappings=false): Test org.hibernate.test.annotations.interfaces.InterfacesTest FAILED Test org.hibernate.test.annotations.lob.VersionedLobTest FAILED Test org.hibernate.test.annotations.idmanytoone.alph

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread Gail Badner
- Original Message - > From: "John Verhaeg" > To: "Hardy Ferentschik" > Cc: "Gail Badner" , "Hibernate hibernate-dev" > > Sent: Friday, August 3, 2012 2:21:02 PM > Subject: Re: [hibernate-dev] Unit test failures using the new metamodel > > > On Aug 3, 2012, at 6:39 AM, Hardy Ferents

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread John Verhaeg
On Aug 3, 2012, at 6:39 AM, Hardy Ferentschik wrote: > As I said before, the problem is that @FailureExpectedWithNewMetamodel is not > honored by BaseCoreFunctionalTestCase when > an error occurs in the setup (BeforeClass handlers). We could try to address > this in BaseCoreFunctionalTestCase,

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread John Verhaeg
On Aug 3, 2012, at 1:54 AM, Hardy Ferentschik wrote: > Hi, > >> I'm seeing some more failures today using >> -Dhibernate.test.new_metadata_mappings=true >> -Dhibernate.test.validatefailureexpected=true: >> - org.hibernate.test.annotations.lob.VersionedLobTest FAILED >> - org.hibernate.test.ann

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread Gail Badner
- Original Message - > From: "Hardy Ferentschik" > To: "Gail Badner" > Cc: "Hibernate hibernate-dev" > Sent: Friday, August 3, 2012 4:39:31 AM > Subject: Re: [hibernate-dev] Unit test failures using the new metamodel > > > On 3 Jan 2012, at 10:14 AM, Gail Badner wrote > > > I've pus

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread Hardy Ferentschik
On 3 Jan 2012, at 10:14 AM, Gail Badner wrote > I've pushed a commit that takes care of these and changes the default for > both flags to true. Cool, even though I would have expected that the build completes after the push. Anyways, ... > VersionedLobTest.testVersionUnchangedByteArray is ma

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread Gail Badner
- Original Message - > From: "Hardy Ferentschik" > To: "Gail Badner" > Cc: "Hibernate hibernate-dev" > Sent: Thursday, August 2, 2012 11:54:33 PM > Subject: Re: [hibernate-dev] Unit test failures using the new metamodel > > Hi, > > > I'm seeing some more failures today using > > -Dh