move remaining tests from o.h.test to o.h.orm.test

This commit is contained in:
Steve Ebersole 2022-01-26 23:16:16 -06:00
parent d3c38f2a8e
commit 31bc14979b

View File

@ -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();