[
https://issues.apache.org/jira/browse/TINKERPOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16438183#comment-16438183
]
ASF GitHub Bot commented on TINKERPOP-1822:
-------------------------------------------
Github user mpollmeier commented on the issue:
https://github.com/apache/tinkerpop/pull/838
If I run `mvn clean test` I also get heaps of compilation errors, but
that's the same with master for me. E.g.
```
[ERROR] symbol: class JsonGenerator
[ERROR] location: class
org.apache.tinkerpop.gremlin.structure.io.graphson.TraversalSerializersV3d0.TraversalJacksonSerializer
[ERROR]
/home/mp/Projects/tinkerpop/tinkerpop3/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphson/TraversalSerializersV3d0.java:[74,99]
cannot find symbol
[ERROR] symbol: class SerializerProvider
[ERROR] location: class
org.apache.tinkerpop.gremlin.structure.io.graphson.TraversalSerializersV3d0.TraversalJacksonSerializer
[ERROR] -> [Help 1]
```
Is that the same you're getting @krlohnes?
If you just run `mvn clean install` as per
http://tinkerpop.apache.org/docs/current/dev/developer/#building-testing it
compiles fine (for me) and also runs tests which all pass, but then it stalls
at `TinkerGraphProcessComputerTest`.
[Travis](https://travis-ci.org/apache/tinkerpop/builds/366306070) reports
four failed builds. Two of them time out, no idea what's going on there. The
other two fail for a missing integration into .net and JS. Not really my cup of
tea...
Note: I also had to comment out `<revapi.skip>false</revapi.skip>` in
`gremlin-core/pom.xml`. No idea what that is, but it runs into a NPE for me.
@robertdale how do you normally run the tests, and how can we fix the
.net/JS stuff?
> Repeat should depth first search
> --------------------------------
>
> Key: TINKERPOP-1822
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1822
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.3.0, 3.2.6
> Reporter: Robert Dale
> Priority: Major
>
> Perhaps optionally.
> See also:
> * https://groups.google.com/forum/#!topic/gremlin-users/gLSLxH_K-wE
> * https://github.com/apache/tinkerpop/pull/715
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)