You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by okram <gi...@git.apache.org> on 2017/10/30 21:29:56 UTC

[GitHub] tinkerpop pull request #739: TINKERPOP-1821: Consistent behavior of self-ref...

GitHub user okram opened a pull request:

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

    TINKERPOP-1821: Consistent behavior of self-referencing edges

    https://issues.apache.org/jira/browse/TINKERPOP-1821
    
    Added test for self-edges and fixed a semantic issue in `Neo4jGraph` regarding self edges not being repeated on `BOTH`.
    
    VOTE +1.

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

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

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

    https://github.com/apache/tinkerpop/pull/739.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 #739
    
----
commit 7f640f7e6d863cde1858d6bfa3ff502fd93a8663
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-10-30T15:06:02Z

    TINKERPOP-1821 Added tests for consistent traversal behavior around self-referencing edges

commit 5d68ca17160e4977eddfdb688f93d37440897957
Author: Marko A. Rodriguez <ok...@gmail.com>
Date:   2017-10-30T21:28:37Z

    fixed up a self-edge test and Neo4jVertex to support repeat edges on BOTH.

----


---

[GitHub] tinkerpop issue #739: TINKERPOP-1821: Consistent behavior of self-referencin...

Posted by robertdale <gi...@git.apache.org>.
Github user robertdale commented on the issue:

    https://github.com/apache/tinkerpop/pull/739
  
    VOTE +1


---

[GitHub] tinkerpop issue #739: TINKERPOP-1821: Consistent behavior of self-referencin...

Posted by spmallette <gi...@git.apache.org>.
Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/739
  
    All tests pass with `docker/build.sh -t -n -i`
    
    VOTE +1


---

[GitHub] tinkerpop issue #739: TINKERPOP-1821: Consistent behavior of self-referencin...

Posted by okram <gi...@git.apache.org>.
Github user okram commented on the issue:

    https://github.com/apache/tinkerpop/pull/739
  
    ```
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 04:38 h
    [INFO] Finished at: 2017-10-30T20:11:57-06:00
    [INFO] Final Memory: 170M/1547M
    [INFO] ------------------------------------------------------------------------
    ```


---

[GitHub] tinkerpop pull request #739: TINKERPOP-1821: Consistent behavior of self-ref...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---