Github user spmallette commented on the issue:
https://github.com/apache/tinkerpop/pull/777
dar - a new graph - serious yak shaving going on with pull requests lately.
perhaps we create a "TEST" graph that can contain many disconnected
subgraphs that we can add to and adjust as needed. When we used it in our tests
we would just always take care to blind any test traversals to the parts of the
graph that didn't matter. That way, we could have just abstract stuff in there
like, a self-loop, a tree, etc. Nothing would have to have meaning like "The
Crew" or "Modern". does that make sense?
---