[
https://issues.apache.org/jira/browse/GEODE-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund updated GEODE-1000:
-----------------------------
Environment: Windows
> LauncherLifecycleCommandsDUnitTest fails on Windows
> ---------------------------------------------------
>
> Key: GEODE-1000
> URL: https://issues.apache.org/jira/browse/GEODE-1000
> Project: Geode
> Issue Type: Bug
> Components: management
> Environment: Windows
> Reporter: Bruce Schuchardt
> Labels: DistributedTest, Windows
>
> A number of tests fail due to file separators being changed from a
> forward-slash to a back-slash:
> com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommandsDUnitTest
> > test001StartLocatorFailsFastOnMissingGemFirePropertiesFile FAILED
> junit.framework.AssertionFailedError:
> Warning: The GemFire properties file
> C:\path\to\missing\gemfire.properties could not be found.
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at
> com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommandsDUnitTest.test001StartLocatorFailsFastOnMissingGemFirePropertiesFile(LauncherLifecycleCommandsDUnitTest.java:384)
> com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommandsDUnitTest
> > test002StartLocatorFailsFastOnMissingGemFireSecurityPropertiesFile FAILED
> junit.framework.AssertionFailedError:
> Warning: The GemFire Security properties file
> C:\path\to\missing\gemfire-security.properties could not be found.
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at
> com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommandsDUnitTest.test002StartLocatorFailsFastOnMissingGemFireSecurityPropertiesFile(LauncherLifecycleCommandsDUnitTest.java:409)
> com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommandsDUnitTest
> > test003StartServerFailsFastOnMissingCacheXmlFile FAILED
> junit.framework.AssertionFailedError:
> Warning: The GemFire cache XML file C:\path\to\missing\cache.xml could
> not be found.
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at
> com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommandsDUnitTest.test003StartServerFailsFastOnMissingCacheXmlFile(LauncherLifecycleCommandsDUnitTest.java:429)
> com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommandsDUnitTest
> > test004StartServerFailsFastOnMissingGemFirePropertiesFile FAILED
> junit.framework.AssertionFailedError:
> Warning: The GemFire properties file
> C:\path\to\missing\gemfire.properties could not be found.
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at
> com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommandsDUnitTest.test004StartServerFailsFastOnMissingGemFirePropertiesFile(LauncherLifecycleCommandsDUnitTest.java:448)
> com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommandsDUnitTest
> > test005StartServerFailsFastOnMissingGemFireSecurityPropertiesFile FAILED
> junit.framework.AssertionFailedError:
> Warning: The GemFire Security properties file
> C:\path\to\missing\gemfire-securities.properties could not be found.
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at
> com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommandsDUnitTest.test005StartServerFailsFastOnMissingGemFireSecurityPropertiesFile(LauncherLifecycleCommandsDUnitTest.java:468)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)