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

[05/49] 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/54eab9a0
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/54eab9a0
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/54eab9a0

Branch: refs/heads/feature/GEODE-2420
Commit: 54eab9a0cd8cc0adde84e144b6dbd035d63a3192
Parents: 8afd0d6
Author: Kirk Lund <kl...@apache.org>
Authored: Tue Mar 7 14:34:47 2017 -0800
Committer: Ken Howe <kh...@pivotal.io>
Committed: Fri Mar 17 13:08:56 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/geode/blob/54eab9a0/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();
   }