Skip to content

Commit

Permalink
roachtest: updated the hibernate blacklist for 2.2
Browse files Browse the repository at this point in the history
Thanks to the update to allow adding FK constraints on empty tables cockroachdb#32234, the
blacklist needs to be updated.  Sadly, 2 tests now pass, but 4 others now fail
due to cockroachdb#32610.

Fixes cockroachdb#32532.

Release note: None
  • Loading branch information
BramGruneir committed Nov 26, 2018
1 parent 9e75806 commit d96a876
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/cmd/roachtest/hibernate_blacklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ var hibernateBlackList2_2 = blacklist{
"org.hibernate.test.jpa.lock.RepeatableReadTest.testStaleNonVersionedInstanceFoundOnLock": "31671",
"org.hibernate.test.jpa.lock.RepeatableReadTest.testStaleVersionedInstanceFoundOnLock": "6583",
"org.hibernate.test.legacy.ABCProxyTest.testSubclassing": "6583",
"org.hibernate.test.legacy.FooBarTest.testOnCascadeDelete": "unknown",
"org.hibernate.test.legacy.FooBarTest.testQuery": "unknown",
"org.hibernate.test.legacy.FooBarTest.testVersioning": "6583",
"org.hibernate.test.legacy.FumTest.testCompositeID": "6583",
Expand All @@ -263,8 +262,12 @@ var hibernateBlackList2_2 = blacklist{
"org.hibernate.test.legacy.MasterDetailTest.testCollectionReplace": "6583",
"org.hibernate.test.legacy.MasterDetailTest.testCollectionReplace2": "6583",
"org.hibernate.test.legacy.MasterDetailTest.testCollectionReplaceOnUpdate": "6583",
"org.hibernate.test.legacy.MasterDetailTest.testExample": "32610",
"org.hibernate.test.legacy.MasterDetailTest.testSelfManyToOne": "32610",
"org.hibernate.test.legacy.MultiTableTest.testMultiTable": "6583",
"org.hibernate.test.legacy.MultiTableTest.testMultiTableCollections": "32610",
"org.hibernate.test.legacy.MultiTableTest.testMultiTableGeneratedId": "6583",
"org.hibernate.test.legacy.MultiTableTest.testMultiTableManyToOne": "32610",
"org.hibernate.test.legacy.ParentChildTest.testComplexCriteria": "6583",
"org.hibernate.test.legacy.ParentChildTest.testLoadAfterNonExists": "unknown",
"org.hibernate.test.legacy.ParentChildTest.testLocking": "6583",
Expand Down Expand Up @@ -303,7 +306,6 @@ var hibernateBlackList2_2 = blacklist{
"org.hibernate.test.naturalid.nullable.NullableNaturalIdTest.testNaturalIdNullValueOnPersist": "6583",
"org.hibernate.test.naturalid.nullable.NullableNaturalIdTest.testNaturalIdQuerySupportingNullValues": "6583",
"org.hibernate.test.naturalid.nullable.NullableNaturalIdTest.testUniqueAssociation": "6583",
"org.hibernate.test.ondelete.OnDeleteTest.testJoinedSubclass": "26738",
"org.hibernate.test.onetomany.OneToManyTest.testOneToManyLinkTable": "5807",
"org.hibernate.test.onetomany.inheritance.joined.MappedSuperclassMapTest.breakReferences": "5807",
"org.hibernate.test.onetomany.inheritance.joined.MappedSuperclassMapTest.lookupEntities": "5807",
Expand Down

0 comments on commit d96a876

Please sign in to comment.