You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2016/02/22 22:43:40 UTC

[052/100] [abbrv] incubator-geode git commit: GEODE-866: Removing a debugging suite that was accidentially checked in

GEODE-866: Removing a debugging suite that was accidentially checked in

This suite method was calling checkMissedTests to fail.


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

Branch: refs/heads/feature/GEODE-870
Commit: 53510e58e9283be6950bb05d817b01db5fe29f74
Parents: 110a5b4
Author: Dan Smith <up...@apache.org>
Authored: Fri Feb 19 12:03:54 2016 -0800
Committer: Dan Smith <up...@apache.org>
Committed: Fri Feb 19 12:03:54 2016 -0800

----------------------------------------------------------------------
 .../internal/cache/ha/CQListGIIDUnitTest.java        | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/53510e58/gemfire-cq/src/test/java/com/gemstone/gemfire/internal/cache/ha/CQListGIIDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-cq/src/test/java/com/gemstone/gemfire/internal/cache/ha/CQListGIIDUnitTest.java b/gemfire-cq/src/test/java/com/gemstone/gemfire/internal/cache/ha/CQListGIIDUnitTest.java
index 6a3de04..95d46a4 100755
--- a/gemfire-cq/src/test/java/com/gemstone/gemfire/internal/cache/ha/CQListGIIDUnitTest.java
+++ b/gemfire-cq/src/test/java/com/gemstone/gemfire/internal/cache/ha/CQListGIIDUnitTest.java
@@ -187,21 +187,6 @@ public class CQListGIIDUnitTest extends DistributedTestCase {
     disconnectAllFromDS();
   }
   
-  public static Test suite() {
-    Class[] classes = new Class[] {com.gemstone.gemfire.internal.cache.ha.CQListGIIDUnitTest.class,
-        com.gemstone.gemfire.cache30.RegionReliabilityDistAckDUnitTest.class,
-        com.gemstone.gemfire.cache30.RegionReliabilityGlobalDUnitTest.class,
-        com.gemstone.gemfire.internal.cache.execute.PRClientServerFunctionExecutionNoAckDUnitTest.class,
-        com.gemstone.gemfire.internal.cache.execute.PRClientServerRegionFunctionExecutionDUnitTest.class,
-        com.gemstone.gemfire.internal.cache.execute.PRClientServerRegionFunctionExecutionNoSingleHopDUnitTest.class,
-        com.gemstone.gemfire.internal.cache.execute.PRClientServerRegionFunctionExecutionSelectorNoSingleHopDUnitTest.class,
-        com.gemstone.gemfire.internal.cache.execute.PRClientServerRegionFunctionExecutionSingleHopDUnitTest.class,
-        com.gemstone.gemfire.internal.cache.ha.HASlowReceiverDUnitTest.class};
-    
-    return new TestSuite(classes);
-  }
-
-
   private void createCache(Properties props) throws Exception {
     DistributedSystem ds = getSystem(props);
     ds.disconnect();