Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-409 a73dc1b7d -> ded145474
[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-409 Commit: ded145474c16f802fc970ca8fe114fb3df915038 Parents: a73dc1b Author: Jason Huynh <[email protected]> Authored: Fri Oct 23 09:14:03 2015 -0700 Committer: Jason Huynh <[email protected]> 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) {
