mhansonp commented on code in PR #6976:
URL: https://github.com/apache/geode/pull/6976#discussion_r871674543
##########
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/PartitionedRegionSingleHopDUnitTest.java:
##########
@@ -952,16 +915,16 @@ public void testClientMetadataForPersistentPrs() throws
Exception {
});
}
- LATCH.get().await(getTimeout().toMillis(), MILLISECONDS);
+ assertThat(LATCH.get().await(getTimeout().toMillis(),
MILLISECONDS)).isTrue();
Review Comment:
Though that does not appear to reproduce at this time...
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]