The errors all appear to be related....i get tons of this on "mvn clean install":
https://gist.github.com/spmallette/d874545dee5eea77d117 On Mon, Jun 1, 2015 at 10:11 AM, Ran Magen <[email protected]> wrote: > Yes my bad, everything works now. > > The tests should work. I've only tested it on Windows though.. Could you > share the errors? > On יום ב׳, 1 ביוני 2015 at 17:07 stephen mallette (JIRA) <[email protected]> > wrote: > > > > > [ > > > https://issues.apache.org/jira/browse/TINKERPOP3-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567336#comment-14567336 > > ] > > > > stephen mallette commented on TINKERPOP3-695: > > --------------------------------------------- > > > > Shouldn't this return {{true}}: > > > > > > > https://github.com/rmagen/elastic-gremlin/blob/master/src/main/java/org/elasticgremlin/structure/ElasticFeatures.java#L218-L221 > > > > and i don't see it implemented for {{VertexPropertyFeatures}}. Won't > that > > fix the problem? > > > > btw, i can't seem to build elastic-gremlin with tests. Is there some > > trick to making that work? does elasticgraph need to be running > separately > > or something? > > > > > test not calling convertId() > > > ---------------------------- > > > > > > Key: TINKERPOP3-695 > > > URL: > > https://issues.apache.org/jira/browse/TINKERPOP3-695 > > > Project: TinkerPop 3 > > > Issue Type: Improvement > > > Components: test-suite > > > Reporter: Ran Magen > > > Assignee: stephen mallette > > > Fix For: 3.0.0.GA > > > > > > > > > any test that uses Attachable to load its graph (e.g. using the Gryo > > loader) will not pass the id through the graph providers convertId(id). > > there are around 60 different tests affected. > > > The offending line: > > > > > > https://github.com/apache/incubator-tinkerpop/blob/4bbbb6365f36c20ad63ca4665657fd1169a7d246/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/Attachable.java#L276 > > > > > > > > -- > > This message was sent by Atlassian JIRA > > (v6.3.4#6332) > > >
