This is an automated email from the ASF dual-hosted git repository.

kenhuuu pushed a change to branch master-http
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 999e67310e Fix gremlin-util tests CTR.
     new 82bfa9e7e4 Re-enable and fix shouldBlowTheWorkQueueSize test CTR.
     new 60596ce8c3 Check for server pipelining CTR.
     new e8c4cab230 Prevent Java driver channel from being reused too early CTR.
     new fb10d57c36 Update console test to use line separator CTR

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../gremlin/console/GremlinGroovyshTest.groovy     |  4 +-
 .../tinkerpop/gremlin/driver/Channelizer.java      |  8 +++
 .../driver/handler/GremlinResponseHandler.java     | 30 +++++---
 .../handler/HttpGremlinResponseStreamDecoder.java  | 37 +++++-----
 .../gremlin/driver/simple/AbstractClient.java      | 23 ------
 .../gremlin/driver/simple/SimpleHttpClient.java    | 28 +++++++-
 .../server/handler/HttpGremlinEndpointHandler.java |  2 +
 .../gremlin/server/handler/HttpHandlerUtil.java    | 15 ++++
 .../server/handler/HttpRequestIdHandler.java       | 32 ++++++++-
 .../tinkerpop/gremlin/server/handler/StateKey.java |  5 ++
 .../gremlin/server/GremlinServerIntegrateTest.java | 83 ++++++++++++----------
 11 files changed, 173 insertions(+), 94 deletions(-)

Reply via email to