Kirk Lund created GEODE-9617: -------------------------------- Summary: CI Failure: PartitionedRegionSingleHopDUnitTest fails with ConditionTimeoutException waiting for server to bucket map size Key: GEODE-9617 URL: https://issues.apache.org/jira/browse/GEODE-9617 Project: Geode Issue Type: Bug Components: client/server Reporter: Kirk Lund
{noformat} org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > testClientMetadataForPersistentPrs FAILED org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest that uses org.apache.geode.cache.client.internal.ClientMetadataService, org.apache.geode.cache.client.internal.ClientMetadataServiceorg.apache.geode.cache.Region Expecting actual not to be null within 5 minutes. at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:166) at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119) at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31) at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:939) at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723) at org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testClientMetadataForPersistentPrs(PartitionedRegionSingleHopDUnitTest.java:971) Caused by: java.lang.AssertionError: Expecting actual not to be null at org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.lambda$testClientMetadataForPersistentPrs$26(PartitionedRegionSingleHopDUnitTest.java:976) {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)