Kenneth Howe created GEODE-3826:
-----------------------------------

             Summary: CI Failure: COmmandResultTest failures on Windows
                 Key: GEODE-3826
                 URL: https://issues.apache.org/jira/browse/GEODE-3826
             Project: Geode
          Issue Type: Bug
          Components: gfsh
            Reporter: Kenneth Howe


Three tests in CommandResultTest are failing only on Windows. From the logged 
failures it looks like the test assertions are using system dependent expected 
strings (i.e. looking for explicit {{\n}} characters.)

{code}
org.apache.geode.management.internal.cli.result.CommandResultTest > 
resultWithFileDoesHaveFileToDownload FAILED
    org.junit.ComparisonFailure: expected:<...de-core\build\test\.[]
    "> but was:<...de-core\build\test\.[
]
    ">
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at 
org.apache.geode.management.internal.cli.result.CommandResultTest.resultWithFileDoesHaveFileToDownload(CommandResultTest.java:70)
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to