[
https://issues.apache.org/jira/browse/GEODE-6416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16769677#comment-16769677
]
Kirk Lund commented on GEODE-6416:
----------------------------------
InternalDistributedSystemTest started failing in UnitTest not because of any PR
but because GetRegionsFunctionJUnitTest started executing before it in CI.
GetRegionsFunctionJUnitTest sets statsDisabled system property true and doesn’t
do any tearDown. This caused a mockito matcher in InternalDistributedSystemTest
to fail.
We have submitted https://github.com/apache/geode/pull/3201 to fix
GetRegionsFunctionJUnitTest, rename two unit tests for GetRegionsFunction and
make some additional changes to InternalDistributedSystemTest to make future
failures easier to diagnose.
> CI failure:
> org.apache.geode.distributed.internal.InternalDistributedSystemTest >
> createsStatisticsManagerViaFactory
> --------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-6416
> URL: https://issues.apache.org/jira/browse/GEODE-6416
> Project: Geode
> Issue Type: Bug
> Reporter: Lynn Gallinat
> Assignee: Kirk Lund
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> org.apache.geode.distributed.internal.InternalDistributedSystemTest >
> createsStatisticsManagerViaFactory FAILED
> java.lang.AssertionError:
> Expecting:
> <Mock for StatisticsManager, hashCode: 156636879>
> and actual:
> <statisticsManager>
> to refer to the same object
> at
> org.apache.geode.distributed.internal.InternalDistributedSystemTest.createsStatisticsManagerViaFactory(InternalDistributedSystemTest.java:79)
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/UnitTestOpenJDK11/builds/399
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)