GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/542
TINKERPOP-1610 Deprecated Groovy test suites
https://issues.apache.org/jira/browse/TINKERPOP-1610
Graph Providers no longer need to implement these going forward. Note that
the new model for testing groovy will be similar to the approach taken for
gremlin-python (which obviously doesn't have all this tests required of the
provider). By making this change, we reduce the testing burden on graph
providers as this is a whole body of tests they can just ignore now. This is a
non-breaking change and will setup for removal and migration of the
`gremlin-groovy-test` classes to `gremlin-groovy` (or potentally `gremlin-test`
if the test is general enough to aid in testing the `GremlinScriptEngine`
environment).
This is a pretty simple PR at this point, but since it was a major
deprecation I wanted to go through the vote process rather than CTR.
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1610
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/542.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #542
----
commit 168d5b37e97b15afc1c9c599035f879e92d6c1c1
Author: Stephen Mallette <[email protected]>
Date: 2017-01-20T19:59:25Z
TINKERPOP-1610 Deprecated Groovy test suites
Graph Providers no longer need to implement these going forward.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---