You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/12/29 22:14:43 UTC

[tinkerpop] branch 3.4-dev updated (9ab9433 -> e0412a6)

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

spmallette pushed a change to branch 3.4-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 9ab9433  Changed seconds to minutes for timeout - oops CTR
     add e0412a6  Reduced resources consumed by gremlin server integration tests

No new revisions were added by this update.

Summary of changes:
 gremlin-server/conf/neo4j-empty.properties         |  6 ++
 .../tinkerpop/gremlin/server/GremlinServer.java    | 35 ++++++++-
 .../driver/remote/AbstractRemoteGraphProvider.java |  6 ++
 .../AbstractGremlinServerIntegrationTest.java      | 25 +++++-
 .../gremlin/server/GremlinDriverIntegrateTest.java | 89 +++++++++++-----------
 .../server/GremlinServerHttpIntegrateTest.java     |  6 +-
 .../gremlin/server/GremlinServerIntegrateTest.java | 35 +++++++--
 .../server/GremlinServerSessionIntegrateTest.java  | 15 +---
 8 files changed, 145 insertions(+), 72 deletions(-)