You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/06/08 17:59:45 UTC

incubator-geode git commit: Disable broken test that was unintentially re-enabled

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-837 7159ee790 -> fda6c6ec8


Disable broken test that was unintentially re-enabled


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fda6c6ec
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/fda6c6ec
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/fda6c6ec

Branch: refs/heads/feature/GEODE-837
Commit: fda6c6ec8e4a82318ca5f17915171aaba26899bf
Parents: 7159ee7
Author: Kirk Lund <kl...@apache.org>
Authored: Wed Jun 8 10:59:31 2016 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Wed Jun 8 10:59:31 2016 -0700

----------------------------------------------------------------------
 .../gemfire/internal/jta/dunit/TxnManagerMultiThreadDUnitTest.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fda6c6ec/geode-core/src/test/java/com/gemstone/gemfire/internal/jta/dunit/TxnManagerMultiThreadDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/com/gemstone/gemfire/internal/jta/dunit/TxnManagerMultiThreadDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/internal/jta/dunit/TxnManagerMultiThreadDUnitTest.java
index 24597e0..86d4d51 100755
--- a/geode-core/src/test/java/com/gemstone/gemfire/internal/jta/dunit/TxnManagerMultiThreadDUnitTest.java
+++ b/geode-core/src/test/java/com/gemstone/gemfire/internal/jta/dunit/TxnManagerMultiThreadDUnitTest.java
@@ -440,6 +440,7 @@ public class TxnManagerMultiThreadDUnitTest extends JUnit4DistributedTestCase {
    * The following method test3Commit2Rollback test the scenario in which 3
    * threads are committing and 2 threads are rolling back the transaction
    */
+  @Ignore("TODO: test is disabled")
   @Test
   public void test3Commit2Rollback() throws Exception {
     VM vm0 = Host.getHost(0).getVM(0);