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

stephen mallette edited comment on TINKERPOP3-668 at 5/7/15 1:37 PM:
---------------------------------------------------------------------

Implemented a cut of this in this branch: 
https://github.com/apache/incubator-tinkerpop/tree/no-strategy-test

Tests are currently failing.  [~okram] will review.


was (Author: spmallette):
Implemented a cut of this in this branch: 
https://github.com/apache/incubator-tinkerpop/tree/no-strategy-test

> 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
>          Components: test-suite
>            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