[
https://issues.apache.org/jira/browse/TINKERPOP-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16347551#comment-16347551
]
ASF GitHub Bot commented on TINKERPOP-1877:
-------------------------------------------
GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/794
TINKERPOP-1877 Added the "kitchen sink" toy graph
https://issues.apache.org/jira/browse/TINKERPOP-1857
Added one subgraph that contains a single self-loop to help support #777
All tests pass with `docker/build.sh -t -n -i`
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1877
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/794.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 #794
----
commit 5f67d9c88cf637984a2982b4beeda9134eb01fe5
Author: Stephen Mallette <spmva@...>
Date: 2018-01-31T15:46:22Z
TINKERPOP-1877 Added the "kitchen sink" toy graph
Contains a single self-loop subgraph at this point.
----
> Add new graph data for specialized testing scenarios
> ----------------------------------------------------
>
> Key: TINKERPOP-1877
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1877
> Project: TinkerPop
> Issue Type: Improvement
> Components: test-suite
> Affects Versions: 3.2.7
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Major
>
> This specialized graph will contain different types of subgraphs that can be
> used with one or more specific test cases. Each subgraph will be disconnected
> and test cases will need to take care to restrict their traversals to just
> those subgraphs that matter for their particular scenario. Initially, we need
> a subgraph that has a self-loop for TINKERPOP-1862 but other subgraphs might
> become useful - like a tree structure.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)