[
https://issues.apache.org/jira/browse/TINKERPOP-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16318667#comment-16318667
]
ASF GitHub Bot commented on TINKERPOP-1858:
-------------------------------------------
Github user spmallette commented on the issue:
https://github.com/apache/tinkerpop/pull/767
when i do:
```text
$ mvn clean install && mvn verify -pl gremlin-server
-DskipIntegrationTests=false
```
i get this failure consistently:
```text
[ERROR] Errors:
[ERROR]
HttpChannelizerIntegrateTest.shouldBreakOnInvalidAuthenticationHandler ยป
Unex...
[INFO]
[ERROR] Tests run: 204, Failures: 0, Errors: 1, Skipped: 14
[INFO]
[INFO]
[INFO] --- revapi-maven-plugin:0.8.0:check (default) @ gremlin-server ---
[INFO]
[INFO] --- maven-failsafe-plugin:2.20:verify (verify-integration-test) @
gremlin-server ---
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 16:52 min
[INFO] Finished at: 2018-01-09T11:09:03-05:00
[INFO] Final Memory: 49M/725M
[INFO]
------------------------------------------------------------------------
```
from the test output it says:
```text
-------------------------------------------------------------------------------
Test set:
org.apache.tinkerpop.gremlin.server.channel.HttpChannelizerIntegrateTest
-------------------------------------------------------------------------------
Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.773 s
<<< FAILURE! - in
org.apache.tinkerpop.gremlin.server.channel.HttpChannelizerIntegrateTest
shouldBreakOnInvalidAuthenticationHandler(org.apache.tinkerpop.gremlin.server.channel.HttpChannelizerIntegrateTest)
Time elapsed: 2.46 s <<< ERROR!
java.lang.Exception: Unexpected exception,
expected<org.apache.http.NoHttpResponseException> but
was<java.net.SocketException>
at
org.apache.tinkerpop.gremlin.server.channel.HttpChannelizerIntegrateTest.shouldBreakOnInvalidAuthenticationHandler(HttpChannelizerIntegrateTest.java:47)
```
> HttpChannelizer regression: Does not create specified AuthenticationHandler
> ---------------------------------------------------------------------------
>
> Key: TINKERPOP-1858
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1858
> Project: TinkerPop
> Issue Type: Bug
> Components: server
> Affects Versions: 3.3.0
> Environment: All
> Reporter: Keith Lohnes
> Labels: easyfix, regression
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> HttpChannelizer creates a HttpBasicAuthenticationHandler instead of
> instantiating the specified AuthenticationHandler from the configuration
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)