From 5bb4df7c0555cb51d908353ac5c5d20dcb5b676d Mon Sep 17 00:00:00 2001 From: Bram Gruneir Date: Mon, 22 Apr 2019 15:51:11 -0400 Subject: [PATCH] roachtest: update hibernate blacklist v19.2 With the updated unified types from #36598, a number of tests are now passing. Each test has already been vetted. Fixes #36971 Release note: None --- pkg/cmd/roachtest/hibernate_blacklist.go | 317 ++++++++++++++++++++++- 1 file changed, 316 insertions(+), 1 deletion(-) diff --git a/pkg/cmd/roachtest/hibernate_blacklist.go b/pkg/cmd/roachtest/hibernate_blacklist.go index caa535fbcc40..cefe6c1c024b 100644 --- a/pkg/cmd/roachtest/hibernate_blacklist.go +++ b/pkg/cmd/roachtest/hibernate_blacklist.go @@ -26,7 +26,322 @@ var hibernateBlacklists = blacklistsForVersion{ // Please keep these lists alphabetized for easy diffing. // After a failed run, an updated version of this blacklist should be available // in the test log. -var hibernateBlackList19_2 = hibernateBlackList19_1 +var hibernateBlackList19_2 = blacklist{ + "org.hibernate.id.QuotedIdentifierTest.testDirectIdPropertyAccess": "24062", + "org.hibernate.id.hhh12973.PostgreSQLSequenceGeneratorWithSerialTest.test": "unknown", + "org.hibernate.jpa.test.criteria.QueryBuilderTest.testDateTimeFunctions": "31708", + "org.hibernate.jpa.test.criteria.basic.AggregationResultTest.testSumOfBigDecimals": "5807", + "org.hibernate.jpa.test.criteria.basic.AggregationResultTest.testSumOfBigIntegers": "5807", + "org.hibernate.jpa.test.criteria.basic.AggregationResultTest.testSumOfDoubles": "5807", + "org.hibernate.jpa.test.criteria.basic.AggregationResultTest.testSumOfFloats": "5807", + "org.hibernate.jpa.test.criteria.basic.AggregationResultTest.testSumOfIntegers": "5807", + "org.hibernate.jpa.test.criteria.basic.AggregationResultTest.testSumOfLongs": "5807", + "org.hibernate.jpa.test.criteria.basic.CastTest.testCastToString": "5807", + "org.hibernate.jpa.test.criteria.basic.PredicateTest.testQuotientConversion": "26732", + "org.hibernate.jpa.test.emops.RemoveTest.testUpdatedAndRemove": "6583", + "org.hibernate.jpa.test.indetifier.AssignedInitialValueTableGeneratorConfiguredTest.testTheFirstGeneratedIdIsEqualToTableGeneratorInitialValuePlusOne": "6583", + "org.hibernate.jpa.test.indetifier.AssignedInitialValueTableGeneratorConfiguredTest.testTheGeneratedIdValuesAreCorrect": "6583", + "org.hibernate.jpa.test.indetifier.DefaultInitialValueTableGeneratorConfiguredTest.testTheFirstGeneratedIdIsEqualToTableGeneratorInitialValuePlusOne": "6583", + "org.hibernate.jpa.test.indetifier.DefaultInitialValueTableGeneratorConfiguredTest.testTheGeneratedIdValuesAreCorrect": "6583", + "org.hibernate.jpa.test.lob.BlobTest.testBlobSerialization": "26725", + "org.hibernate.jpa.test.lock.LockTest.testContendedPessimisticLock": "6583", + "org.hibernate.jpa.test.lock.LockTest.testContendedPessimisticWriteLockNoWait": "6583", + "org.hibernate.jpa.test.lock.LockTest.testFindWithPessimisticWriteLockTimeoutException": "6583", + "org.hibernate.jpa.test.lock.LockTest.testFindWithTimeoutHint": "6583", + "org.hibernate.jpa.test.lock.LockTest.testLockWriteOnUnversioned": "6583", + "org.hibernate.jpa.test.lock.LockTest.testUpdateWithPessimisticReadLockSkipLocked": "6583", + "org.hibernate.jpa.test.lock.LockTest.testUpdateWithPessimisticReadLockWithoutNoWait": "6583", + "org.hibernate.jpa.test.lock.PessimisticWriteWithOptionalOuterJoinBreaksRefreshTest.pessimisticReadWithOptionalOuterJoinBreaksRefreshTest": "6583", + "org.hibernate.jpa.test.lock.PessimisticWriteWithOptionalOuterJoinBreaksRefreshTest.pessimisticWriteWithOptionalOuterJoinBreaksRefreshTest": "6583", + "org.hibernate.jpa.test.lock.QueryLockingTest.testEntityLockModeStateAfterQueryLocking": "6583", + "org.hibernate.jpa.test.lock.QueryLockingTest.testPessimisticForcedIncrementOverall": "6583", + "org.hibernate.jpa.test.lock.QueryLockingTest.testPessimisticForcedIncrementSpecific": "6583", + "org.hibernate.jpa.test.lock.StatementIsClosedAfterALockExceptionTest.testStatementIsClosed": "6583", + "org.hibernate.jpa.test.query.ConstructorResultNativeQueryTest.testConstructorResultNativeQuery": "unknown", + "org.hibernate.jpa.test.query.ConstructorResultNativeQueryTest.testConstructorResultNativeQuerySpecifyingType": "unknown", + "org.hibernate.jpa.test.query.ConstructorResultNativeQueryTest.testMultipleConstructorResultNativeQuery": "unknown", + "org.hibernate.jpa.test.query.NativeQueryOrdinalParametersTest.testCteNativeQueryOrdinalParameter": "21085", + "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testAlwaysTransactionalOperations": "6583", + "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testMergeWhenExtended": "6583", + "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testRollbackClearPC": "6583", + "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testRollbackExceptionOnOptimisticLockException": "6583", + "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testSetRollbackOnlyAndFlush": "6583", + "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testTransactionAndContains": "6583", + "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testTransactionCommitDoesNotFlush": "6583", + "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testTransactionalOperationsWhenExtended": "6583", + "org.hibernate.jpa.test.transaction.batch.JtaWithFailingBatchTest.testAllStatementsAreClosedInCaseOfBatchExecutionFailure": "6583", + "org.hibernate.jpa.test.transaction.batch.JtaWithStatementsBatchTest.testUnableToReleaseStatementMessageIsNotLogged": "6583", + "org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.IdMapManyToOneSpecjTest.testComplexIdClass": "6583", + "org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.lazy.CompositeKeyDeleteTest.testRemove": "6583", + "org.hibernate.test.annotations.derivedidentities.e1.b2.IdClassGeneratedValueManyToOneTest.testComplexIdClass": "6583", + "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testSerialized": "26725", + "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testVersioning": "27274", + "org.hibernate.test.annotations.filter.subclass.joined.JoinedSubClassTest.testClub": "5807", + "org.hibernate.test.annotations.filter.subclass.joined.JoinedSubClassTest.testIqFilter": "5807", + "org.hibernate.test.annotations.filter.subclass.joined.JoinedSubClassTest.testNonHumanFilter": "5807", + "org.hibernate.test.annotations.filter.subclass.joined.JoinedSubClassTest.testPregnantFilter": "5807", + "org.hibernate.test.annotations.id.IdTest.testLowAllocationSize": "6583", + "org.hibernate.test.annotations.id.IdTest.testTableGenerator": "6583", + "org.hibernate.test.annotations.id.sequences.IdTest.testLowAllocationSize": "6583", + "org.hibernate.test.annotations.id.sequences.IdTest.testTableGenerator": "6583", + "org.hibernate.test.annotations.identifiercollection.IdentifierCollectionTest.testIdBag": "6583", + "org.hibernate.test.annotations.lob.LobTest.testBlob": "26725", + "org.hibernate.test.annotations.lob.LobTest.testClob": "26725", + "org.hibernate.test.annotations.lob.LobTest.testSerializableToBlob": "26725", + "org.hibernate.test.annotations.lob.MaterializedBlobTest.testSaving": "26725", + "org.hibernate.test.annotations.lob.SerializableToBlobTypeTest.testPersist": "26725", + "org.hibernate.test.annotations.lob.VersionedLobTest.testBlob": "26725", + "org.hibernate.test.annotations.lob.VersionedLobTest.testClob": "26725", + "org.hibernate.test.annotations.lob.VersionedLobTest.testSerializableToBlob": "26725", + "org.hibernate.test.annotations.lob.VersionedLobTest.testVersionUnchangedByteArray": "26725", + "org.hibernate.test.annotations.lob.VersionedLobTest.testVersionUnchangedCharArray": "26725", + "org.hibernate.test.annotations.lob.VersionedLobTest.testVersionUnchangedPrimitiveByteArray": "26725", + "org.hibernate.test.annotations.lob.VersionedLobTest.testVersionUnchangedPrimitiveCharArray": "26725", + "org.hibernate.test.annotations.lob.VersionedLobTest.testVersionUnchangedString": "26725", + "org.hibernate.test.annotations.manytoone.referencedcolumnname.ManyToOneReferencedColumnNameTest.testReoverableExceptionInFkOrdering": "24062", + "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testCriteriaWithAliasOneToOneJoin": "6583", + "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testCriteriaWithFetchModeJoinCollection": "6583", + "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testCriteriaWithFetchModeJoinOnetoOne": "6583", + "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testNaturalKeyLookupWithConstraint": "6583", + "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testSimpleImmutableNaturalKeyLookup": "6583", + "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testSubCriteriaOneToOneJoin": "6583", + "org.hibernate.test.annotations.onetoone.hhh9798.OneToOneJoinTableTest.storeNonUniqueRelationship": "5807", + "org.hibernate.test.annotations.tableperclass.TablePerClassTest.testUnionSubClass": "6583", + "org.hibernate.test.annotations.xml.hbm.HbmWithIdentityTest.testManyToOneAndInterface": "24062", + "org.hibernate.test.batch.BatchOptimisticLockingTest.testBatchAndOptimisticLocking": "6583", + "org.hibernate.test.bulkid.GlobalTemporaryTableBulkCompositeIdTest.testDeleteFromEngineer": "5807", + "org.hibernate.test.bulkid.GlobalTemporaryTableBulkCompositeIdTest.testDeleteFromPerson": "5807", + "org.hibernate.test.bulkid.GlobalTemporaryTableBulkCompositeIdTest.testUpdate": "5807", + "org.hibernate.test.bytecode.enhancement.lazy.LazyBasicFieldMergeTest.test": "26725", + "org.hibernate.test.bytecode.enhancement.lazy.LazyInitializationWithoutInlineDirtyTrackingTest.test": "26725", + "org.hibernate.test.bytecode.enhancement.lazy.LazyLoadingByEnhancerSetterTest.testField": "26725", + "org.hibernate.test.converter.lob.ConverterAndLobTest.basicTest": "26725", + "org.hibernate.test.filter.hql.JoinedFilteredBulkManipulationTest.testFilteredJoinedSubclassHqlDeleteLeaf": "5807", + "org.hibernate.test.filter.hql.JoinedFilteredBulkManipulationTest.testFilteredJoinedSubclassHqlDeleteNonLeaf": "5807", + "org.hibernate.test.filter.hql.JoinedFilteredBulkManipulationTest.testFilteredJoinedSubclassHqlDeleteRoot": "5807", + "org.hibernate.test.filter.hql.JoinedFilteredBulkManipulationTest.testFilteredJoinedSubclassHqlUpdateLeaf": "5807", + "org.hibernate.test.filter.hql.JoinedFilteredBulkManipulationTest.testFilteredJoinedSubclassHqlUpdateNonLeaf": "5807", + "org.hibernate.test.filter.hql.JoinedFilteredBulkManipulationTest.testFilteredJoinedSubclassHqlUpdateRoot": "5807", + "org.hibernate.test.flush.TestFlushModeWithIdentitySelfReferenceTest.testFlushModeAuto": "24062", + "org.hibernate.test.flush.TestFlushModeWithIdentitySelfReferenceTest.testFlushModeCommit": "24062", + "org.hibernate.test.flush.TestFlushModeWithIdentitySelfReferenceTest.testFlushModeManual": "24062", + "org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.testGenerationWithIdentityInsert": "24062", + "org.hibernate.test.hql.ASTParserLoadingTest.testCollectionFetchWithDistinctionAndLimit": "5807", + "org.hibernate.test.hql.ASTParserLoadingTest.testComponentNullnessChecks": "5807", + "org.hibernate.test.hql.ASTParserLoadingTest.testEntityAndOneToOneReturnedByQuery": "5807", + "org.hibernate.test.hql.ASTParserLoadingTest.testExpressionWithParamInFunction": "26732", + "org.hibernate.test.hql.ASTParserLoadingTest.testMultipleRefsToSameParam": "5807", + "org.hibernate.test.hql.ASTParserLoadingTest.testSelectExpressions": "26732", + "org.hibernate.test.hql.ASTParserLoadingTest.testSimpleSelect": "pass?", + "org.hibernate.test.hql.ASTParserLoadingTest.testStandardFunctions": "31708", + "org.hibernate.test.hql.ASTParserLoadingTest.testWhere": "pass?", + "org.hibernate.test.hql.BulkManipulationTest.testBooleanHandling": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testDeleteOnDiscriminatorSubclass": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testDeleteOnJoinedSubclass": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testDeleteOnMappedJoin": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testDeleteRestrictedOnManyToOne": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testDeleteUnionSubclassAbstractRoot": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testDeleteUnionSubclassConcreteSubclass": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testDeleteUnionSubclassLeafSubclass": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testDeleteWithMetadataWhereFragments": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testInsertAcrossMappedJoinFails": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testInsertIntoSuperclassPropertiesFails": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testInsertWithManyToOne": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testInsertWithMismatchedTypes": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testInsertWithMultipleNamedParams": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testInsertWithSelectListUsingJoins": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testInsertWithSubqueriesAndNamedParams": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testManyToManyBulkDeleteMultiTable": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testSimpleInsert": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testSimpleInsertWithNamedParam": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testSimpleNativeSQLInsert": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testTempTableGenerationIsolation": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testUpdateOnAnimal": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testUpdateOnComponent": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testUpdateOnDiscriminatorSubclass": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testUpdateOnMammal": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testUpdateOnManyToOne": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testUpdateSetNullOnDiscriminatorSubclass": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testUpdateSetNullOnJoinedSubclass": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testUpdateSetNullUnionSubclass": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testUpdateWithSubquery": "5807", + "org.hibernate.test.hql.BulkManipulationTest.testUpdateWithWhereExistsSubquery": "5807", + "org.hibernate.test.hql.CriteriaHQLAlignmentTest.testCountReturnValues": "5807", + "org.hibernate.test.hql.ScrollableCollectionFetchingTest.testScrollingJoinFetchesForward": "5807", + "org.hibernate.test.hql.ScrollableCollectionFetchingTest.testScrollingJoinFetchesPositioning": "5807", + "org.hibernate.test.hql.ScrollableCollectionFetchingTest.testScrollingJoinFetchesReverse": "5807", + "org.hibernate.test.hql.ScrollableCollectionFetchingTest.testScrollingJoinFetchesSingleRowResultSet": "5807", + "org.hibernate.test.hql.UpdateJoinedSubclassCorrelationTest.testJoinedSubclassUpdateWithCorrelation": "5807", + "org.hibernate.test.hql.WithClauseTest.testWithClause": "5807", + "org.hibernate.test.hql.WithClauseTest.testWithClauseAsNonSubqueryWithKey": "5807", + "org.hibernate.test.hql.WithClauseTest.testWithClauseAsSubquery": "5807", + "org.hibernate.test.hql.WithClauseTest.testWithClauseAsSubqueryWithEqualOperator": "5807", + "org.hibernate.test.hql.WithClauseTest.testWithClauseAsSubqueryWithKey": "5807", + "org.hibernate.test.hql.WithClauseTest.testWithClauseAsSubqueryWithKeyAndOtherJoinReference": "5807", + "org.hibernate.test.hql.WithClauseTest.testWithClauseFailsWithFetch": "5807", + "org.hibernate.test.hql.joinedSubclass.JoinedSubclassBulkManipTest.testHqlDeleteOnJoinedSubclass": "5807", + "org.hibernate.test.hql.joinedSubclass.JoinedSubclassBulkManipTest.testHqlUpdateOnJoinedSubclass": "5807", + "org.hibernate.test.id.MultipleHiLoPerTableGeneratorTest.testAllParams": "6583", + "org.hibernate.test.id.MultipleHiLoPerTableGeneratorTest.testDistinctId": "6583", + "org.hibernate.test.id.MultipleHiLoPerTableGeneratorTest.testRollingBack": "6583", + "org.hibernate.test.id.NonUniqueIdTest.testLoadEntityWithNonUniqueId": "12123", + "org.hibernate.test.idgen.enhanced.forcedtable.BasicForcedTableSequenceTest.testNormalBoundary": "6583", + "org.hibernate.test.idgen.enhanced.forcedtable.HiLoForcedTableSequenceTest.testNormalBoundary": "6583", + "org.hibernate.test.idgen.enhanced.forcedtable.PooledForcedTableSequenceTest.testNormalBoundary": "6583", + "org.hibernate.test.idgen.enhanced.table.BasicTableTest.testNormalBoundary": "6583", + "org.hibernate.test.idgen.enhanced.table.HiLoTableTest.testNormalBoundary": "6583", + "org.hibernate.test.idgen.enhanced.table.PooledTableTest.testNormalBoundary": "6583", + "org.hibernate.test.idgen.enhanced.table.concurrent.HiloOptimizerConcurrencyTest.testTwoSessionsParallelGeneration": "6583", + "org.hibernate.test.idgen.enhanced.table.concurrent.HiloOptimizerConcurrencyTest.testTwoSessionsSerialGeneration": "6583", + "org.hibernate.test.idgen.identity.IdentityInsertSoleColumnTest.testEntityInsertWithSingleIdentityAttributeColumn": "24062", + "org.hibernate.test.idgen.identity.hhh10429.IdentityGeneratorExtendsTest.testIdentifierGeneratorExtendsIdentityGenerator": "24062", + "org.hibernate.test.idgen.identity.joinedSubClass.JoinedSubclassHierarchyWithIdentityGenerationTest.shouldPersistDebtorAccountWhenParentServiceAgreementPersisted": "5807", + "org.hibernate.test.idgen.namescope.IdGeneratorNamesLocalScopeTest.testNoSequenceGenratorNameClash": "6583", + "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithUpdate": "5807", + "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testOneToManyCollectionOptimisticLockingWithUpdate": "5807", + "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithUpdate": "5807", + "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithUpdate": "5807", + "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithUpdate": "5807", + "org.hibernate.test.insertordering.InsertOrderingWithCascadeOnPersist.testInsertOrderingAvoidingForeignKeyConstraintViolation": "6583", + "org.hibernate.test.insertordering.InsertOrderingWithJoinedTableInheritance.testBatchOrdering": "5807", + "org.hibernate.test.insertordering.InsertOrderingWithJoinedTableInheritance.testBatchingAmongstSubClasses": "5807", + "org.hibernate.test.insertordering.InsertOrderingWithJoinedTableMultiLevelInheritance.testBatchingAmongstSubClasses": "5807", + "org.hibernate.test.insertordering.InsertOrderingWithTablePerClassInheritance.testBatchOrdering": "5807", + "org.hibernate.test.insertordering.InsertOrderingWithTablePerClassInheritance.testBatchingAmongstSubClasses": "5807", + "org.hibernate.test.interfaceproxy.InterfaceProxyTest.testInterfaceProxies": "26725", + "org.hibernate.test.join.SubclassesWithSamePropertyNameTest.testCriteriaSubclass": "5807", + "org.hibernate.test.join.SubclassesWithSamePropertyNameTest.testCriteriaSuperclass": "5807", + "org.hibernate.test.join.SubclassesWithSamePropertyNameTest.testGetSuperclass": "5807", + "org.hibernate.test.join.SubclassesWithSamePropertyNameTest.testQuerySubclass": "5807", + "org.hibernate.test.join.SubclassesWithSamePropertyNameTest.testQuerySuperclass": "5807", + "org.hibernate.test.joinedsubclass.JoinedSubclassTest.testLockingJoinedSubclass": "6583", + "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.doBatchInsertUpdateJoinedSubclassNrBiggerThenBatch": "24062", + "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.doBatchInsertUpdateJoinedSubclassNrEqualWithBatch": "24062", + "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.doBatchInsertUpdateJoinedSubclassNrLessThenBatch": "24062", + "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.testAssertSubclassInsertedSuccessfullyAfterCommit": "24062", + "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.testAssertSubclassInsertedSuccessfullyAfterFlush": "24062", + "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.testBatchInsertUpdateSizeEqJdbcBatchSize": "24062", + "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.testBatchInsertUpdateSizeGtJdbcBatchSize": "24062", + "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.testBatchInsertUpdateSizeLtJdbcBatchSize": "24062", + "org.hibernate.test.jpa.compliance.tck2_2.TableGeneratorVisibilityTest.testGeneratorIsVisible": "6583", + "org.hibernate.test.jpa.compliance.tck2_2.caching.CachingWithSecondaryTablesTests.testStrictUnversioned": "5807", + "org.hibernate.test.jpa.compliance.tck2_2.caching.CachingWithSecondaryTablesTests.testUnstrictUnversioned": "5807", + "org.hibernate.test.jpa.compliance.tck2_2.caching.CachingWithSecondaryTablesTests.testVersioned": "5807", + "org.hibernate.test.jpa.lock.JPALockTest.testLockModeTypeRead": "6583", + "org.hibernate.test.jpa.lock.JPALockTest.testLockModeTypeWrite": "6583", + "org.hibernate.test.jpa.lock.LockExceptionTests.testLockTimeoutLock": "6583", + "org.hibernate.test.jpa.lock.LockExceptionTests.testLockTimeoutRefresh": "6583", + "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.testQuery": "unknown", + "org.hibernate.test.legacy.FooBarTest.testVersioning": "6583", + "org.hibernate.test.legacy.FumTest.testCompositeID": "6583", + "org.hibernate.test.legacy.FumTest.testDeleteOwner": "6583", + "org.hibernate.test.legacy.IJ2Test.testUnionSubclass": "6583", + "org.hibernate.test.legacy.IJTest.testFormulaDiscriminator": "6583", + "org.hibernate.test.legacy.MasterDetailTest.testCategories": "6583", + "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", + "org.hibernate.test.legacy.SQLFunctionsTest.testBlobClob": "26725", + "org.hibernate.test.loadplans.process.inheritance.Test.basicTest": "5807", + "org.hibernate.test.lob.BlobLocatorTest.testBoundedBlobLocatorAccess": "26725", + "org.hibernate.test.lob.ClobLocatorTest.testBoundedClobLocatorAccess": "26725", + "org.hibernate.test.lob.LobStringTest.testHqlQuery": "26725", + "org.hibernate.test.lob.LobStringTest.testSelectClobPropertyInNativeQuery": "26725", + "org.hibernate.test.lob.LobStringTest.testSelectStringLobAnnotatedInNativeQuery": "26725", + "org.hibernate.test.lob.LobStringTest.testUsingLobPropertyInNativeQuery": "26725", + "org.hibernate.test.lob.LobStringTest.testUsingStringLobAnnotatedPropertyInNativeQuery": "26725", + "org.hibernate.test.lob.MaterializedBlobTest.testBoundedLongByteArrayAccess": "26725", + "org.hibernate.test.lob.MaterializedBlobTest.testSaving": "26725", + "org.hibernate.test.lob.MaterializedClobTest.testBoundedLongStringAccess": "26725", + "org.hibernate.test.lob.PostgreSqlLobStringTest.testBadClobDataSavedAsStringworksAfterUpdate": "26725", + "org.hibernate.test.locking.LockModeTest.testLegacyCriteria": "6583", + "org.hibernate.test.locking.LockModeTest.testLegacyCriteriaAliasSpecific": "6583", + "org.hibernate.test.locking.LockModeTest.testLoading": "6583", + "org.hibernate.test.locking.LockModeTest.testQuery": "6583", + "org.hibernate.test.locking.LockModeTest.testQueryUsingLockOptions": "6583", + "org.hibernate.test.locking.LockModeTest.testRefreshLockedEntity": "6583", + "org.hibernate.test.locking.LockModeTest.testRefreshWithExplicitHigherLevelLockMode": "6583", + "org.hibernate.test.locking.LockModeTest.testRefreshWithExplicitLowerLevelLockMode": "6583", + "org.hibernate.test.locking.PessimisticReadSkipLockedTest.testPostgreSQLSkipLocked": "6583", + "org.hibernate.test.locking.PessimisticWriteLockTimeoutTest.testNoWait": "6583", + "org.hibernate.test.locking.PessimisticWriteLockTimeoutTest.testSkipLocked": "6583", + "org.hibernate.test.locking.PessimisticWriteSkipLockedTest.testPostgreSQLSkipLocked": "6583", + "org.hibernate.test.locking.UpgradeSkipLockedTest.testPostgreSQLSkipLocked": "6583", + "org.hibernate.test.locking.paging.PagingAndLockingTest.testCriteria": "6583", + "org.hibernate.test.locking.paging.PagingAndLockingTest.testHql": "6583", + "org.hibernate.test.locking.paging.PagingAndLockingTest.testNativeSql": "6583", + "org.hibernate.test.mixed.MixedTest.testMixedInheritance": "26725", + "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdNonStrictReadWriteTest.testReattachementUnmodifiedInstance": "6583", + "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testReattachementUnmodifiedInstance": "6583", + "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.notfound.OptionalEagerMappedByNotFoundTest.testOneToOneJoinException": "5807", + "org.hibernate.test.notfound.OptionalEagerMappedByNotFoundTest.testOneToOneJoinIgnore": "5807", + "org.hibernate.test.notfound.OptionalEagerMappedByNotFoundTest.testOneToOneSelectException": "5807", + "org.hibernate.test.notfound.OptionalEagerMappedByNotFoundTest.testOneToOneSelectIgnore": "5807", + "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", + "org.hibernate.test.onetomany.inheritance.joined.MappedSuperclassMapTest.lookupEntities_entrySet": "5807", + "org.hibernate.test.ops.genericApi.BasicGetLoadAccessTest.testIt": "6583", + "org.hibernate.test.ops.genericApi.ProxiedGetLoadAccessTest.testIt": "6583", + "org.hibernate.test.optlock.OptimisticLockTest.testOptimisticLockAll": "Expected Failure", + "org.hibernate.test.optlock.OptimisticLockTest.testOptimisticLockAllDelete": "Expected Failure", + "org.hibernate.test.optlock.OptimisticLockTest.testOptimisticLockDirty": "Expected Failure", + "org.hibernate.test.optlock.OptimisticLockTest.testOptimisticLockDirtyDelete": "Expected Failure", + "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testFunctionWithJDBC": "17511", + "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testFunctionWithJDBCByName": "17511", + "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testStoredProcedureNullParameterHibernate": "17511", + "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testStoredProcedureNullParameterHibernateWithoutEnablePassingNulls": "17511", + "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testStoredProcedureOutParameter": "17511", + "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testStoredProcedureRefCursor": "17511", + "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testSysRefCursorAsOutParameter": "17511", + "org.hibernate.test.proxy.ProxyTest.testLockUninitializedProxy": "6583", + "org.hibernate.test.proxy.ProxyTest.testRefreshLockInitializedProxy": "6583", + "org.hibernate.test.quote.QuoteTest.testUnionSubclassEntityQuoting": "5807", + "org.hibernate.test.schemaupdate.AlterTableQuoteDefaultSchemaTest.classMethod": "26443", + "org.hibernate.test.schemaupdate.AlterTableQuoteSpecifiedSchemaTest.classMethod": "26443", + "org.hibernate.test.schemaupdate.PostgreSQLMultipleSchemaSequenceTest.test": "26443", + "org.hibernate.test.schemaupdate.SchemaUpdateTest.testSchemaUpdateAndValidation[0]": "24062", + "org.hibernate.test.schemaupdate.SchemaUpdateTest.testSchemaUpdateAndValidation[1]": "24062", + "org.hibernate.test.schemaupdate.SchemaUpdateWithFunctionIndexTest.testUpdateSchema": "9682", + "org.hibernate.test.schemaupdate.SchemaUpdateWithViewsTest.testUpdateSchema": "24897", + "org.hibernate.test.schemaupdate.foreignkeys.crossschema.CrossSchemaForeignKeyGenerationTest.testImprovedSchemaMigrationForeignKeysAreGeneratedAfterAllTheTablesAreCreated": "26443", + "org.hibernate.test.schemaupdate.foreignkeys.crossschema.CrossSchemaForeignKeyGenerationTest.testSchemaMigrationForeignKeysAreGeneratedAfterAllTheTablesAreCreated": "26443", + "org.hibernate.test.schemaupdate.foreignkeys.crossschema.CrossSchemaForeignKeyGenerationTest.testSchemaUpdateDoesNotFailResolvingCrossSchemaForeignKey": "26443", + "org.hibernate.test.schemavalidation.ViewValidationTest.testSynonymUsingGroupedSchemaValidator": "10028", + "org.hibernate.test.schemavalidation.ViewValidationTest.testSynonymUsingIndividuallySchemaValidator": "10028", + "org.hibernate.test.subclassfilter.JoinedSubclassFilterTest.testFiltersWithJoinedSubclass": "5807", + "org.hibernate.test.timestamp.JdbcTimestampUTCTimeZoneTest.testTimeZone": "3781", + "org.hibernate.test.timestamp.JdbcTimestampWithDefaultUTCTimeZoneTest.testTimeZone": "3781", + "org.hibernate.test.timestamp.JdbcTimestampWithoutUTCTimeZoneTest.testTimeZone": "3781", + "org.hibernate.test.tm.CMTTest.testConcurrentCachedDirtyQueries": "Expected Failure", + "org.hibernate.test.tm.CMTTest.testConcurrentCachedQueries": "pass?", + "org.hibernate.test.type.LobUnfetchedPropertyTest.testBlob": "243", + "org.hibernate.test.type.LobUnfetchedPropertyTest.testClob": "243", + "org.hibernate.test.unionsubclass.UnionSubclassTest.testBulkOperationsWithDifferentConnections": "5807", + "org.hibernate.test.where.annotations.LazyManyToManyNonUniqueIdWhereTest.testInitializeFromNonUniqueAssociationTable": "12123", + "org.hibernate.test.where.annotations.LazyManyToManyNonUniqueIdWhereTest.testInitializeFromUniqueAssociationTable": "12123", + "org.hibernate.test.where.annotations.LazyOneToManyNonUniqueIdWhereTest.testInitializeFromNonUniqueAssociationTable": "12123", + "org.hibernate.test.where.hbm.LazyManyToManyNonUniqueIdNotFoundWhereTest.testInitializeFromNonUniqueAssociationTable": "12123", + "org.hibernate.test.where.hbm.LazyManyToManyNonUniqueIdNotFoundWhereTest.testInitializeFromUniqueAssociationTable": "12123", + "org.hibernate.test.where.hbm.LazyManyToManyNonUniqueIdWhereTest.testInitializeFromNonUniqueAssociationTable": "12123", + "org.hibernate.test.where.hbm.LazyManyToManyNonUniqueIdWhereTest.testInitializeFromUniqueAssociationTable": "12123", + "org.hibernate.test.where.hbm.LazyOneToManyNonUniqueIdWhereTest.testInitializeFromNonUniqueAssociationTable": "unknown", +} var hibernateBlackList19_1 = blacklist{ "org.hibernate.id.QuotedIdentifierTest.testDirectIdPropertyAccess": "24062",