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

[jira] [Created] (GEODE-3493) ServerLauncherRemoteIntegrationTest fails on Windows

Kirk Lund created GEODE-3493:
--------------------------------

             Summary: ServerLauncherRemoteIntegrationTest fails on Windows
                 Key: GEODE-3493
                 URL: https://issues.apache.org/jira/browse/GEODE-3493
             Project: Geode
          Issue Type: Sub-task
          Components: gfsh, tests
            Reporter: Kirk Lund


{noformat}
org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > statusForDisableDefaultServerHasEmptyPort FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:114)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.statusForDisableDefaultServerHasEmptyPort(ServerLauncherRemoteIntegrationTest.java:177)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > pidFileContainsServerPid FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:127)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:123)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.pidFileContainsServerPid(ServerLauncherRemoteIntegrationTest.java:61)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > startWithForceOverwritesExistingPidFile FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:127)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.startWithForceOverwritesExistingPidFile(ServerLauncherRemoteIntegrationTest.java:123)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > startWithDisableDefaultServerDoesNotUseDefaultPort FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:127)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.startWithDisableDefaultServerDoesNotUseDefaultPort(ServerLauncherRemoteIntegrationTest.java:102)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > statusWithWorkingDirectoryReturnsOnlineWithDetails FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:114)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:110)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.statusWithWorkingDirectoryReturnsOnlineWithDetails(ServerLauncherRemoteIntegrationTest.java:206)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > startWithDisableDefaultServerSucceedsWhenDefaultPortInUse FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:127)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.startWithDisableDefaultServerSucceedsWhenDefaultPortInUse(ServerLauncherRemoteIntegrationTest.java:111)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > startWithDefaultPortInUseFailsWithBindException FAILED
    org.junit.ComparisonFailure: expected:<[tru]e> but was:<[fals]e>
        at sun.reflect.GeneratedConstructorAccessor12.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.assertThatServerThrew(ServerLauncherRemoteIntegrationTestCase.java:97)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.startWithDefaultPortInUseFailsWithBindException(ServerLauncherRemoteIntegrationTest.java:172)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > stopWithPidReturnsStopped FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:114)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:110)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.stopWithPidReturnsStopped(ServerLauncherRemoteIntegrationTest.java:265)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > startOverwritesStalePidFile FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:127)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:123)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.startOverwritesStalePidFile(ServerLauncherRemoteIntegrationTest.java:93)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > startDeletesStaleControlFiles FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:127)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:123)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.startDeletesStaleControlFiles(ServerLauncherRemoteIntegrationTest.java:79)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > stopWithWorkingDirectoryStopsServerProcess FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:114)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:110)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.stopWithWorkingDirectoryStopsServerProcess(ServerLauncherRemoteIntegrationTest.java:302)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > stopWithPidDeletesPidFile FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:114)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:110)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.stopWithPidDeletesPidFile(ServerLauncherRemoteIntegrationTest.java:283)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > startWithServerPortOverridesDefaultWithCacheXml FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:127)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.startWithServerPortOverridesDefaultWithCacheXml(ServerLauncherRemoteIntegrationTest.java:156)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > startWithServerPortInUseFailsWithBindException FAILED
    org.junit.ComparisonFailure: expected:<[tru]e> but was:<[fals]e>
        at sun.reflect.GeneratedConstructorAccessor12.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.assertThatServerThrew(ServerLauncherRemoteIntegrationTestCase.java:97)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.startWithServerPortInUseFailsWithBindException(ServerLauncherRemoteIntegrationTest.java:135)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > startCreatesPidFile FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:127)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:123)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.startCreatesPidFile(ServerLauncherRemoteIntegrationTest.java:54)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > startWithServerPortOverridesPortInCacheXml FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:127)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.startWithServerPortOverridesPortInCacheXml(ServerLauncherRemoteIntegrationTest.java:142)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > startCreatesLogFile FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:127)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:123)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.startCreatesLogFile(ServerLauncherRemoteIntegrationTest.java:68)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > stopWithWorkingDirectoryReturnsStopped FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:114)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:110)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.stopWithWorkingDirectoryReturnsStopped(ServerLauncherRemoteIntegrationTest.java:292)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > stopWithPidStopsServerProcess FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:114)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:110)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.stopWithPidStopsServerProcess(ServerLauncherRemoteIntegrationTest.java:274)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > statusWithPidReturnsOnlineWithDetails FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:114)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:110)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.statusWithPidReturnsOnlineWithDetails(ServerLauncherRemoteIntegrationTest.java:187)

org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest > stopWithWorkingDirectoryDeletesPidFile FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase that uses org.apache.geode.distributed.ServerLauncher expected:<[online]> but was:<[not responding]> within 2 minutes.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:198)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:177)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:188)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:114)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.givenRunningServer(ServerLauncherRemoteIntegrationTestCase.java:110)
        at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.stopWithWorkingDirectoryDeletesPidFile(ServerLauncherRemoteIntegrationTest.java:311)
{noformat}



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