thinkaurelius / titan

Distributed Graph Database
http://titandb.io
Apache License 2.0
5.24k stars 1.01k forks source link

Add TP3 Groovy test cases for Berkeley #1006

Closed mbroecheler closed 9 years ago

mbroecheler commented 9 years ago

there are 2 process and 3 environment tests for groovy (see TinkerGraph tests for comparison) that are not currently invoked in Titan. We should only add those to the berkeley module since passing there should mean everything works correctly.

BrynCooke commented 9 years ago

BerkeleyTitanGroovyProcessComputerTest fails due to lack of StandardTitanGraph.empty method.

BerkeleyTitanGroovyEnvironmentTest has a couple of failures:

shouldProcessUTF8Query: TP assigned IDs to vertices https://issues.apache.org/jira/browse/TINKERPOP3-629

shouldEvalGlobalClosuresEvenAfterEvictionOfClass: https://issues.apache.org/jira/browse/TINKERPOP3-630

BrynCooke commented 9 years ago

Laving open to remind me to remove the empty method in the next TP release.