Three tests failing in StressTest due to insufficient tearDown in older IntegrationTests: * GEODE-6385: TXJUnitTest - CacheExistsException * GEODE-6386: PartitionedRegionSingleNodeOperationsJUnitTest - CacheClosedException * GEODE-6387: MemberLevelStatsJUnitTest - IllegalStateException: A connection to a distributed system already exists in this VM
One test hanging in StressTest: * GEODE-6388: PartitionedRegionCqQueryDUnitTest - CqQueryTestListener.waitForTotalEvents All of the above problems are caused by tests that cannot be executed more than once within a JVM. [ Full content available at: https://github.com/apache/geode/pull/3142 ] This message was relayed via gitbox.apache.org for [email protected]
