[ https://issues.apache.org/jira/browse/GEODE-5547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16692114#comment-16692114 ]
Kirk Lund commented on GEODE-5547: ---------------------------------- I suspect this is a product bug in the management code (maybe in the resource listener mechanism). 5 minutes should be more than enough time to wait for the region close notification. > RegionManagementDUnitTest > testFixedPRRegionMBean FAILED > --------------------------------------------------------- > > Key: GEODE-5547 > URL: https://issues.apache.org/jira/browse/GEODE-5547 > Project: Geode > Issue Type: Bug > Reporter: Jinmei Liao > Assignee: Kirk Lund > Priority: Minor > Labels: Flaky, pull-request-available, swat > Fix For: 1.7.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > recent failure: > https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/231#L5b5be314:763 > {noformat} > org.apache.geode.management.RegionManagementDUnitTest > > testFixedPRRegionMBean FAILED > {noformat} > {noformat} > org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.test.dunit.NamedRunnable.run in VM 0 running on Host > 0f4308c1376f with 4 VMs > at org.apache.geode.test.dunit.VM.invoke(VM.java:443) > at org.apache.geode.test.dunit.VM.invoke(VM.java:412) > at org.apache.geode.test.dunit.VM.invoke(VM.java:343) > at > org.apache.geode.management.RegionManagementDUnitTest.verifyMemberNotifications(RegionManagementDUnitTest.java:565) > at > org.apache.geode.management.RegionManagementDUnitTest.testFixedPRRegionMBean(RegionManagementDUnitTest.java:209) > > Caused by: > org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda > expression in org.apache.geode.management.RegionManagementDUnitTest that uses > int > Expected size:<6> but was:<4> in: > > <[javax.management.Notification[source=172.17.0.28(265)<v46>-32770][type=gemfire.distributedsystem.cache.region.created][message=Region > Created With Name /MANAGEMENT_FIXED_PR], > > javax.management.Notification[source=172.17.0.28(276)<v47>-32771][type=gemfire.distributedsystem.cache.region.created][message=Region > Created With Name /MANAGEMENT_FIXED_PR], > > javax.management.Notification[source=172.17.0.28(265)<v46>-32770][type=gemfire.distributedsystem.cache.region.closed][message=Region > Destroyed/Closed With Name /MANAGEMENT_FIXED_PR], > > javax.management.Notification[source=172.17.0.28(276)<v47>-32771][type=gemfire.distributedsystem.cache.region.closed][message=Region > Destroyed/Closed With Name /MANAGEMENT_FIXED_PR]]> within 2 minutes. > at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104) > at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117) > at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32) > at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809) > at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648) > at > org.apache.geode.management.RegionManagementDUnitTest.lambda$verifyMemberNotifications$3d0515b3$1(RegionManagementDUnitTest.java:566) > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)