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/03/07 20:24:40 UTC

[jira] [Created] (KNOX-684) Increase test timeouts for failing tests

Kevin Minder created KNOX-684:
---------------------------------

             Summary: Increase test timeouts for failing tests
                 Key: KNOX-684
                 URL: https://issues.apache.org/jira/browse/KNOX-684
             Project: Apache Knox
          Issue Type: Task
          Components: Tests
    Affects Versions: 0.9.0
            Reporter: Kevin Minder
            Assignee: Kevin Minder
            Priority: Blocker
             Fix For: 0.9.0


A few tests have started failing due to timeout issues.  This is likely a result of additional time taken by the new deployment code.  These tests are  not failing on developer boxes only in jenkins nodes which appear to have less powerful hardware.  The timeout need to be increased to stabilize the tests.   This may take a few iterations.

{code}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.gateway.GatewayAdminFuncTest#setupSuite
Exiting org.apache.hadoop.gateway.GatewayAdminFuncTest#setupSuite
Running org.apache.hadoop.gateway.GatewayAdminFuncTest
Running org.apache.hadoop.gateway.GatewayAdminFuncTest#testAdminService
Mar 07, 2016 6:57:42 PM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.6 2014-02-18 21:52:53...
Running org.apache.hadoop.gateway.GatewayAdminFuncTest#cleanupSuite
Exiting org.apache.hadoop.gateway.GatewayAdminFuncTest#testAdminService
Exiting org.apache.hadoop.gateway.GatewayAdminFuncTest#cleanupSuite
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.121 sec <<< FAILURE! - in org.apache.hadoop.gateway.GatewayAdminFuncTest
testAdminService(org.apache.hadoop.gateway.GatewayAdminFuncTest)  Time elapsed: 5.032 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 5000 milliseconds
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.http.client.HttpClient$execute.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:133)
	at com.jayway.restassured.internal.RequestSpecificationImpl$RestAssuredHttpBuilder.doRequest(RequestSpecificationImpl.groovy:1377)
	at com.jayway.restassured.internal.http.HTTPBuilder.doRequest(HTTPBuilder.java:490)
	at com.jayway.restassured.internal.http.HTTPBuilder.request(HTTPBuilder.java:439)
	at com.jayway.restassured.internal.http.HTTPBuilder$request$0.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:141)
	at com.jayway.restassured.internal.RequestSpecificationImpl.sendHttpRequest(RequestSpecificationImpl.groovy:953)
	at com.jayway.restassured.internal.RequestSpecificationImpl.this$2$sendHttpRequest(RequestSpecificationImpl.groovy)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:210)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:59)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:52)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:154)
	at com.jayway.restassured.internal.RequestSpecificationImpl.sendRequest(RequestSpecificationImpl.groovy:820)
	at com.jayway.restassured.internal.RequestSpecificationImpl.this$2$sendRequest(RequestSpecificationImpl.groovy)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:210)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:71)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:141)
	at com.jayway.restassured.internal.filter.RootFilter.filter(RootFilter.groovy:30)
	at com.jayway.restassured.filter.Filter$filter.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:141)
	at com.jayway.restassured.internal.filter.FilterContextImpl.next(FilterContextImpl.groovy:49)
	at com.jayway.restassured.filter.FilterContext$next.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:133)
	at com.jayway.restassured.internal.RequestSpecificationImpl.invokeFilterChain(RequestSpecificationImpl.groovy:758)
	at com.jayway.restassured.internal.RequestSpecificationImpl$invokeFilterChain.callCurrent(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:52)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:154)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:182)
	at com.jayway.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1142)
	at com.jayway.restassured.internal.RequestSpecificationImpl.this$2$applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:210)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:59)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:52)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:154)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:182)
	at com.jayway.restassured.internal.RequestSpecificationImpl.get(RequestSpecificationImpl.groovy:131)
	at com.jayway.restassured.specification.RequestSender$get.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:133)
	at com.jayway.restassured.internal.ResponseSpecificationImpl.get(ResponseSpecificationImpl.groovy:226)
	at org.apache.hadoop.gateway.GatewayAdminFuncTest.testAdminService(GatewayAdminFuncTest.java:203)

