You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2016/05/04 01:07:13 UTC

[jira] [Created] (CALCITE-1226) Intermittent failures in AvaticaSpnegoTest

Julian Hyde created CALCITE-1226:
------------------------------------

             Summary: Intermittent failures in AvaticaSpnegoTest
                 Key: CALCITE-1226
                 URL: https://issues.apache.org/jira/browse/CALCITE-1226
             Project: Calcite
          Issue Type: Bug
          Components: avatica
            Reporter: Julian Hyde


I am getting intermittent failures of AvaticaSpnegoTest.testAuthenticatedClient:

{noformat}
Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.339 sec <<< FAILURE! - in org.apache.calcite.avatica.AvaticaSpnegoTest
testAuthenticatedClient[1](org.apache.calcite.avatica.AvaticaSpnegoTest)  Time elapsed: 0.141 sec  <<< ERROR!
java.security.PrivilegedActionException: null
        at org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl.send(AvaticaCommonsHttpClientSpnegoImpl.java:148)
        at org.apache.calcite.avatica.remote.RemoteProtobufService._apply(RemoteProtobufService.java:44)
        at org.apache.calcite.avatica.remote.ProtobufService.apply(ProtobufService.java:65)
        at org.apache.calcite.avatica.remote.RemoteMeta$13.call(RemoteMeta.java:258)
        at org.apache.calcite.avatica.remote.RemoteMeta$13.call(RemoteMeta.java:250)
        at org.apache.calcite.avatica.AvaticaConnection.invokeWithRetries(AvaticaConnection.java:714)
        at org.apache.calcite.avatica.remote.RemoteMeta.prepareAndExecute(RemoteMeta.java:249)
        at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:613)
        at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:140)
        at org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:200)
        at org.apache.calcite.avatica.AvaticaSpnegoTest$1.run(AvaticaSpnegoTest.java:204)
        at org.apache.calcite.avatica.AvaticaSpnegoTest$1.run(AvaticaSpnegoTest.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:422)
        at org.apache.calcite.avatica.AvaticaSpnegoTest.testAuthenticatedClient(AvaticaSpnegoTest.java:200)
{noformat}



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