You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2017/10/27 15:43:51 UTC

[geode] branch develop updated: GEODE-3902: Wait for all async invoked commands to complete (#986)

This is an automated email from the ASF dual-hosted git repository.

jensdeppe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 36655bc  GEODE-3902: Wait for all async invoked commands to complete (#986)
36655bc is described below

commit 36655bcbab194041934951131a54beb548ce3649
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Fri Oct 27 08:43:48 2017 -0700

    GEODE-3902: Wait for all async invoked commands to complete (#986)
---
 .../org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-core/src/test/java/org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java b/geode-core/src/test/java/org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java
index 319f03f..f0df5c0 100644
--- a/geode-core/src/test/java/org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/security/ClientDestroyInvalidateAuthDUnitTest.java
@@ -103,6 +103,7 @@ public class ClientDestroyInvalidateAuthDUnitTest extends JUnit4DistributedTestC
     });
 
     ai1.await();
+    ai2.await();
   }
 
 }

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].