Branch: refs/heads/6.6
Home:
https://github.com/hibernate/hibernate-orm
Commit: eaca728d60b2e79a4b2dd9417efc161a8ffe7783
https://github.com/hibernate/hibernate-orm/commit/eaca728d60b2e79a4b2dd94...
Author: Karel Maesen <karel(a)geovise.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/multisession/MultipleSessionCollectionTest.java
Log Message:
-----------
HHH-18755 - Skip test that causes deadlock
On CockroachDB the method
`testCopyPersistentCollectionReferenceAfterFlush` causes a
deadlock, which is resolved eventually by a TimeoutException.
This problem has been discussed in
https://github.com/cockroachdb/cockroach/issues/61269. The
CockroachDB developers do not see this as a bug that needs to
be fixed. Therefore we skip this test for CockroachDB.
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications