GitHub user PBGraff opened a pull request:

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

    TINKERPOP-1862 TinkerMessenger proper handling of Direction.BOTH

    New PR targeted to `tp32` branch. Fixes `TinkerMessenger` handling of 
direction to get the correct messages. Also now adds a set of tests to 
`GraphComputerTest` to test this message passing in a simple graph with a 
simple vertex program in all directions (`IN`, `OUT`, and `BOTH`).

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

    $ git pull https://github.com/PBGraff/tinkerpop TINKERPOP-1862

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

    https://github.com/apache/tinkerpop/pull/777.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 #777
    
----
commit 5e157faebfe971c3ef06ac5365993052021a95fb
Author: Graff, Philip B <philip.graff@...>
Date:   2018-01-04T18:27:44Z

    TinkerMessenger proper handling of Direction.BOTH

commit 01a9ee5ae80fd429726d0722edae3195d9a625c5
Author: Graff, Philip B <philip.graff@...>
Date:   2018-01-14T02:32:29Z

    Adding simple graph computer test of proper message passing in all 3 
directions

----


---

Reply via email to