[
https://issues.apache.org/jira/browse/TINKERPOP3-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette closed TINKERPOP3-666.
---------------------------------------
Resolution: Fixed
Fix Version/s: 3.0.0.GA
> We should not use @IgnoreEngine but instead ComputerVerificationStrategy
> ------------------------------------------------------------------------
>
> Key: TINKERPOP3-666
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-666
> Project: TinkerPop 3
> Issue Type: Improvement
> Components: test-suite
> Reporter: Marko A. Rodriguez
> Fix For: 3.0.0.GA
>
>
> We currently use {{@IgnoreEngine(COMPUTER)}} in the process test suite for
> the following situations:
> 1. lambdas (gremlin-java only)
> 2. range (we should allow range if its the end step)
> 3. dedup (we have to make this a barrier step)
> 4. except/retain (side-effect sets -- don't have an easy solution)
> 5. by('name') and the OLAP vertex doesn't have properties.
> {{ComputerVerificationStrategy}} should be able to identify these situations
> and fail. The test suite should then say: "ah, ComputerVerificationStrategy
> is not happy, silently fail with a WARN or something."
> Finally, note that 2 and 3 above can be fixed if range/dedup are the end
> steps of the traversal. We currently don't support this in OLAP.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)