You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\* See note below for running tests with TinkerPop 3.2.3
34
+
33
35
## Building on Eclipse IDE
34
36
Note that this has only been tested on Eclipse Neon.2 Release (4.6.2) with m2e (1.7.0.20160603-1933) and m2e-wtp (1.3.1.20160831-1005) plugin.
35
37
@@ -48,3 +50,15 @@ To build without executing tests:
48
50
To find the Java binary in your environment, run the appropriate command for your operating system:
49
51
* Linux/macOS: `which java`
50
52
* Windows: `for %i in (java.exe) do @echo. %~$PATH:i`
53
+
54
+
## Running tests with TinkerPop 3.2.3
55
+
56
+
Several TinkerPop tests require commit `7aa9782`, which was merged after the release of TinkerPop 3.2.3. Tests requiring this commit include BulkDumperVertexProgramTest and PeerPressureTest. In order to run these tests TinkerPop must be locally patched and built as shown below. Note this is only necessary when running JanusGraph TinkerPop tests (`mvn clean install -Dtest.skip.tp=false`).
<li>Support for global <ahref="http://tinkerpop.incubator.apache.org/docs/$MAVEN{tinkerpop.version}/#graphcomputer">graph data analytics</a>, reporting, and ETL through integration with big data platforms:
58
+
<li>Support for global <ahref="http://tinkerpop.apache.org/docs/$MAVEN{tinkerpop.version}/reference/#graphcomputer">graph data analytics</a>, reporting, and ETL through integration with big data platforms:
0 commit comments