Github user dimas-b commented on the issue: https://github.com/apache/tinkerpop/pull/899 I see a test failure related to log message interception in the automated build: ``` [ERROR] shouldAllowAtMostOneFinalResponse[writeAndFlush(ResponseStatusCode, Object)](org.apache.tinkerpop.gremlin.server.ResponseHandlerContextTest) Time elapsed: 0.027 s <<< FAILURE! java.lang.AssertionError at org.apache.tinkerpop.gremlin.server.ResponseHandlerContextTest.shouldAllowAtMostOneFinalResponse(ResponseHandlerContextTest.java:118) ``` I'll look into that presently (works in my env., of course :) )
---