You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Ryan McMahon (Jira)" <ji...@apache.org> on 2019/09/04 00:28:00 UTC

[jira] [Created] (GEODE-7158) Singleton CacheClientNotifier state can pollute tests causing failures

Ryan McMahon created GEODE-7158:
-----------------------------------

             Summary: 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


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)