You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barbara Pruijn (JIRA)" <ji...@apache.org> on 2018/02/28 00:01:00 UTC

[jira] [Resolved] (GEODE-1000) LauncherLifecycleCommandsDUnitTest fails on Windows

     [ https://issues.apache.org/jira/browse/GEODE-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Barbara Pruijn resolved GEODE-1000.
-----------------------------------
    Resolution: Won't Do

> 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
>            Priority: Major
>              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
(v7.6.3#76005)