Kirk Lund created GEODE-1358:
--------------------------------
Summary: JUnit3DistributedTestCase may invoke
initializeDistributedTestCase even when test is not executed
Key: GEODE-1358
URL: https://issues.apache.org/jira/browse/GEODE-1358
Project: Geode
Issue Type: Improvement
Components: tests
Reporter: Kirk Lund
If we move " JUnit4DistributedTestCase.initializeDistributedTestCase();" out
of the constructor for JUnit3DistributedTestCase then we may avoid unintended
calls to...
at
com.gemstone.gemfire.test.dunit.standalone.DUnitLauncher.launchIfNeeded(DUnitLauncher.java:130)
...during "test" or other test.gradle tasks that fail to exclude *DUnitTest
file pattern.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)