[
https://issues.apache.org/jira/browse/GEODE-7158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16922642#comment-16922642
]
ASF subversion and git services commented on GEODE-7158:
--------------------------------------------------------
Commit 57f1cc791aee96830e60d78aab0971a9826de2dc in geode's branch
refs/heads/develop from Ryan McMahon
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=57f1cc7 ]
GEODE-7158: Adding singleton cleanup before and after tests
> 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
> Priority: Major
> 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)