You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Minder (JIRA)" <ji...@apache.org> on 2016/01/21 15:58:39 UTC

[jira] [Created] (KNOX-656) Test GatewayLdapPosixGroupFuncTest failing intermittently

Kevin Minder created KNOX-656:
---------------------------------

             Summary: Test GatewayLdapPosixGroupFuncTest failing intermittently
                 Key: KNOX-656
                 URL: https://issues.apache.org/jira/browse/KNOX-656
             Project: Apache Knox
          Issue Type: Bug
          Components: Tests
    Affects Versions: 0.8.0
            Reporter: Kevin Minder
            Priority: Blocker
             Fix For: 0.8.0


The test GatewayLdapPosixGroupFuncTest is failing intermittently with a 403 error.  The failure is below.
{code}
Results :

Failed tests:
  GatewayLdapPosixGroupFuncTest.testGroupMember:286 3 expectations failed.
Expected status code <200> doesn't match actual status code <403>.

Expected content-type "text/plain" doesn't match actual content-type "text/html;charset=ISO-8859-1".

Response body doesn't match expectation.
Expected: is "test-service-response"
  Actual: <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 403 Forbidden</title>
</head>
<body><h2>HTTP ERROR 403</h2>
<p>Problem accessing /gateway/test-cluster/test-service-path/test-service-resource. Reason:
<pre>    Forbidden</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>

</body>
</html>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)