You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/22 18:15:00 UTC

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

    [ https://issues.apache.org/jira/browse/GEODE-3479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16176849#comment-16176849 ] 

ASF subversion and git services commented on GEODE-3479:
--------------------------------------------------------

Commit 3fdfa55ac0158989700ff8a964bf5b86b0f20629 in geode's branch refs/heads/develop from [~apache@the9muses.net]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3fdfa55 ]

GEODE-3479: add RestAPITest category and RequiresGeodeHome rule


> 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
>              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
(v6.4.14#64029)