Running org.apache.hadoop.gateway.GatewaySampleFuncTest#setupSuite
Exiting org.apache.hadoop.gateway.GatewaySampleFuncTest#setupSuite
Running org.apache.hadoop.gateway.GatewaySampleFuncTest
Running org.apache.hadoop.gateway.GatewaySampleFuncTest#testTestService
Exiting org.apache.hadoop.gateway.GatewaySampleFuncTest#testTestService
Running org.apache.hadoop.gateway.GatewaySampleFuncTest#cleanupSuite
Exiting org.apache.hadoop.gateway.GatewaySampleFuncTest#cleanupSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.557 sec - in org.apache.hadoop.gateway.GatewaySampleFuncTest
Running org.apache.hadoop.gateway.OozieServiceDefinitionTest
Running org.apache.hadoop.gateway.OozieServiceDefinitionTest#testOozieRewriteRulesForValuesRelativeToServiceRegistry
Exiting org.apache.hadoop.gateway.OozieServiceDefinitionTest#testOozieRewriteRulesForValuesRelativeToServiceRegistry
Running org.apache.hadoop.gateway.OozieServiceDefinitionTest#testOozieRewriteRulesForLiteralComplexTemplateValuesBugKnox394
Exiting org.apache.hadoop.gateway.OozieServiceDefinitionTest#testOozieRewriteRulesForLiteralComplexTemplateValuesBugKnox394
Running org.apache.hadoop.gateway.OozieServiceDefinitionTest#testOozieRewriteRulesForLiteralTemplateValuesBugKnox394
Exiting org.apache.hadoop.gateway.OozieServiceDefinitionTest#testOozieRewriteRulesForLiteralTemplateValuesBugKnox394
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.936 sec - in org.apache.hadoop.gateway.OozieServiceDefinitionTest
Running org.apache.hadoop.gateway.GatewayLdapDynamicGroupFuncTest#setupSuite
Exiting org.apache.hadoop.gateway.GatewayLdapDynamicGroupFuncTest#setupSuite
Running org.apache.hadoop.gateway.GatewayLdapDynamicGroupFuncTest
Running org.apache.hadoop.gateway.GatewayLdapDynamicGroupFuncTest#testGroupMember
Exiting org.apache.hadoop.gateway.GatewayLdapDynamicGroupFuncTest#testGroupMember
Running org.apache.hadoop.gateway.GatewayLdapDynamicGroupFuncTest#testNonGroupMember
Exiting org.apache.hadoop.gateway.GatewayLdapDynamicGroupFuncTest#testNonGroupMember
Running org.apache.hadoop.gateway.GatewayLdapDynamicGroupFuncTest#cleanupSuite
Exiting org.apache.hadoop.gateway.GatewayLdapDynamicGroupFuncTest#cleanupSuite
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.049 sec - in org.apache.hadoop.gateway.GatewayLdapDynamicGroupFuncTest
Running org.apache.hadoop.gateway.Knox242FuncTest#setupSuite
Exiting org.apache.hadoop.gateway.Knox242FuncTest#setupSuite
Running org.apache.hadoop.gateway.Knox242FuncTest
Running org.apache.hadoop.gateway.Knox242FuncTest#testGroupMember
Exiting org.apache.hadoop.gateway.Knox242FuncTest#testGroupMember
Running org.apache.hadoop.gateway.Knox242FuncTest#testNonGroupMember
Exiting org.apache.hadoop.gateway.Knox242FuncTest#testNonGroupMember
Running org.apache.hadoop.gateway.Knox242FuncTest#cleanupSuite
Exiting org.apache.hadoop.gateway.Knox242FuncTest#cleanupSuite
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.123 sec - in org.apache.hadoop.gateway.Knox242FuncTest
Running org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest
Running org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testNegativeAuthorization
Exiting org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testNegativeAuthorization
Running org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testTopologyCollection
Mar 07, 2016 7:00:46 PM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.6 2014-02-18 21:52:53...
Exiting org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testTopologyCollection
Running org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testPutTopology
Exiting org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testPutTopology
Running org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testXForwardedHeaders
Exiting org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testXForwardedHeaders
Running org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testGatewayPathChange
Mar 07, 2016 7:00:53 PM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.6 2014-02-18 21:52:53...
Exiting org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testGatewayPathChange
Running org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testDeleteTopology
Mar 07, 2016 7:01:00 PM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.6 2014-02-18 21:52:53...
Exiting org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testDeleteTopology
Running org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testDeployTopology
Exiting org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testDeployTopology
Running org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testTopologyObject
Exiting org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testTopologyObject
Running org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testPositiveAuthorization
Exiting org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest#testPositiveAuthorization
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.238 sec - in org.apache.hadoop.gateway.GatewayAdminTopologyFuncTest
Running org.apache.hadoop.gateway.GatewayLdapGroupFuncTest#setupSuite
Exiting org.apache.hadoop.gateway.GatewayLdapGroupFuncTest#setupSuite
Running org.apache.hadoop.gateway.GatewayLdapGroupFuncTest
Running org.apache.hadoop.gateway.GatewayLdapGroupFuncTest#testGroupMember
Exiting org.apache.hadoop.gateway.GatewayLdapGroupFuncTest#testGroupMember
Running org.apache.hadoop.gateway.GatewayLdapGroupFuncTest#testNonGroupMember
Exiting org.apache.hadoop.gateway.GatewayLdapGroupFuncTest#testNonGroupMember
Running org.apache.hadoop.gateway.GatewayLdapGroupFuncTest#cleanupSuite
Exiting org.apache.hadoop.gateway.GatewayLdapGroupFuncTest#cleanupSuite
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.145 sec - in org.apache.hadoop.gateway.GatewayLdapGroupFuncTest
Running org.apache.hadoop.gateway.GatewayLocalServiceFuncTest#setupSuite
Exiting org.apache.hadoop.gateway.GatewayLocalServiceFuncTest#setupSuite
Running org.apache.hadoop.gateway.GatewayLocalServiceFuncTest
Running org.apache.hadoop.gateway.GatewayLocalServiceFuncTest#testJerseyService
Mar 07, 2016 7:02:17 PM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.6 2014-02-18 21:52:53...
Exiting org.apache.hadoop.gateway.GatewayLocalServiceFuncTest#testJerseyService
Running org.apache.hadoop.gateway.GatewayLocalServiceFuncTest#cleanupSuite
Exiting org.apache.hadoop.gateway.GatewayLocalServiceFuncTest#cleanupSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.281 sec - in org.apache.hadoop.gateway.GatewayLocalServiceFuncTest
Running org.apache.hadoop.gateway.GatewayAppFuncTest#setupSuite
Exiting org.apache.hadoop.gateway.GatewayAppFuncTest#setupSuite
Running org.apache.hadoop.gateway.GatewayAppFuncTest
Running org.apache.hadoop.gateway.GatewayAppFuncTest#testServicesAndApplications
Exiting org.apache.hadoop.gateway.GatewayAppFuncTest#testServicesAndApplications
Running org.apache.hadoop.gateway.GatewayAppFuncTest#testSimpleStaticHelloAppDeployUndeploy
Exiting org.apache.hadoop.gateway.GatewayAppFuncTest#testSimpleStaticHelloAppDeployUndeploy
Running org.apache.hadoop.gateway.GatewayAppFuncTest#testDeploymentCleanup
Exiting org.apache.hadoop.gateway.GatewayAppFuncTest#testDeploymentCleanup
Running org.apache.hadoop.gateway.GatewayAppFuncTest#testMultiApps
Exiting org.apache.hadoop.gateway.GatewayAppFuncTest#testMultiApps
Running org.apache.hadoop.gateway.GatewayAppFuncTest#testSimpleDynamicAppDeployUndeploy
Exiting org.apache.hadoop.gateway.GatewayAppFuncTest#testSimpleDynamicAppDeployUndeploy
Running org.apache.hadoop.gateway.GatewayAppFuncTest#testDefaultAppName
Exiting org.apache.hadoop.gateway.GatewayAppFuncTest#testDefaultAppName
Running org.apache.hadoop.gateway.GatewayAppFuncTest#testDefaultTopology
Exiting org.apache.hadoop.gateway.GatewayAppFuncTest#testDefaultTopology
Running org.apache.hadoop.gateway.GatewayAppFuncTest#testNakedAppDeploy
Exiting org.apache.hadoop.gateway.GatewayAppFuncTest#testNakedAppDeploy
Running org.apache.hadoop.gateway.GatewayAppFuncTest#cleanupSuite
Exiting org.apache.hadoop.gateway.GatewayAppFuncTest#cleanupSuite
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.377 sec - in org.apache.hadoop.gateway.GatewayAppFuncTest
Running org.apache.hadoop.gateway.KnoxCliSysBindTest#setupSuite
Running org.apache.hadoop.gateway.KnoxCliSysBindTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.59 sec - in org.apache.hadoop.gateway.KnoxCliSysBindTest
Running org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest
Running org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testDeploymentWithServiceParams
Exiting org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testDeploymentWithServiceParams
Running org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testSimpleTopology
Exiting org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testSimpleTopology
Running org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testGenericProviderDeploymentContributor
Exiting org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testGenericProviderDeploymentContributor
Running org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testDeploymentWithApplication
Exiting org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testDeploymentWithApplication
Running org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testWebXmlGeneration
Exiting org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testWebXmlGeneration
Running org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testDeploymentWithServicesAndApplications
Exiting org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testDeploymentWithServicesAndApplications
Running org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testInvalidGenericProviderDeploymentContributor
Exiting org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest#testInvalidGenericProviderDeploymentContributor
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.691 sec - in org.apache.hadoop.gateway.deploy.DeploymentFactoryFuncTest

