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 2015/11/02 22:52:54 UTC

[28/50] [abbrv] incubator-geode git commit: [GEODE-338] Disable FDDUnitTest for now, due to invalid test

[GEODE-338] Disable FDDUnitTest for now, due to invalid test


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

Branch: refs/heads/feature/GEODE-328
Commit: ded145474c16f802fc970ca8fe114fb3df915038
Parents: a73dc1b
Author: Jason Huynh <jh...@pivotal.io>
Authored: Fri Oct 23 09:14:03 2015 -0700
Committer: Jason Huynh <jh...@pivotal.io>
Committed: Fri Oct 23 09:14:03 2015 -0700

----------------------------------------------------------------------
 .../test/java/com/gemstone/gemfire/internal/FDDUnitTest.java   | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ded14547/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java
index 7379c86..68385ee 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/FDDUnitTest.java
@@ -69,8 +69,12 @@ public class FDDUnitTest extends CacheTestCase {
     vm1.invoke(CacheServerTestUtil.class, "closeCache");
     vm2.invoke(CacheServerTestUtil.class, "closeCache");
   }
+
+  public void testEmpty() {
+    //Ticket #GEODE-338.  Disable the test for now and rewrite as a junit test.
+  }
   
-  public void testFDSocketFixOnlyServers() throws Exception {
+  public void disable_testFDSocketFixOnlyServers() throws Exception {
     String os = System.getProperty("os.name");
     if (os != null) {
       if (os.indexOf("Windows") != -1) {