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

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

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

GEODE-3478: add RestAPITest category and RequiresGeodeHome rule


> 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
>         Environment: Windows
>            Reporter: Kirk Lund
>              Labels: IntegrationTest, Windows
>
> {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)

Reply via email to