You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Jens Deppe (JIRA)" <ji...@apache.org> on 2016/12/19 18:27:58 UTC

[jira] [Resolved] (GEODE-2177) CI Failure: ReplicatedTest in geode-examples fails with AssertionError

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

Jens Deppe resolved GEODE-2177.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0

> CI Failure: ReplicatedTest in geode-examples fails with AssertionError
> ----------------------------------------------------------------------
>
>                 Key: GEODE-2177
>                 URL: https://issues.apache.org/jira/browse/GEODE-2177
>             Project: Geode
>          Issue Type: Bug
>          Components: core, tests
>    Affects Versions: 1.0.0-incubating
>            Reporter: Kirk Lund
>            Assignee: Jens Deppe
>              Labels: CI, Example
>             Fix For: 1.1.0
>
>
> The assertion on line 82 asserts that the exit code for executing the start script is zero.
> {noformat}
> :geode-examples:replicated:test
> org.apache.geode.examples.replicated.ReplicatedTest > executeStartThenStopScript FAILED
>     java.lang.AssertionError at ReplicatedTest.java:82
> {noformat}
> Code:
> {noformat}
>  79   @Test
>  80   public void executeStartThenStopScript() throws InterruptedException, IOException {
>  81     final int exitCodeStart = executeScript(startScriptFileName);
>  82     assertEquals(0, exitCodeStart);
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)