[ 
https://issues.apache.org/jira/browse/TINKERPOP-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette closed TINKERPOP-1202.
---------------------------------------
       Resolution: Invalid
    Fix Version/s:     (was: 3.2.0-incubating)

Reopened to remove the Fix Version

> Deserialized Traversal does not return Traversers
> -------------------------------------------------
>
>                 Key: TINKERPOP-1202
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1202
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.2.0-incubating
>            Reporter: stephen mallette
>            Assignee: Marko A. Rodriguez
>
> {code}
> gremlin> t = g.V().both().barrier().both().barrier();[]
> gremlin> b = Serializer.serializeObject(t);[]
> gremlin> t1 = Serializer.deserializeObject(b)
> gremlin> t1.setGraph(graph);
> ==>null
> gremlin> x = t.asAdmin().getEndStep().hasNext()
> ==>true
> gremlin> x = t1.asAdmin().getEndStep().hasNext()
> ==>false
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to