You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by dimas-b <gi...@git.apache.org> on 2018/07/31 14:34:49 UTC

[GitHub] tinkerpop issue #899: TINKERPOP-2005: Intermittent NullPointerException in r...

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 :) )


---