Results :

Tests in error: 
  GatewayAdminFuncTest.testAdminService:203 � TestTimedOut test timed out after ...

Tests run: 37, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to /home/jenkins/jenkins-slave/workspace/Knox-master-verify/gateway-test/target/surefire-reports for the individual test results.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gateway-test ---
[INFO] Building jar: /home/jenkins/jenkins-slave/workspace/Knox-master-verify/gateway-test/target/gateway-test-0.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ gateway-test ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ gateway-test ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.gateway.GatewayMultiFuncTest#setupSuite
Exiting org.apache.hadoop.gateway.GatewayMultiFuncTest#setupSuite
Running org.apache.hadoop.gateway.GatewayMultiFuncTest
Running org.apache.hadoop.gateway.GatewayMultiFuncTest#testDefaultJsonMimeTypeHandlingKnox678
Exiting org.apache.hadoop.gateway.GatewayMultiFuncTest#testDefaultJsonMimeTypeHandlingKnox678
Running org.apache.hadoop.gateway.GatewayMultiFuncTest#cleanupSuite
Exiting org.apache.hadoop.gateway.GatewayMultiFuncTest#cleanupSuite
Running org.apache.hadoop.gateway.GatewaySslFuncTest#setupSuite
Exiting org.apache.hadoop.gateway.GatewaySslFuncTest#setupSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.276 sec - in org.apache.hadoop.gateway.GatewayMultiFuncTest
Running org.apache.hadoop.gateway.GatewaySslFuncTest
Running org.apache.hadoop.gateway.GatewaySslFuncTest#testKnox674SslCipherSuiteConfig
Mar 07, 2016 7:04:53 PM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.6 2014-02-18 21:52:53...
Mar 07, 2016 7:04:58 PM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.6 2014-02-18 21:52:53...
Exiting org.apache.hadoop.gateway.GatewaySslFuncTest#testKnox674SslCipherSuiteConfig
Running org.apache.hadoop.gateway.GatewaySslFuncTest#cleanupSuite
Exiting org.apache.hadoop.gateway.GatewaySslFuncTest#cleanupSuite
Running org.apache.hadoop.gateway.GatewayDeployFuncTest#setupSuite
Exiting org.apache.hadoop.gateway.GatewayDeployFuncTest#setupSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.297 sec - in org.apache.hadoop.gateway.GatewaySslFuncTest
Running org.apache.hadoop.gateway.GatewayDeployFuncTest
Running org.apache.hadoop.gateway.GatewayDeployFuncTest#testDeployRedeployUndeploy
Exiting org.apache.hadoop.gateway.GatewayDeployFuncTest#testDeployRedeployUndeploy
Running org.apache.hadoop.gateway.GatewayDeployFuncTest#cleanupSuite
Exiting org.apache.hadoop.gateway.GatewayDeployFuncTest#cleanupSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.215 sec - in org.apache.hadoop.gateway.GatewayDeployFuncTest
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#setup
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#setup
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#testServerInSafeModeRetryLimit
ERROR [org.apache.hadoop.gateway] Failed to execute filter: org.apache.hadoop.gateway.hdfs.dispatch.SafeModeException
ERROR [org.apache.hadoop.gateway] Failed to execute filter: javax.servlet.ServletException: org.apache.hadoop.gateway.hdfs.dispatch.SafeModeException
ERROR [org.apache.hadoop.gateway] Failed to execute filter: javax.servlet.ServletException: org.apache.shiro.subject.ExecutionException: java.security.PrivilegedActionException: javax.servlet.ServletException: org.apache.hadoop.gateway.hdfs.dispatch.SafeModeException
ERROR [org.apache.hadoop.gateway] Failed to execute filter: javax.servlet.ServletException: org.apache.shiro.subject.ExecutionException: java.security.PrivilegedActionException: javax.servlet.ServletException: org.apache.hadoop.gateway.hdfs.dispatch.SafeModeException
ERROR [org.apache.hadoop.gateway] Gateway processing failed: javax.servlet.ServletException: org.apache.shiro.subject.ExecutionException: java.security.PrivilegedActionException: javax.servlet.ServletException: org.apache.hadoop.gateway.hdfs.dispatch.SafeModeException
ERROR [org.apache.hadoop.gateway] Gateway processing failed: javax.servlet.ServletException: org.apache.shiro.subject.ExecutionException: java.security.PrivilegedActionException: javax.servlet.ServletException: org.apache.hadoop.gateway.hdfs.dispatch.SafeModeException
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#testServerInSafeModeRetryLimit
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#cleanup
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#cleanup
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#setup
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#setup
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#testServerInSafeMode
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#testServerInSafeMode
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#cleanup
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#cleanup
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#setup
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#setup
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#testServerInSafeModeRetriableException
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#testServerInSafeModeRetriableException
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#cleanup
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#cleanup
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#setup
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#setup
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#testFailoverLimit
ERROR [org.apache.hadoop.gateway] Failed to execute filter: java.io.IOException: java.io.IOException: Service connectivity error.
ERROR [org.apache.hadoop.gateway] Failed to execute filter: java.io.IOException: java.io.IOException: Service connectivity error.
ERROR [org.apache.hadoop.gateway] Failed to execute filter: javax.servlet.ServletException: org.apache.shiro.subject.ExecutionException: java.security.PrivilegedActionException: java.io.IOException: java.io.IOException: Service connectivity error.
ERROR [org.apache.hadoop.gateway] Failed to execute filter: javax.servlet.ServletException: org.apache.shiro.subject.ExecutionException: java.security.PrivilegedActionException: java.io.IOException: java.io.IOException: Service connectivity error.
ERROR [org.apache.hadoop.gateway] Gateway processing failed: javax.servlet.ServletException: org.apache.shiro.subject.ExecutionException: java.security.PrivilegedActionException: java.io.IOException: java.io.IOException: Service connectivity error.
ERROR [org.apache.hadoop.gateway] Gateway processing failed: javax.servlet.ServletException: org.apache.shiro.subject.ExecutionException: java.security.PrivilegedActionException: java.io.IOException: java.io.IOException: Service connectivity error.
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#testFailoverLimit
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#cleanup
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#cleanup
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#setup
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#setup
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#testBasicListOperation
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#testBasicListOperation
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#cleanup
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#cleanup
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#setup
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#setup
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#testServerInStandbyFailoverLimit
ERROR [org.apache.hadoop.gateway] Failed to execute filter: org.apache.hadoop.gateway.hdfs.dispatch.StandbyException
ERROR [org.apache.hadoop.gateway] Failed to execute filter: javax.servlet.ServletException: org.apache.hadoop.gateway.hdfs.dispatch.StandbyException
ERROR [org.apache.hadoop.gateway] Failed to execute filter: javax.servlet.ServletException: org.apache.shiro.subject.ExecutionException: java.security.PrivilegedActionException: javax.servlet.ServletException: org.apache.hadoop.gateway.hdfs.dispatch.StandbyException
ERROR [org.apache.hadoop.gateway] Failed to execute filter: javax.servlet.ServletException: org.apache.shiro.subject.ExecutionException: java.security.PrivilegedActionException: javax.servlet.ServletException: org.apache.hadoop.gateway.hdfs.dispatch.StandbyException
ERROR [org.apache.hadoop.gateway] Gateway processing failed: javax.servlet.ServletException: org.apache.shiro.subject.ExecutionException: java.security.PrivilegedActionException: javax.servlet.ServletException: org.apache.hadoop.gateway.hdfs.dispatch.StandbyException
ERROR [org.apache.hadoop.gateway] Gateway processing failed: javax.servlet.ServletException: org.apache.shiro.subject.ExecutionException: java.security.PrivilegedActionException: javax.servlet.ServletException: org.apache.hadoop.gateway.hdfs.dispatch.StandbyException
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#testServerInStandbyFailoverLimit
Running org.apache.hadoop.gateway.WebHdfsHaFuncTest#cleanup
Exiting org.apache.hadoop.gateway.WebHdfsHaFuncTest#cleanup
Running org.apache.hadoop.gateway.GatewayLdapPosixGroupFuncTest#setupSuite
Exiting org.apache.hadoop.gateway.GatewayLdapPosixGroupFuncTest#setupSuite
Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 146.846 sec - in org.apache.hadoop.gateway.WebHdfsHaFuncTest
Running org.apache.hadoop.gateway.GatewayLdapPosixGroupFuncTest
Running org.apache.hadoop.gateway.GatewayLdapPosixGroupFuncTest#testGroupMember
Exiting org.apache.hadoop.gateway.GatewayLdapPosixGroupFuncTest#testGroupMember
Running org.apache.hadoop.gateway.GatewayLdapPosixGroupFuncTest#testNonGroupMember
Exiting org.apache.hadoop.gateway.GatewayLdapPosixGroupFuncTest#testNonGroupMember
Running org.apache.hadoop.gateway.GatewayLdapPosixGroupFuncTest#cleanupSuite
Exiting org.apache.hadoop.gateway.GatewayLdapPosixGroupFuncTest#cleanupSuite
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#setupSuite
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#setupSuite
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.227 sec - in org.apache.hadoop.gateway.GatewayLdapPosixGroupFuncTest
Running org.apache.hadoop.gateway.GatewayBasicFuncTest
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testOozieJobSubmission
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testOozieJobSubmission
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testHdfsTildeUseCase
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testHdfsTildeUseCase
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmApplication
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmApplication
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseGetTableList
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseGetTableList
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testPigViaWebHCat
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testPigViaWebHCat
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseUseScanner
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseUseScanner
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testBasicHdfsUseCase
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=hdfs,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=hdfs-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=hdfs-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=mapred-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=mapred-user,ou=people,dc=hadoop,dc=apache,dc=org]
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testBasicHdfsUseCase
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseGetTableSchema
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseGetTableSchema
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#getYarnRmAppstatistics
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#getYarnRmAppstatistics
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testServiceTestAPI
Mar 07, 2016 7:08:44 PM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.6 2014-02-18 21:52:53...
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
ERROR [org.apache.directory.server.core.authn.AbstractAuthenticator] ERR_6 Authentication error : Attempt to lookup non-existant entry: uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=bad-user,ou=people,dc=hadoop,dc=apache,dc=org]
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testServiceTestAPI
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRnGetScheduler
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRnGetScheduler
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testCLIServiceTest
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testCLIServiceTest
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmGetClusterMetrics
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmGetClusterMetrics
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testCrossSiteRequestForgeryPreventionGET
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testCrossSiteRequestForgeryPreventionGET
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testCrossSiteRequestForgeryPreventionPUT
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmGetApplications
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmGetApplications
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testFalconEntities
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testFalconEntities
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testFalconFeedAndProcess
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testFalconFeedAndProcess
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testStormUiApi
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testStormUiApi
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmGetClusterInfo
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmGetClusterInfo
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseInsertDataIntoTable
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseInsertDataIntoTable
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmNodes
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmNodes
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmProxy
Mar 07, 2016 7:08:56 PM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.6 2014-02-18 21:52:53...
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmProxy
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testFalconAdmin
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testFalconAdmin
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testBasicOutboundHeaderUseCase
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testBasicOutboundHeaderUseCase
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testFalconMetadataDiscovery
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testFalconMetadataDiscovery
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseDeleteDataFromTable
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseDeleteDataFromTable
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testFalconMetadataLineage
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testFalconMetadataLineage
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnApplicationLifecycle
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnApplicationLifecycle
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testXForwardHeadersPopulate
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testXForwardHeadersPopulate
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseCreateTableAndVerifySchema
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseCreateTableAndVerifySchema
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testXForwardHeadersRewrite
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testXForwardHeadersRewrite
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testPmHdfsM1UseCase
ERROR [org.apache.hadoop.gateway] Shiro unable to login: javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user uid=hdfs,ou=people,dc=hadoop,dc=apache,dc=org]
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testBasicHiveJDBCUseCase
java.lang.AssertionError: Mock servlet DATANODE received a request but the expected interaction queue is empty.
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.hadoop.test.mock.MockServlet.service(MockServlet.java:43)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:499)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.lang.Thread.run(Thread.java:745)
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testBasicHiveJDBCUseCase
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseQueryTableData
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testHBaseQueryTableData
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testJavaMapReduceViaWebHCat
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testJavaMapReduceViaWebHCat
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testBasicJsonUseCase
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testBasicJsonUseCase
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmAppattempts
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testYarnRmAppattempts
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#testHiveViaWebHCat
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#testHiveViaWebHCat
Running org.apache.hadoop.gateway.GatewayBasicFuncTest#cleanupSuite
Exiting org.apache.hadoop.gateway.GatewayBasicFuncTest#cleanupSuite
Tests run: 39, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 43.813 sec <<< FAILURE! - in org.apache.hadoop.gateway.GatewayBasicFuncTest
testPmHdfsM1UseCase(org.apache.hadoop.gateway.GatewayBasicFuncTest)  Time elapsed: 10.015 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 10000 milliseconds
	at org.apache.hadoop.gateway.GatewayBasicFuncTest.testPmHdfsM1UseCase(GatewayBasicFuncTest.java:797)
{code}



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