hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

HHH-15591 Unidirectional @OneToMany with @OrderColumn still throwing ConstraintViolationException (unique index violation)

Open drahkrub opened this issue 3 years ago • 3 comments

added two tests in UnidirectionalOneToManyOrderColumnTest, namely testSwapElementsAtZeroAndOne and testAddAtZeroDeleteAtTwo

https://hibernate.atlassian.net/browse/HHH-15591

drahkrub avatar Oct 10 '22 18:10 drahkrub

Thanks for your pull request!

This pull request appears to follow the contribution rules.

› This message was automatically generated.

of course both tests fail - to show the existing problem. How to avoid the automatic PR rejection in such a case?

drahkrub avatar Mar 18 '24 21:03 drahkrub

Thanks for the PR with the tests. The PR is not rejected, it just reports on the UI that tests failed, which is totally fine.

beikov avatar Mar 25 '24 17:03 beikov