----- Original Message -----
From: "Hardy Ferentschik" <hardy(a)hibernate.org>
To: "Gail Badner" <gbadner(a)redhat.com>
Cc: "Hibernate hibernate-dev" <hibernate-dev(a)lists.jboss.org>
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
> -Dhibernate.test.new_metadata_mappings=true
> -Dhibernate.test.validatefailureexpected=true:
> - org.hibernate.test.annotations.lob.VersionedLobTest FAILED
> -
> org.hibernate.test.annotations.genericsinheritance.GenericsInheritanceTest
> FAILED
> - org.hibernate.test.criteria.ComplexJoinAliasTest FAILED
>
> Are these expected to fail as well (rather than a regression)?
I've pushed a commit that takes care of these and changes the default for both flags
to true.
VersionedLobTest.testVersionUnchangedByteArray is marked as @FailureExpected but it
incorrectly passes using the new metamodel, so you'll see this test failing now due to
FailureExpectedHandler$FailureExpectedTestPassedException.
In addition, these tests fail:
Test org.hibernate.test.annotations.interfaces.InterfacesTest FAILED
Test org.hibernate.test.annotations.idmanytoone.alphabetical.AlphabeticalIdManyToOneTest
FAILED
Test org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdTest FAILED
I could not tell you. Here is what I do.
1. Update the code
2. Make sure it builds (in the default settings)
3. Fix my stuff and add tests
4. Rebase
5. Make sure build works
6. Push
AFAICT there were no test failures when I checked in yesterday. I did
not and will not keep lists of failing tests using the metamodel
flag.
--hardy