Yes, because I support UserSuppliedIds of type String. Or am I understanding it wrong?
On Thu, 21 May 2015 at 20:02 stephen mallette (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/TINKERPOP3-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > stephen mallette updated TINKERPOP3-695: > ---------------------------------------- > Priority: Major (was: Blocker) > Affects Version/s: (was: 3.0.0.GA) > Assignee: stephen mallette > > I think i understand your problem. Had to look at your features in > `elastic-gremlin`. You return {{true}} for > {{Vertex.supportsUserSuppliedIds}} and {{Vertex.supportsStringIds}} and so > when we try to shove a numeric in via gryo load you get a type you don't > support. Is that right? > > > 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 > > > > 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) >
