mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-13 14:44:48 +00:00
HHH-5592 org.hibernate.test.naturalid.mutable.MutableNaturalIdTest hangs on postgresql
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20698 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
ab9bf1dd0c
commit
5ee8c0fc75
@ -333,7 +333,9 @@ public void testNaturalIdRecreateUsingCache() {
|
||||
assertEquals( getSessions().getStatistics().getQueryCachePutCount(), 1 );
|
||||
|
||||
getSessions().getStatistics().clear();
|
||||
|
||||
s.getTransaction().commit();
|
||||
s.close();
|
||||
|
||||
s = openSession();
|
||||
s.beginTransaction();
|
||||
u = ( User ) s.createCriteria( User.class )
|
||||
|
Loading…
x
Reference in New Issue
Block a user