When running tests against Oracle:
{noformat} gradle clean test -Pdb=oracle {noformat}
The following tests fail:
# {{ documentation}} {noformat} DatabaseMultiTenancyTest. testBasicExpectedBehavior SchemaMultiTenancyTest. classMethod CollectionLoaderTest. test_HHH10557 CustomSQLSecondaryTableTest. test_sql_custom_crud CustomSQLTest. test_sql_custom_crud {noformat}
# {{ hibernate-core}} {noformat} IndexedCollectionTest. testTemporalKeyMap EagerIndexedCollectionTest. testTemporalKeyMap MapKeyAttributeConverterTest. classMethod InheritanceManyToManyForeignKeyTest. testForeignKeyNameUnicity BulkManipulationTest. testDeleteOnJoinedSubclass BulkManipulationTest. testUpdateOnMammal BulkManipulationTest. testUpdateSetNullOnJoinedSubclass UUIDBasedIdInterpretationTest. testBinaryRuntimeUsage OneToManyTest. testOneToManyLinkTable SchemaExportTest. testBothType SchemaUpdateFormatterTest. testSetFormat CrossSchemaForeignKeyGenerationTest. testSchemaMigrationForeignKeysAreGeneratedAfterAllTheTablesAreCreated InheritanceSchemaUpdateTest. testBidirectionalOneToManyReferencingRootEntity {noformat} # {{hibernate-entitymanager}} {noformat} QueryLockingTest. testEntityLockModeStateAfterQueryLocking {noformat} # {{hibernate-envers}} # {noformat} AssociationToOneQueryTest. initData[0] AssociationToOneQueryTest. initData[1] AssociationToOneQueryTest. testAssociationQueryWithOrdering[0] AssociationToOneQueryTest. testAssociationQueryWithOrdering[1] AssociationToOneQueryTest. testAssociationQueryWithProjection[0] AssociationToOneQueryTest. testAssociationQueryWithProjection[1] AssociationToOneQueryTest. testAssociationQuery[0] AssociationToOneQueryTest. testAssociationQuery[1] {noformat} |
|