You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2017/03/09 20:49:20 UTC

[41/50] [abbrv] geode git commit: GEODE-1198: add todo comment to dubious test

GEODE-1198: add todo comment to dubious test


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

Branch: refs/heads/feature/GEODE-1969
Commit: 168f4cebc43d69859b976580f422abd0128770c2
Parents: fe33958
Author: Kirk Lund <kl...@apache.org>
Authored: Tue Mar 7 14:34:47 2017 -0800
Committer: Kevin J. Duling <kd...@pivotal.io>
Committed: Wed Mar 8 10:43:30 2017 -0800

----------------------------------------------------------------------
 .../org/apache/geode/distributed/DistributedSystemDUnitTest.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/168f4ceb/geode-core/src/test/java/org/apache/geode/distributed/DistributedSystemDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/org/apache/geode/distributed/DistributedSystemDUnitTest.java b/geode-core/src/test/java/org/apache/geode/distributed/DistributedSystemDUnitTest.java
index dfe4588..9a64f53 100644
--- a/geode-core/src/test/java/org/apache/geode/distributed/DistributedSystemDUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/distributed/DistributedSystemDUnitTest.java
@@ -124,6 +124,8 @@ public class DistributedSystemDUnitTest extends JUnit4DistributedTestCase {
       }
     });
 
+    // TODO: assert that queue was created or this test is just broken
+
     assertThat(distributionManager.getMembershipManager().waitForDeparture(member))
         .as("expected the serial queue to be flushed").isTrue();
   }