Marko A. Rodriguez created TINKERPOP3-668:
---------------------------------------------

             Summary: process/ test suite should run with and without default 
strategies applied.
                 Key: TINKERPOP3-668
                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-668
             Project: TinkerPop 3
          Issue Type: Improvement
            Reporter: Marko A. Rodriguez
            Assignee: stephen mallette


It would be nice if we ran the test suite twice. Once with the default 
strategies applied (as we do now) and then again, without the default 
strategies applied. 

It is "easy" to do. Where {{g.traversal(...)}} is created, there would then be 
another way to build it like this:

{code}
List<Class<? extends TraversalStrategy>> strategies = 
g.traversal().getStrategies().stream().map(Object::getClass).collect(Collectors.toList());
g.traversal(builder.without(strategies.toArray()))....
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to