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

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


    from be4defb  Merge branch 'tp34'
     add fd0ecd6  A body of commits to debug/fix a failing travis test
     add f4e1df5  Increase default max wait time for a connection with java 
driver
     add a75cfb6  Move SSL tests to their own test class
     add adebb32  Break up server/console test builds for travis
     new 91a25a7  Merge branch 'tp34'

The 1 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:
 .travis.yml                                        |  10 +-
 .../gremlin-server-integration-secure.yaml         |   1 +
 .../gremlin-server/gremlin-server-integration.yaml |   1 +
 .../tinkerpop/gremlin/driver/Connection.java       |   2 +-
 .../gremlin/server/op/session/Session.java         |   8 +-
 .../server/op/session/SessionOpProcessor.java      |   1 -
 .../gremlin/server/GremlinServerIntegrateTest.java | 246 ++-----------------
 .../server/GremlinServerSessionIntegrateTest.java  |  46 ++--
 .../server/GremlinServerSslIntegrateTest.java      | 266 +++++++++++++++++++++
 .../gremlin/server/gremlin-server-integration.yaml |   1 +
 10 files changed, 325 insertions(+), 257 deletions(-)
 create mode 100644 
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerSslIntegrateTest.java

Reply via email to