@Test(groups = "functional", testName = "atomic.AtomicMapReplTest")
public class AtomicMapReplTest extends MultipleCacheManagersTest {
protected void createCacheManagers() throws Throwable {
ConfigurationBuilder c = getDefaultClusteredCacheConfig(CacheMode.REPL_SYNC, true);
c.invocationBatching().enable();
createClusteredCaches(2, "atomic", c);
}
public void testReplicationCommit() throws Exception {
Cache<String, Object> cache1 = cache(0, "atomic");