Brett Meyer commented on an issue
Hibernate ORM / Bug HHH-8612
FumTest hangs on oracle12c
org.hibernate.test.legacy.FumTest hangs on oracle12c. It doesn't freeze completely but it's very slow because of test timeouts.

Some tests raises ObjectNotFoundException
e.g.
{code}
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.hibernate.test.legacy.Fum#org.hibernate.test.legacy.FumCompositeID@cc3]
{code}

...