mikepersonick commented on code in PR #1929: URL: https://github.com/apache/tinkerpop/pull/1929#discussion_r1063492695
########## gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/features/StepDefinition.java: ########## @@ -290,6 +298,15 @@ public void iteratedToList() { } } + @When("debug iterated to list") Review Comment: I can remove them but they are really convenient for setting a breakpoint. You just change the test to use the debug version and then you can debug it without having to comment out all the other tests in the file. ########## gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/ProcessLimitedStandardSuite.java: ########## @@ -59,31 +61,36 @@ public class ProcessLimitedStandardSuite extends AbstractGremlinSuite { */ private static final Class<?>[] allTests = new Class<?>[]{ - MatchTest.CountMatchTraversals.class, - MatchTest.GreedyMatchTraversals.class, - ProfileTest.Traversals.class, - WriteTest.Traversals.class, - ExplainTest.Traversals.class, - SideEffectTest.Traversals.class, - SubgraphTest.Traversals.class, - TreeTest.Traversals.class, - - // compliance - ComplexTest.Traversals.class, - CoreTraversalTest.class, - TraversalInterruptionTest.class, - - // creations - TranslationStrategyProcessTest.class, - - // decorations - ElementIdStrategyProcessTest.class, EventStrategyProcessTest.class, - PartitionStrategyProcessTest.class, - // optimizations - IncidentToAdjacentStrategyProcessTest.class, - EarlyLimitStrategyProcessTest.class, + // MergeVertexTest.Traversals.class, Review Comment: yes -- 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: commits-unsubscr...@tinkerpop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org