Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 7bd50db8ad4beb13fd198fa1539ef6d9a298093a
https://github.com/hibernate/hibernate-orm/commit/7bd50db8ad4beb13fd198fa...
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