You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/05/11 23:56:33 UTC

[GitHub] [geode] mhansonp commented on a diff in pull request #6976: Bugfix/GEODE-9617 CI Failure: PartitionedRegionSingleHopDUnitTest fails with ConditionTimeoutException waiting for server to bucket map size

mhansonp commented on code in PR #6976:
URL: https://github.com/apache/geode/pull/6976#discussion_r870838934


##########
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/PartitionedRegionSingleHopDUnitTest.java:
##########
@@ -956,16 +935,16 @@ public void testClientMetadataForPersistentPrs() throws Exception {
       });
     }
 
-    LATCH.get().await(getTimeout().toMillis(), MILLISECONDS);
-
+    assertThat(LATCH.get().await(getTimeout().toMillis(), MILLISECONDS))

Review Comment:
   Another latch change



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org