[
https://issues.apache.org/jira/browse/TINKERPOP-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18033264#comment-18033264
]
ASF GitHub Bot commented on TINKERPOP-3200:
-------------------------------------------
spmallette commented on code in PR #3247:
URL: https://github.com/apache/tinkerpop/pull/3247#discussion_r2466025833
##########
tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/TinkerWorld.java:
##########
@@ -304,6 +304,20 @@ public GraphTraversalSource getGraphTraversalSource(final
LoadGraphWith.GraphDat
}})));
}
+ @Override
+ public void beforeEachScenario(Scenario scenario) {
+ this.world.beforeEachScenario(scenario);
+
+ switch (scenario.getName()) {
Review Comment:
What does this do now if used with `GraphComputer`? Is this something meant
to be fixed later? If not meant to be supported should there be a computer
verification that prevents the pattern with a good error message?
> Make repeat traversals completely global
> ----------------------------------------
>
> Key: TINKERPOP-3200
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3200
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.8.0
> Reporter: Ken Hu
> Priority: Blocker
>
> As described in the attached DISCUSS thread, repeat traversals are currently
> a mix of local and global. Update this so the behavior is always global.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)