[ 
https://issues.apache.org/jira/browse/TINKERPOP-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18033317#comment-18033317
 ] 

ASF GitHub Bot commented on TINKERPOP-3200:
-------------------------------------------

kenhuuu commented on code in PR #3247:
URL: https://github.com/apache/tinkerpop/pull/3247#discussion_r2466786994


##########
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?
   
   It will return the wrong result. It seems as though the ordering is not 
applied globally.
   
   > Is this something meant to be fixed later?
   
   Yes, https://issues.apache.org/jira/browse/TINKERPOP-3208
   





> 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)

Reply via email to