[HHH-3390] Use READ_COMMITTED for JBC 2 cache
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14961 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
ad8db397b8
commit
77f9830c77
|
@ -186,6 +186,10 @@ public class QueryRegionImplTestCase extends AbstractGeneralDataRegionTestCase {
|
|||
getDoesNotBlockPutTest("pessimistic-shared");
|
||||
}
|
||||
|
||||
public void testGetDoesNotBlockPutPessimisticRepeatableRead() throws Exception {
|
||||
getDoesNotBlockPutTest("pessimistic-shared-repeatable");
|
||||
}
|
||||
|
||||
private void getDoesNotBlockPutTest(String configName) throws Exception {
|
||||
|
||||
Configuration cfg = createConfiguration(configName);
|
||||
|
|
Loading…
Reference in New Issue