[
https://issues.apache.org/jira/browse/TINKERPOP3-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette closed TINKERPOP3-668.
---------------------------------------
Resolution: Implemented
Fix Version/s: 3.0.0.GA
Tests are now running with and without strategies.
> 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
> Fix For: 3.0.0.GA
>
>
> 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)