This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a change to branch GValue-3.8
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 7006f6c132 deparameterize additional tests
add 1b3236e4d9 fix tests
No new revisions were added by this update.
Summary of changes:
.../src/test/java/SocialDslTest.java | 3 +-
.../tinkerpop/gremlin/process/traversal/P.java | 18 +-
.../traversal/dsl/graph/GraphTraversal.java | 12 +-
.../gremlin/process/traversal/step/GValue.java | 2 +-
.../map/AbstractAddElementStepPlaceholder.java | 22 ++-
.../traversal/step/map/CallStepPlaceholder.java | 8 +-
.../process/traversal/step/map/MergeStep.java | 10 +-
.../optimization/RepeatUnrollStrategy.java | 26 +--
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 3 +
gremlin-go/driver/cucumber/cucumberSteps_test.go | 2 +
gremlin-go/driver/cucumber/gremlin.go | 4 +
.../gremlin-javascript/test/cucumber/gremlin.js | 3 +
.../src/main/python/radish/feature_steps.py | 17 +-
gremlin-python/src/main/python/radish/gremlin.py | 4 +
.../gremlin/test/features/map/MergeEdge.feature | 202 ++++++++++-----------
.../process/TraversalConstructionBenchmark.java | 2 +-
16 files changed, 178 insertions(+), 160 deletions(-)