You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/20 19:57:28 UTC

[jira] [Closed] (GEODE-3479) RestSecurityPostProcessorTest fails on Windows

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

Anthony Baker closed GEODE-3479.
--------------------------------

> RestSecurityPostProcessorTest fails on Windows
> ----------------------------------------------
>
>                 Key: GEODE-3479
>                 URL: https://issues.apache.org/jira/browse/GEODE-3479
>             Project: Geode
>          Issue Type: Sub-task
>          Components: rest (dev), security, tests
>         Environment: Windows
>            Reporter: Kirk Lund
>            Priority: Major
>              Labels: IntegrationTest, Windows
>
> {noformat}
> org.apache.geode.rest.internal.web.RestSecurityPostProcessorTest > namedQuery FAILED
>     java.lang.AssertionError: expected:<201> 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.RestSecurityPostProcessorTest.namedQuery(RestSecurityPostProcessorTest.java:162)
> org.apache.geode.rest.internal.web.RestSecurityPostProcessorTest > 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.RestSecurityPostProcessorTest.getRegionKey(RestSecurityPostProcessorTest.java:77)
> org.apache.geode.rest.internal.web.RestSecurityPostProcessorTest > getRegion 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.RestSecurityPostProcessorTest.getRegion(RestSecurityPostProcessorTest.java:121)
> org.apache.geode.rest.internal.web.RestSecurityPostProcessorTest > adhocQuery 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.RestSecurityPostProcessorTest.adhocQuery(RestSecurityPostProcessorTest.java:140)
> org.apache.geode.rest.internal.web.RestSecurityPostProcessorTest > getMultipleRegionKeys 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.RestSecurityPostProcessorTest.getMultipleRegionKeys(RestSecurityPostProcessorTest.java:102)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)