mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-5994 - Inserts may be delayed because TransactionCoordinatorImpl.isTransactionInProgress() returns false for non-JTA transactions
This commit is contained in:
parent
6e35a57870
commit
5492f60f06
@ -575,7 +575,7 @@ public void testMergeTreeWithGeneratedId() throws Exception {
|
|||||||
cleanup();
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testMergeManagedFailureExpected() throws Exception {
|
public void testMergeManaged() throws Exception {
|
||||||
|
|
||||||
SimpleJtaTransactionManagerImpl.getInstance().begin();
|
SimpleJtaTransactionManagerImpl.getInstance().begin();
|
||||||
Session s = openSession();
|
Session s = openSession();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user