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:08:00 UTC

[jira] [Created] (GEODE-3478) RestSecurityIntegrationTest fails on Windows

Kirk Lund created GEODE-3478:
--------------------------------

             Summary: RestSecurityIntegrationTest fails on Windows
                 Key: GEODE-3478
                 URL: https://issues.apache.org/jira/browse/GEODE-3478
             Project: Geode
          Issue Type: Sub-task
          Components: rest (dev), security, tests
            Reporter: Kirk Lund


{noformat}
org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > testPutQuery FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.testPutQuery(RestSecurityIntegrationTest.java:135)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > testDeleteQuery FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.testDeleteQuery(RestSecurityIntegrationTest.java:146)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > putRegionKey FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.putRegionKey(RestSecurityIntegrationTest.java:346)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > testPostQuery FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.testPostQuery(RestSecurityIntegrationTest.java:110)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > testPing FAILED
    java.lang.AssertionError: expected:<200> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.testPing(RestSecurityIntegrationTest.java:173)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > postRegionKey FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.postRegionKey(RestSecurityIntegrationTest.java:320)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > deleteRegion FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.deleteRegion(RestSecurityIntegrationTest.java:255)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > getRegionKey FAILED
    java.lang.AssertionError: expected:<200> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.getRegionKey(RestSecurityIntegrationTest.java:284)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > testQueries FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.testQueries(RestSecurityIntegrationTest.java:86)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > testFunctions FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.testFunctions(RestSecurityIntegrationTest.java:63)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > testAdhocQuery FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.testAdhocQuery(RestSecurityIntegrationTest.java:98)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > getRegion FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.getRegion(RestSecurityIntegrationTest.java:217)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > testPostQuery2 FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.testPostQuery2(RestSecurityIntegrationTest.java:123)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > deleteRegionKey FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.deleteRegionKey(RestSecurityIntegrationTest.java:301)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > headRegion FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.headRegion(RestSecurityIntegrationTest.java:237)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > testServers FAILED
    java.lang.AssertionError: expected:<401> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.testServers(RestSecurityIntegrationTest.java:157)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > getRegionKeys FAILED
    java.lang.AssertionError: expected:<200> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.getRegionKeys(RestSecurityIntegrationTest.java:269)

org.apache.geode.rest.internal.web.RestSecurityIntegrationTest > getRegions FAILED
    java.lang.AssertionError: A '200 - OK' was expected expected:<200> but was:<503>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.apache.geode.rest.internal.web.RestSecurityIntegrationTest.getRegions(RestSecurityIntegrationTest.java:189)
{noformat}



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