You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by br...@apache.org on 2021/05/17 20:09:13 UTC

[geode] branch bugfix/GEODE-9070-backintime updated: Bump DUnit Test

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

bross pushed a commit to branch bugfix/GEODE-9070-backintime
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/bugfix/GEODE-9070-backintime by this push:
     new 042c6cb  Bump DUnit Test
042c6cb is described below

commit 042c6cb5fe82bac9fdc69b3aa1e5373f365188fd
Author: Ben Ross <ro...@vmware.com>
AuthorDate: Mon May 17 13:08:09 2021 -0700

    Bump DUnit Test
---
 .../org/apache/geode/modules/util/ClientServerSessionCacheDUnitTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extensions/geode-modules/src/distributedTest/java/org/apache/geode/modules/util/ClientServerSessionCacheDUnitTest.java b/extensions/geode-modules/src/distributedTest/java/org/apache/geode/modules/util/ClientServerSessionCacheDUnitTest.java
index 87bd506..e08cf20 100644
--- a/extensions/geode-modules/src/distributedTest/java/org/apache/geode/modules/util/ClientServerSessionCacheDUnitTest.java
+++ b/extensions/geode-modules/src/distributedTest/java/org/apache/geode/modules/util/ClientServerSessionCacheDUnitTest.java
@@ -97,6 +97,7 @@ public class ClientServerSessionCacheDUnitTest implements Serializable {
     server1.invoke(this::startCacheServer);
 
     // Session region may be created asynchronously on the second server
+    server0.invoke(() -> await().untilAsserted(this::validateServer));
     server1.invoke(() -> await().untilAsserted(this::validateServer));
   }