-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 3.4.8
-
Component/s: test-suite
-
Labels:None
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.