This is an automated email from the ASF dual-hosted git repository.
kenhuuu pushed a change to branch TINKERPOP-3217
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
omit 0d65b6f48f add handling for failed rollback scenario if not managing
transactions
omit a8814896f4 Changed from destroy to close and other nits
omit 8221c11e5b TINKERPOP-3217 Add server option to close Session
automatically.
add b305bc9a29 CTR logging docs for javascript
add 3bdb5bd6cf Remove
GremlinServerSessionIntegrateWithUnifiedChannelizerTest CTR
add 7f7d9b8b16 TINKERPOP-3217 Add server option to close Session
automatically.
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 (0d65b6f48f)
\
N -- N -- N refs/heads/TINKERPOP-3217 (7f7d9b8b16)
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:
docs/src/reference/gremlin-variants.asciidoc | 50 +++
...st.java => AbstractSessionTxIntegrateTest.java} | 39 ++-
...SessionIntegrateWithUnifiedChannelizerTest.java | 61 ----
.../server/GremlinSessionReuseTxIntegrateTest.java | 382 +--------------------
.../server/GremlinSessionTxIntegrateTest.java | 378 +-------------------
5 files changed, 82 insertions(+), 828 deletions(-)
copy
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/{GremlinSessionTxIntegrateTest.java
=> AbstractSessionTxIntegrateTest.java} (94%)
delete mode 100644
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerSessionIntegrateWithUnifiedChannelizerTest.java