comments
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/562ab2a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/562ab2a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/562ab2a1 Branch: refs/heads/feature/GEODE-1464 Commit: 562ab2a1c4e5355a0100f0727bed9c3a8564ffc4 Parents: 19ed16d Author: Darrel Schneider <[email protected]> Authored: Thu Jun 2 11:12:44 2016 -0700 Committer: Darrel Schneider <[email protected]> Committed: Thu Jun 2 11:12:44 2016 -0700 ---------------------------------------------------------------------- .../gemfire/disttx/DistributedTransactionDUnitTest.java | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/562ab2a1/geode-core/src/test/java/com/gemstone/gemfire/disttx/DistributedTransactionDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/disttx/DistributedTransactionDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/disttx/DistributedTransactionDUnitTest.java index 33306d8..592898f 100644 --- a/geode-core/src/test/java/com/gemstone/gemfire/disttx/DistributedTransactionDUnitTest.java +++ b/geode-core/src/test/java/com/gemstone/gemfire/disttx/DistributedTransactionDUnitTest.java @@ -64,11 +64,6 @@ import com.gemstone.gemfire.test.dunit.LogWriterUtils; import com.gemstone.gemfire.test.dunit.SerializableCallable; import com.gemstone.gemfire.test.dunit.VM; -/** - * Port of GemFireXD's corresponding test for distributed transactions - * - * - */ @SuppressWarnings("deprecation") public class DistributedTransactionDUnitTest extends CacheTestCase { final protected String CUSTOMER_PR = "customerPRRegion"; @@ -375,11 +370,6 @@ public class DistributedTransactionDUnitTest extends CacheTestCase { - /** - * From GemFireXD: testTransactionalInsertOnReplicatedTable - * - * @throws Exception - */ public void testTransactionalPutOnReplicatedRegion() throws Exception { Host host = Host.getHost(0); VM server1 = host.getVM(0); @@ -653,8 +643,6 @@ public class DistributedTransactionDUnitTest extends CacheTestCase { } /* - * [sjigyasu] This adapation of test from GemFireXD allows the difference in - * the way GemFire and GemFireXD handle server groups. * We create 2 partitioned regions one on each server and have a third node * as accessor and fire transactional operations on it. */
