You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kenneth Howe (JIRA)" <ji...@apache.org> on 2017/10/13 21:21:00 UTC

[jira] [Resolved] (GEODE-3826) CI Failure: CommandResultTest failures on Windows

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

Kenneth Howe resolved GEODE-3826.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

> 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
>    Affects Versions: 1.2.1
>         Environment: Windows
>            Reporter: Kenneth Howe
>            Assignee: Kenneth Howe
>              Labels: CI
>             Fix For: 1.4.0
>
>
> 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)