Skip to content

Commit

Permalink
roachtest: update hibernate blacklist after recursive CTE support
Browse files Browse the repository at this point in the history
Now that cockroachdb#21085 is fixed, a test in hibernate started passing.

Release note: None
  • Loading branch information
rafiss committed Oct 15, 2019
1 parent 53e1686 commit e9d9206
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmd/roachtest/hibernate_blacklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ var hibernateBlackList19_2 = blacklist{
"org.hibernate.jpa.test.lock.QueryLockingTest.testPessimisticForcedIncrementOverall": "40474",
"org.hibernate.jpa.test.lock.QueryLockingTest.testPessimisticForcedIncrementSpecific": "40474",
"org.hibernate.jpa.test.lock.StatementIsClosedAfterALockExceptionTest.testStatementIsClosed": "40476",
"org.hibernate.jpa.test.query.NativeQueryOrdinalParametersTest.testCteNativeQueryOrdinalParameter": "21085",
"org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testSerialized": "26725",
"org.hibernate.test.annotations.filter.subclass.joined.JoinedSubClassTest.testClub": "5807",
"org.hibernate.test.annotations.filter.subclass.joined.JoinedSubClassTest.testIqFilter": "5807",
Expand Down

0 comments on commit e9d9206

Please sign in to comment.