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
   



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

Reply via email to