Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-2177

CI Failure: ReplicatedTest in geode-examples fails with AssertionError

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0-incubating
    • 1.1.0
    • core, tests

    Description

      The assertion on line 82 asserts that the exit code for executing the start script is zero.

      :geode-examples:replicated:test
      
      org.apache.geode.examples.replicated.ReplicatedTest > executeStartThenStopScript FAILED
          java.lang.AssertionError at ReplicatedTest.java:82
      

      Code:

       79   @Test
       80   public void executeStartThenStopScript() throws InterruptedException, IOException {
       81     final int exitCodeStart = executeScript(startScriptFileName);
       82     assertEquals(0, exitCodeStart);
      

      Attachments

        Activity

          People

            jens.deppe Jens Deppe
            klund Kirk Lund
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: