mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
move remaining tests from o.h.test to o.h.orm.test
This commit is contained in:
parent
d3c38f2a8e
commit
31bc14979b
@ -245,6 +245,8 @@ public void testConcurrentCachedQueries() throws Exception {
|
|||||||
value = DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck.class,
|
value = DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck.class,
|
||||||
comment = "write locks block readers"
|
comment = "write locks block readers"
|
||||||
)
|
)
|
||||||
|
@NotImplementedYet( reason = "Second-level cache statistics" )
|
||||||
|
@FailureExpected( jiraKey = "n/a" )
|
||||||
public void testConcurrentCachedDirtyQueries() throws Exception {
|
public void testConcurrentCachedDirtyQueries() throws Exception {
|
||||||
TestingJtaPlatformImpl.INSTANCE.getTransactionManager().begin();
|
TestingJtaPlatformImpl.INSTANCE.getTransactionManager().begin();
|
||||||
Session s = openSession();
|
Session s = openSession();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user