This PR is showing the biggest shortcoming of StressNewTest. Nearly every IntegrationTest ever added to Geode was written with the assumption that the JVM will never be reused so they don't perform sufficient tearDown. This means that if you touch any of these older tests, you're guaranteed to see a ton of nasty failures in StressNewTest. I would ignore these failures for this PR as long as the regular IntegrationTest jobs are clean.
[ Full content available at: https://github.com/apache/geode/pull/3142 ] This message was relayed via gitbox.apache.org for [email protected]
