You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bruce Schuchardt (JIRA)" <ji...@apache.org> on 2016/02/26 00:27:18 UTC

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

Bruce Schuchardt created GEODE-1000:
---------------------------------------

             Summary: LauncherLifecycleCommandsDUnitTest fails on Windows
                 Key: GEODE-1000
                 URL: https://issues.apache.org/jira/browse/GEODE-1000
             Project: Geode
          Issue Type: Bug
          Components: management
            Reporter: Bruce Schuchardt


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)