You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2020/09/17 15:23:00 UTC

[jira] [Closed] (TINKERPOP-2412) Add missing query tests

     [ https://issues.apache.org/jira/browse/TINKERPOP-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen Mallette closed TINKERPOP-2412.
---------------------------------------
    Fix Version/s: 3.4.9
                   3.5.0
         Assignee: Stephen Mallette
       Resolution: Done

> Add missing query tests
> -----------------------
>
>                 Key: TINKERPOP-2412
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2412
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: test-suite
>    Affects Versions: 3.4.8
>            Reporter: Divij Vaidya
>            Assignee: Stephen Mallette
>            Priority: Minor
>             Fix For: 3.5.0, 3.4.9
>
>
> In our Gremlin query test suites, we do not have tests that would test the following pattern of queries:
> # "....blah().barrier().as('x')....blah().select('x')"
> # "....blah().valueMap().as('x')....blah().select('x')"
> # "....blah().path().as('x')....blah().select('x')"
> # "....blah().count().as('x')....blah().select('x')"
> The category of tests can be clubbed into defining an alias and using the value of the alias further ahead in the traversal.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)