You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2016/10/26 23:08:58 UTC

[jira] [Created] (CALCITE-1471) HttpServerSpnegoWithJaasTest.testAuthenticatedClientsAllowed fails on Windows

Julian Hyde created CALCITE-1471:
------------------------------------

             Summary: HttpServerSpnegoWithJaasTest.testAuthenticatedClientsAllowed fails on Windows
                 Key: CALCITE-1471
                 URL: https://issues.apache.org/jira/browse/CALCITE-1471
             Project: Calcite
          Issue Type: Bug
          Components: avatica
            Reporter: Julian Hyde


The test {{HttpServerSpnegoWithJaasTest.testAuthenticatedClientsAllowed}} fails on Windows, with the following message:

{noformat}
Failed tests:
  HttpServerSpnegoWithJaasTest.testAuthenticatedClientsAllowed:223 expected:<[OK client@EXAMPLE.COM]> but was:<[<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 </title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /. Reason:
<pre>    Unauthenticated users should not reach here!</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
</body>
</html>
]>
{noformat}

Unlike some other SPNEGO tests, this one occurs every time.



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