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 <[email protected]>
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
['"[email protected]" <[email protected]>'].