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? 



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