[ https://issues.apache.org/jira/browse/GEODE-9448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385788#comment-17385788 ]
Geode Integration commented on GEODE-9448: ------------------------------------------ Seen in [distributed-test-openjdk11 #95|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/distributed-test-openjdk11/builds/95] ... see [test results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0379/test-results/distributedTest/1626986847/] or download [artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0379/test-artifacts/1626986847/distributedtestfiles-openjdk11-1.15.0-build.0379.tgz]. > CI Failure: MemberMXBeanDistributedTest.testBucketCount failed with > ConditionTimeoutException caused by TimeoutException > ------------------------------------------------------------------------------------------------------------------------ > > Key: GEODE-9448 > URL: https://issues.apache.org/jira/browse/GEODE-9448 > Project: Geode > Issue Type: Bug > Components: jmx, tests > Reporter: Kamilla Aslami > Priority: Major > > This failure is similar to GEODE-8191 but the stack trace looks a bit > different: > {noformat} > org.apache.geode.management.MemberMXBeanDistributedTest > testBucketCount > FAILED > org.awaitility.core.ConditionTimeoutException: Assertion condition > defined as a lambda expression in > org.apache.geode.management.MemberMXBeanDistributedTest expected:<[400]0> but > was:<[375]0> 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.management.MemberMXBeanDistributedTest.testBucketCount(MemberMXBeanDistributedTest.java:108) > Caused by: > java.util.concurrent.TimeoutException > at java.util.concurrent.FutureTask.get(FutureTask.java:204) > at > org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:101) > at > org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:81) > at > org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:102) > ... 5 more{noformat} > I noticed that in the last failure reported on GEODE-8191 ([run > #26|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/distributed-test-openjdk8/builds/26]), > the version of Awaitility was 4.0.3. In this failure, the version is 4.1.0, > so this might be the reason why the stack traces are different. > > -- This message was sent by Atlassian Jira (v8.3.4#803005)