You are creating two VMStatsMonitor objects (line 92 and 93) where I think you meant to create one. You can combine the two into just one line like: ``` vmStatsMonitor = spy(new VMStatsMonitor(testName.getMethodName(), true)); ```
[ Full content available at: https://github.com/apache/geode/pull/2984 ] This message was relayed via gitbox.apache.org for [email protected]
