Skip to content

Commit

Permalink
Merge #32611
Browse files Browse the repository at this point in the history
32611: roachtest: updated the hibernate blacklist for 2.2 r=BramGruneir a=BramGruneir

Thanks to the update to allow adding FK constraints on empty tables #32234, the
blacklist needs to be updated.  Sadly, 2 tests now pass, but 4 others now fail
due to #32610.

Fixes #32532.

Release note: None

Co-authored-by: Bram Gruneir <bram@cockroachlabs.com>
  • Loading branch information
craig[bot] and BramGruneir committed Nov 26, 2018
2 parents 2ddc528 + d96a876 commit f982f5c
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 f982f5c

Please sign in to comment.