This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch TINKERPOP-2626
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard d31cd6c TINKERPOP-2626 Added explicit closed state to DefaultTraversal
add b51c97e Added transaction testing to Gremlin Server for CI CTR
add 9ab9433 Changed seconds to minutes for timeout - oops CTR
add e0412a6 Reduced resources consumed by gremlin server integration tests
add 8b0d2d1 TINKERPOP-2626 Added explicit closed state to DefaultTraversal
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d31cd6c)
\
N -- N -- N refs/heads/TINKERPOP-2626 (8b0d2d1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/build-test.yml | 22 +++---
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 +---
9 files changed, 156 insertions(+), 83 deletions(-)