Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2412

Add missing query tests

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Done
    • 3.4.8
    • 3.5.0, 3.4.9
    • test-suite
    • None

    Description

      In our Gremlin query test suites, we do not have tests that would test the following pattern of queries:

      1. "....blah().barrier().as('x')....blah().select('x')"
      2. "....blah().valueMap().as('x')....blah().select('x')"
      3. "....blah().path().as('x')....blah().select('x')"
      4. "....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.

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            divijvaidya Divij Vaidya
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: