This is an automated email from the ASF dual-hosted git repository.

Cole-Greer pushed a change to branch steps-taking-traversal
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 688af166c6 Integrate *Traversal.feature tests into parent step files
     add 5dafaff5f1 Expand test coverage for traversal-bearing predicates
     add 87d0763893 Consolidate PTraversalTest into PTest
     add 88d3c14cc5 Address remaining doc and test review comments
     add a823854d06 Fix test failures in PTest and InlineFilterStrategyTest
     add 846668278f Fix feature file parse errors and complete sack() test
     add 3cc156fecc Add MidVNotSupported tag to V(traversal)/E(traversal) 
start-step scenarios
     add da3721be51 Fix within/without multi-traversal semantics to match 
literal forms
     add 2fb9282e53 Remove redundant asAdmin() from child traversals in 
predicate tests

No new revisions were added by this update.

Summary of changes:
 docs/src/dev/provider/gremlin-semantics.asciidoc   |   29 +-
 docs/src/reference/the-traversal.asciidoc          |   18 +-
 docs/src/upgrade/release-4.x.x.asciidoc            |   13 +-
 .../tinkerpop/gremlin/process/traversal/P.java     |   23 +-
 .../traversal/util/ReadOnlyChildValidator.java     |    4 +-
 .../GremlinLangTraversalRoundTripTest.java         |  163 +-
 .../tinkerpop/gremlin/process/traversal/PTest.java |  396 ++
 .../gremlin/process/traversal/PTraversalTest.java  |  531 ---
 .../optimization/InlineFilterStrategyTest.java     |   11 +-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  114 +-
 gremlin-go/driver/cucumber/gremlin.go              |  114 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |  114 +-
 .../src/main/python/tests/feature/gremlin.py       |  114 +-
 .../gremlin/language/translator/translations.json  | 4500 ++++++++++----------
 .../gremlin/test/features/filter/Has.feature       |   68 +-
 .../gremlin/test/features/filter/Is.feature        |   10 +-
 .../gremlin/test/features/map/Edge.feature         |    4 +-
 .../gremlin/test/features/map/Vertex.feature       |    7 +-
 .../TinkerGraphStepStrategyTraversalTest.java      |    2 +-
 19 files changed, 3107 insertions(+), 3128 deletions(-)
 delete mode 100644 
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/PTraversalTest.java

Reply via email to