This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch 3.5-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
from 5b9d226 Wrapped up commons ExceptionUtils to better suit usage.
add 02b0bb0 TINKERPOP-2707 Close of parent connection also calls close on
spawned child sessions.
add f12a271 Merge branch 'TINKERPOP-2707' into 3.5-dev
No new revisions were added by this update.
Summary of changes:
CHANGELOG.asciidoc | 7 +-
.../main/python/gremlin_python/driver/client.py | 10 +++
.../driver/driver_remote_connection.py | 27 ++++++-
.../gremlin_python/driver/remote_connection.py | 3 +
.../gremlin_python/process/graph_traversal.py | 5 ++
.../src/main/python/tests/driver/test_client.py | 11 ---
.../tests/driver/test_driver_remote_connection.py | 14 ++--
.../main/python/tests/process/test_traversal.py | 82 ++++++++++++++++++++++
8 files changed, 135 insertions(+), 24 deletions(-)