[
https://issues.apache.org/jira/browse/GEODE-7158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan McMahon closed GEODE-7158.
-------------------------------
> Singleton CacheClientNotifier state can pollute tests causing failures
> ----------------------------------------------------------------------
>
> Key: GEODE-7158
> URL: https://issues.apache.org/jira/browse/GEODE-7158
> Project: Geode
> Issue Type: Bug
> Components: tests
> Reporter: Ryan McMahon
> Assignee: Ryan McMahon
> Priority: Major
> Fix For: 1.11.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Two tests in the CacheClientNotifierTest class failed in this PR run:
> [https://concourse.apachegeode-ci.info/builds/92365]
> They both appear to be failing due to unexpected proxies in their proxy
> collections. Our best guess at this point is that these unexpected proxies
> are coming from a singleton CacheClientNotifier from a previous test. It is
> difficult to pinpoint which test might be causing this pollution, so our best
> course of action at this point is to shutdown any existing
> CacheClientNotifier singletons in the @Before method, so each test starts
> with a clean state.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)