Description
After changing the strategy application order on TINKERPOP-1568, the Graph instance does not get set in time for a TraversalStrategy in child traversals. We didn't have any assertions to track that so this subtlety was missed. Until this is resolved, the workaround would be for the TraversalStrategy to get the Graph from the root traversal, but that's not completely ideal.
Added an assertion for the workaround - https://github.com/apache/tinkerpop/commit/c161e7054a1fc3f72d15462881f782859c61da76 and will swap that out once this issue is resolved.
Attachments
Issue Links
- is depended upon by
-
TINKERPOP-2579 EventStrategy doesn't work with anonymous traversal
- Closed
- is duplicated by
-
TINKERPOP-2567 Graph not set for child traversals
- Closed