Cole-Greer opened a new pull request, #3509:
URL: https://github.com/apache/tinkerpop/pull/3509
### Summary
This PR adds a new toy graph, "the zoo," and uses it to replace bespoke
empty-graph-plus-initializer fixtures in the multi-label test suite and
reference documentation with a shared, deterministic dataset.
### Changes
New toy graph (TinkerFactory.createTheZoo() / generateTheZoo())
- 13 vertices (animals, habitats, a person) and 20 edges (livesIn, careFor,
friendsWith, eats, avoids), built with LabelCardinality.ZERO_OR_MORE.
- Exercises multi-label vertices alongside a variety of property types
(string, int, double, boolean, list-cardinality properties), giving multi-label
scenarios a richer, realistic fixture instead of ad hoc addV("a", "b")-style
setups.
Note that this PR is meant to stack on top of the #3483 which introduces
multilabel as part of https://issues.apache.org/jira/browse/TINKERPOP-3261
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]