GitHub user spmallette opened a pull request:

    https://github.com/apache/tinkerpop/pull/943

    TINKERPOP-2044 Configurable traversal to validate host connectivity.

    https://issues.apache.org/jira/browse/TINKERPOP-2044
    
    The user can now configure the script used to validate the operations of 
the remote.
    
    ```text
    Cluster cluster = Cluster.build().validationRequest("g.inject()").create()
    ```
    
    Builds with `mvn clean install -pl gremlin-driver && mvn verify -pl 
gremlin-server -DskipIntegrationTests=false`
    
    VOTE +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-2044

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/943.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #943
    
----
commit bd1760f56a1e70cc49f4129a367c60e748aa54ad
Author: Stephen Mallette <spmva@...>
Date:   2018-09-28T19:54:30Z

    TINKERPOP-2044 Configurable traversal to validate host connectivity.

----


---

Reply via email to