http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/traverser-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/traverser-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/traverser-v2d0-no-types.json new file mode 100644 index 0000000..6d1f029 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/traverser-v2d0-no-types.json @@ -0,0 +1,46 @@ +{ + "bulk" : 1, + "value" : { + "id" : 1, + "label" : "person", + "properties" : { + "name" : [ { + "id" : 0, + "value" : "marko", + "label" : "name" + } ], + "location" : [ { + "id" : 6, + "value" : "san diego", + "label" : "location", + "properties" : { + "startTime" : 1997, + "endTime" : 2001 + } + }, { + "id" : 7, + "value" : "santa cruz", + "label" : "location", + "properties" : { + "startTime" : 2001, + "endTime" : 2004 + } + }, { + "id" : 8, + "value" : "brussels", + "label" : "location", + "properties" : { + "startTime" : 2004, + "endTime" : 2005 + } + }, { + "id" : 9, + "value" : "santa fe", + "label" : "location", + "properties" : { + "startTime" : 2005 + } + } ] + } + } +} \ No newline at end of file
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/traverser-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/traverser-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/traverser-v2d0-partial.json new file mode 100644 index 0000000..a59a29e --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/traverser-v2d0-partial.json @@ -0,0 +1,109 @@ +{ + "@type" : "g:Traverser", + "@value" : { + "bulk" : { + "@type" : "g:Int64", + "@value" : 1 + }, + "value" : { + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 1 + }, + "label" : "person", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 0 + }, + "value" : "marko", + "label" : "name" + } + } ], + "location" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 6 + }, + "value" : "san diego", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 1997 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2001 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 7 + }, + "value" : "santa cruz", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2001 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2004 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 8 + }, + "value" : "brussels", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2004 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2005 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 9 + }, + "value" : "santa fe", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2005 + } + } + } + } ] + } + } + } + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/tree-v1d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/tree-v1d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/tree-v1d0.json new file mode 100644 index 0000000..db030dd --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/tree-v1d0.json @@ -0,0 +1,276 @@ +{ + "1" : { + "key" : { + "id" : 1, + "label" : "person", + "type" : "vertex", + "properties" : { + "name" : [ { + "id" : 0, + "value" : "marko" + } ], + "location" : [ { + "id" : 6, + "value" : "san diego", + "properties" : { + "startTime" : 1997, + "endTime" : 2001 + } + }, { + "id" : 7, + "value" : "santa cruz", + "properties" : { + "startTime" : 2001, + "endTime" : 2004 + } + }, { + "id" : 8, + "value" : "brussels", + "properties" : { + "startTime" : 2004, + "endTime" : 2005 + } + }, { + "id" : 9, + "value" : "santa fe", + "properties" : { + "startTime" : 2005 + } + } ] + } + }, + "value" : { + "10" : { + "key" : { + "id" : 10, + "label" : "software", + "type" : "vertex", + "properties" : { + "name" : [ { + "id" : 4, + "value" : "gremlin" + } ] + } + }, + "value" : { + "11" : { + "key" : { + "id" : 11, + "label" : "software", + "type" : "vertex", + "properties" : { + "name" : [ { + "id" : 5, + "value" : "tinkergraph" + } ] + } + }, + "value" : { } + } + } + } + } + }, + "7" : { + "key" : { + "id" : 7, + "label" : "person", + "type" : "vertex", + "properties" : { + "name" : [ { + "id" : 1, + "value" : "stephen" + } ], + "location" : [ { + "id" : 10, + "value" : "centreville", + "properties" : { + "startTime" : 1990, + "endTime" : 2000 + } + }, { + "id" : 11, + "value" : "dulles", + "properties" : { + "startTime" : 2000, + "endTime" : 2006 + } + }, { + "id" : 12, + "value" : "purcellville", + "properties" : { + "startTime" : 2006 + } + } ] + } + }, + "value" : { + "10" : { + "key" : { + "id" : 10, + "label" : "software", + "type" : "vertex", + "properties" : { + "name" : [ { + "id" : 4, + "value" : "gremlin" + } ] + } + }, + "value" : { + "11" : { + "key" : { + "id" : 11, + "label" : "software", + "type" : "vertex", + "properties" : { + "name" : [ { + "id" : 5, + "value" : "tinkergraph" + } ] + } + }, + "value" : { } + } + } + } + } + }, + "8" : { + "key" : { + "id" : 8, + "label" : "person", + "type" : "vertex", + "properties" : { + "name" : [ { + "id" : 2, + "value" : "matthias" + } ], + "location" : [ { + "id" : 13, + "value" : "bremen", + "properties" : { + "startTime" : 2004, + "endTime" : 2007 + } + }, { + "id" : 14, + "value" : "baltimore", + "properties" : { + "startTime" : 2007, + "endTime" : 2011 + } + }, { + "id" : 15, + "value" : "oakland", + "properties" : { + "startTime" : 2011, + "endTime" : 2014 + } + }, { + "id" : 16, + "value" : "seattle", + "properties" : { + "startTime" : 2014 + } + } ] + } + }, + "value" : { + "10" : { + "key" : { + "id" : 10, + "label" : "software", + "type" : "vertex", + "properties" : { + "name" : [ { + "id" : 4, + "value" : "gremlin" + } ] + } + }, + "value" : { + "11" : { + "key" : { + "id" : 11, + "label" : "software", + "type" : "vertex", + "properties" : { + "name" : [ { + "id" : 5, + "value" : "tinkergraph" + } ] + } + }, + "value" : { } + } + } + } + } + }, + "9" : { + "key" : { + "id" : 9, + "label" : "person", + "type" : "vertex", + "properties" : { + "name" : [ { + "id" : 3, + "value" : "daniel" + } ], + "location" : [ { + "id" : 17, + "value" : "spremberg", + "properties" : { + "startTime" : 1982, + "endTime" : 2005 + } + }, { + "id" : 18, + "value" : "kaiserslautern", + "properties" : { + "startTime" : 2005, + "endTime" : 2009 + } + }, { + "id" : 19, + "value" : "aachen", + "properties" : { + "startTime" : 2009 + } + } ] + } + }, + "value" : { + "10" : { + "key" : { + "id" : 10, + "label" : "software", + "type" : "vertex", + "properties" : { + "name" : [ { + "id" : 4, + "value" : "gremlin" + } ] + } + }, + "value" : { + "11" : { + "key" : { + "id" : 11, + "label" : "software", + "type" : "vertex", + "properties" : { + "name" : [ { + "id" : 5, + "value" : "tinkergraph" + } ] + } + }, + "value" : { } + } + } + } + } + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/tree-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/tree-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/tree-v2d0-no-types.json new file mode 100644 index 0000000..50c2417 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/tree-v2d0-no-types.json @@ -0,0 +1,269 @@ +[ { + "key" : { + "id" : 1, + "label" : "person", + "properties" : { + "name" : [ { + "id" : 0, + "value" : "marko", + "label" : "name" + } ], + "location" : [ { + "id" : 6, + "value" : "san diego", + "label" : "location", + "properties" : { + "startTime" : 1997, + "endTime" : 2001 + } + }, { + "id" : 7, + "value" : "santa cruz", + "label" : "location", + "properties" : { + "startTime" : 2001, + "endTime" : 2004 + } + }, { + "id" : 8, + "value" : "brussels", + "label" : "location", + "properties" : { + "startTime" : 2004, + "endTime" : 2005 + } + }, { + "id" : 9, + "value" : "santa fe", + "label" : "location", + "properties" : { + "startTime" : 2005 + } + } ] + } + }, + "value" : [ { + "key" : { + "id" : 10, + "label" : "software", + "properties" : { + "name" : [ { + "id" : 4, + "value" : "gremlin", + "label" : "name" + } ] + } + }, + "value" : [ { + "key" : { + "id" : 11, + "label" : "software", + "properties" : { + "name" : [ { + "id" : 5, + "value" : "tinkergraph", + "label" : "name" + } ] + } + }, + "value" : [ ] + } ] + } ] +}, { + "key" : { + "id" : 7, + "label" : "person", + "properties" : { + "name" : [ { + "id" : 1, + "value" : "stephen", + "label" : "name" + } ], + "location" : [ { + "id" : 10, + "value" : "centreville", + "label" : "location", + "properties" : { + "startTime" : 1990, + "endTime" : 2000 + } + }, { + "id" : 11, + "value" : "dulles", + "label" : "location", + "properties" : { + "startTime" : 2000, + "endTime" : 2006 + } + }, { + "id" : 12, + "value" : "purcellville", + "label" : "location", + "properties" : { + "startTime" : 2006 + } + } ] + } + }, + "value" : [ { + "key" : { + "id" : 10, + "label" : "software", + "properties" : { + "name" : [ { + "id" : 4, + "value" : "gremlin", + "label" : "name" + } ] + } + }, + "value" : [ { + "key" : { + "id" : 11, + "label" : "software", + "properties" : { + "name" : [ { + "id" : 5, + "value" : "tinkergraph", + "label" : "name" + } ] + } + }, + "value" : [ ] + } ] + } ] +}, { + "key" : { + "id" : 8, + "label" : "person", + "properties" : { + "name" : [ { + "id" : 2, + "value" : "matthias", + "label" : "name" + } ], + "location" : [ { + "id" : 13, + "value" : "bremen", + "label" : "location", + "properties" : { + "startTime" : 2004, + "endTime" : 2007 + } + }, { + "id" : 14, + "value" : "baltimore", + "label" : "location", + "properties" : { + "startTime" : 2007, + "endTime" : 2011 + } + }, { + "id" : 15, + "value" : "oakland", + "label" : "location", + "properties" : { + "startTime" : 2011, + "endTime" : 2014 + } + }, { + "id" : 16, + "value" : "seattle", + "label" : "location", + "properties" : { + "startTime" : 2014 + } + } ] + } + }, + "value" : [ { + "key" : { + "id" : 10, + "label" : "software", + "properties" : { + "name" : [ { + "id" : 4, + "value" : "gremlin", + "label" : "name" + } ] + } + }, + "value" : [ { + "key" : { + "id" : 11, + "label" : "software", + "properties" : { + "name" : [ { + "id" : 5, + "value" : "tinkergraph", + "label" : "name" + } ] + } + }, + "value" : [ ] + } ] + } ] +}, { + "key" : { + "id" : 9, + "label" : "person", + "properties" : { + "name" : [ { + "id" : 3, + "value" : "daniel", + "label" : "name" + } ], + "location" : [ { + "id" : 17, + "value" : "spremberg", + "label" : "location", + "properties" : { + "startTime" : 1982, + "endTime" : 2005 + } + }, { + "id" : 18, + "value" : "kaiserslautern", + "label" : "location", + "properties" : { + "startTime" : 2005, + "endTime" : 2009 + } + }, { + "id" : 19, + "value" : "aachen", + "label" : "location", + "properties" : { + "startTime" : 2009 + } + } ] + } + }, + "value" : [ { + "key" : { + "id" : 10, + "label" : "software", + "properties" : { + "name" : [ { + "id" : 4, + "value" : "gremlin", + "label" : "name" + } ] + } + }, + "value" : [ { + "key" : { + "id" : 11, + "label" : "software", + "properties" : { + "name" : [ { + "id" : 5, + "value" : "tinkergraph", + "label" : "name" + } ] + } + }, + "value" : [ ] + } ] + } ] +} ] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/tree-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/tree-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/tree-v2d0-partial.json new file mode 100644 index 0000000..03b4a5a --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/tree-v2d0-partial.json @@ -0,0 +1,608 @@ +{ + "@type" : "g:Tree", + "@value" : [ { + "key" : { + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 1 + }, + "label" : "person", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 0 + }, + "value" : "marko", + "label" : "name" + } + } ], + "location" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 6 + }, + "value" : "san diego", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 1997 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2001 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 7 + }, + "value" : "santa cruz", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2001 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2004 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 8 + }, + "value" : "brussels", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2004 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2005 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 9 + }, + "value" : "santa fe", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2005 + } + } + } + } ] + } + } + }, + "value" : { + "@type" : "g:Tree", + "@value" : [ { + "key" : { + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 10 + }, + "label" : "software", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 4 + }, + "value" : "gremlin", + "label" : "name" + } + } ] + } + } + }, + "value" : { + "@type" : "g:Tree", + "@value" : [ { + "key" : { + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 11 + }, + "label" : "software", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 5 + }, + "value" : "tinkergraph", + "label" : "name" + } + } ] + } + } + }, + "value" : { + "@type" : "g:Tree", + "@value" : [ ] + } + } ] + } + } ] + } + }, { + "key" : { + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 7 + }, + "label" : "person", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 1 + }, + "value" : "stephen", + "label" : "name" + } + } ], + "location" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 10 + }, + "value" : "centreville", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 1990 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2000 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 11 + }, + "value" : "dulles", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2000 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2006 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 12 + }, + "value" : "purcellville", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2006 + } + } + } + } ] + } + } + }, + "value" : { + "@type" : "g:Tree", + "@value" : [ { + "key" : { + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 10 + }, + "label" : "software", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 4 + }, + "value" : "gremlin", + "label" : "name" + } + } ] + } + } + }, + "value" : { + "@type" : "g:Tree", + "@value" : [ { + "key" : { + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 11 + }, + "label" : "software", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 5 + }, + "value" : "tinkergraph", + "label" : "name" + } + } ] + } + } + }, + "value" : { + "@type" : "g:Tree", + "@value" : [ ] + } + } ] + } + } ] + } + }, { + "key" : { + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 8 + }, + "label" : "person", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 2 + }, + "value" : "matthias", + "label" : "name" + } + } ], + "location" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 13 + }, + "value" : "bremen", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2004 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2007 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 14 + }, + "value" : "baltimore", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2007 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2011 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 15 + }, + "value" : "oakland", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2011 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2014 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 16 + }, + "value" : "seattle", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2014 + } + } + } + } ] + } + } + }, + "value" : { + "@type" : "g:Tree", + "@value" : [ { + "key" : { + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 10 + }, + "label" : "software", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 4 + }, + "value" : "gremlin", + "label" : "name" + } + } ] + } + } + }, + "value" : { + "@type" : "g:Tree", + "@value" : [ { + "key" : { + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 11 + }, + "label" : "software", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 5 + }, + "value" : "tinkergraph", + "label" : "name" + } + } ] + } + } + }, + "value" : { + "@type" : "g:Tree", + "@value" : [ ] + } + } ] + } + } ] + } + }, { + "key" : { + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 9 + }, + "label" : "person", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 3 + }, + "value" : "daniel", + "label" : "name" + } + } ], + "location" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 17 + }, + "value" : "spremberg", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 1982 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2005 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 18 + }, + "value" : "kaiserslautern", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2005 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2009 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 19 + }, + "value" : "aachen", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2009 + } + } + } + } ] + } + } + }, + "value" : { + "@type" : "g:Tree", + "@value" : [ { + "key" : { + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 10 + }, + "label" : "software", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 4 + }, + "value" : "gremlin", + "label" : "name" + } + } ] + } + } + }, + "value" : { + "@type" : "g:Tree", + "@value" : [ { + "key" : { + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 11 + }, + "label" : "software", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 5 + }, + "value" : "tinkergraph", + "label" : "name" + } + } ] + } + } + }, + "value" : { + "@type" : "g:Tree", + "@value" : [ ] + } + } ] + } + } ] + } + } ] +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/uuid-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/uuid-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/uuid-v2d0-no-types.json new file mode 100644 index 0000000..b36ff96 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/uuid-v2d0-no-types.json @@ -0,0 +1 @@ +"41d2e28a-20a4-4ab0-b379-d810dede3786" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/uuid-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/uuid-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/uuid-v2d0-partial.json new file mode 100644 index 0000000..1cf09f0 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/uuid-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "g:UUID", + "@value" : "41d2e28a-20a4-4ab0-b379-d810dede3786" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertex-v1d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertex-v1d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertex-v1d0.json new file mode 100644 index 0000000..a885f58 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertex-v1d0.json @@ -0,0 +1,39 @@ +{ + "id" : 1, + "label" : "person", + "type" : "vertex", + "properties" : { + "name" : [ { + "id" : 0, + "value" : "marko" + } ], + "location" : [ { + "id" : 6, + "value" : "san diego", + "properties" : { + "startTime" : 1997, + "endTime" : 2001 + } + }, { + "id" : 7, + "value" : "santa cruz", + "properties" : { + "startTime" : 2001, + "endTime" : 2004 + } + }, { + "id" : 8, + "value" : "brussels", + "properties" : { + "startTime" : 2004, + "endTime" : 2005 + } + }, { + "id" : 9, + "value" : "santa fe", + "properties" : { + "startTime" : 2005 + } + } ] + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertex-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertex-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertex-v2d0-no-types.json new file mode 100644 index 0000000..8e6155f --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertex-v2d0-no-types.json @@ -0,0 +1,43 @@ +{ + "id" : 1, + "label" : "person", + "properties" : { + "name" : [ { + "id" : 0, + "value" : "marko", + "label" : "name" + } ], + "location" : [ { + "id" : 6, + "value" : "san diego", + "label" : "location", + "properties" : { + "startTime" : 1997, + "endTime" : 2001 + } + }, { + "id" : 7, + "value" : "santa cruz", + "label" : "location", + "properties" : { + "startTime" : 2001, + "endTime" : 2004 + } + }, { + "id" : 8, + "value" : "brussels", + "label" : "location", + "properties" : { + "startTime" : 2004, + "endTime" : 2005 + } + }, { + "id" : 9, + "value" : "santa fe", + "label" : "location", + "properties" : { + "startTime" : 2005 + } + } ] + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertex-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertex-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertex-v2d0-partial.json new file mode 100644 index 0000000..f102230 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertex-v2d0-partial.json @@ -0,0 +1,100 @@ +{ + "@type" : "g:Vertex", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 1 + }, + "label" : "person", + "properties" : { + "name" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 0 + }, + "value" : "marko", + "label" : "name" + } + } ], + "location" : [ { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 6 + }, + "value" : "san diego", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 1997 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2001 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 7 + }, + "value" : "santa cruz", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2001 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2004 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 8 + }, + "value" : "brussels", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2004 + }, + "endTime" : { + "@type" : "g:Int32", + "@value" : 2005 + } + } + } + }, { + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 9 + }, + "value" : "santa fe", + "label" : "location", + "properties" : { + "startTime" : { + "@type" : "g:Int32", + "@value" : 2005 + } + } + } + } ] + } + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertexproperty-v1d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertexproperty-v1d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertexproperty-v1d0.json new file mode 100644 index 0000000..74025a8 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertexproperty-v1d0.json @@ -0,0 +1,5 @@ +{ + "id" : 0, + "value" : "marko", + "label" : "name" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertexproperty-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertexproperty-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertexproperty-v2d0-no-types.json new file mode 100644 index 0000000..74025a8 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertexproperty-v2d0-no-types.json @@ -0,0 +1,5 @@ +{ + "id" : 0, + "value" : "marko", + "label" : "name" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertexproperty-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertexproperty-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertexproperty-v2d0-partial.json new file mode 100644 index 0000000..af184b1 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/vertexproperty-v2d0-partial.json @@ -0,0 +1,11 @@ +{ + "@type" : "g:VertexProperty", + "@value" : { + "id" : { + "@type" : "g:Int64", + "@value" : 0 + }, + "value" : "marko", + "label" : "name" + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/year-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/year-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/year-v2d0-partial.json new file mode 100644 index 0000000..313df40 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/year-v2d0-partial.json @@ -0,0 +1 @@ +"2016" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/yearmonth-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/yearmonth-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/yearmonth-v2d0-partial.json new file mode 100644 index 0000000..185b577 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/yearmonth-v2d0-partial.json @@ -0,0 +1 @@ +"2016-06" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/zoneddatetime-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/zoneddatetime-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/zoneddatetime-v2d0-partial.json new file mode 100644 index 0000000..7333537 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/zoneddatetime-v2d0-partial.json @@ -0,0 +1 @@ +"2016-12-23T12:12:24.000000036+02:00[GMT+02:00]" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/zoneoffset-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/zoneoffset-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/zoneoffset-v2d0-partial.json new file mode 100644 index 0000000..37ec508 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_7/zoneoffset-v2d0-partial.json @@ -0,0 +1 @@ +"+03:06:09" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationchallenge-v1d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationchallenge-v1d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationchallenge-v1d0.json new file mode 100644 index 0000000..8c5b82c --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationchallenge-v1d0.json @@ -0,0 +1,12 @@ +{ + "requestId" : "41d2e28a-20a4-4ab0-b379-d810dede3786", + "status" : { + "message" : "", + "code" : 407, + "attributes" : { } + }, + "result" : { + "data" : null, + "meta" : { } + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationchallenge-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationchallenge-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationchallenge-v2d0-no-types.json new file mode 100644 index 0000000..8c5b82c --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationchallenge-v2d0-no-types.json @@ -0,0 +1,12 @@ +{ + "requestId" : "41d2e28a-20a4-4ab0-b379-d810dede3786", + "status" : { + "message" : "", + "code" : 407, + "attributes" : { } + }, + "result" : { + "data" : null, + "meta" : { } + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationchallenge-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationchallenge-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationchallenge-v2d0-partial.json new file mode 100644 index 0000000..8c5b82c --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationchallenge-v2d0-partial.json @@ -0,0 +1,12 @@ +{ + "requestId" : "41d2e28a-20a4-4ab0-b379-d810dede3786", + "status" : { + "message" : "", + "code" : 407, + "attributes" : { } + }, + "result" : { + "data" : null, + "meta" : { } + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationresponse-v1d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationresponse-v1d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationresponse-v1d0.json new file mode 100644 index 0000000..838e1fd --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationresponse-v1d0.json @@ -0,0 +1,9 @@ +{ + "requestId" : "cb682578-9d92-4499-9ebc-5c6aa73c5397", + "op" : "authentication", + "processor" : "", + "args" : { + "saslMechanism" : "PLAIN", + "sasl" : "AHN0ZXBocGhlbgBwYXNzd29yZA==" + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationresponse-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationresponse-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationresponse-v2d0-no-types.json new file mode 100644 index 0000000..838e1fd --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationresponse-v2d0-no-types.json @@ -0,0 +1,9 @@ +{ + "requestId" : "cb682578-9d92-4499-9ebc-5c6aa73c5397", + "op" : "authentication", + "processor" : "", + "args" : { + "saslMechanism" : "PLAIN", + "sasl" : "AHN0ZXBocGhlbgBwYXNzd29yZA==" + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationresponse-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationresponse-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationresponse-v2d0-partial.json new file mode 100644 index 0000000..838e1fd --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/authenticationresponse-v2d0-partial.json @@ -0,0 +1,9 @@ +{ + "requestId" : "cb682578-9d92-4499-9ebc-5c6aa73c5397", + "op" : "authentication", + "processor" : "", + "args" : { + "saslMechanism" : "PLAIN", + "sasl" : "AHN0ZXBocGhlbgBwYXNzd29yZA==" + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/barrier-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/barrier-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/barrier-v2d0-no-types.json new file mode 100644 index 0000000..7dd6c03 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/barrier-v2d0-no-types.json @@ -0,0 +1 @@ +"normSack" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/barrier-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/barrier-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/barrier-v2d0-partial.json new file mode 100644 index 0000000..7ddccdd --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/barrier-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "g:Barrier", + "@value" : "normSack" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bigdecimal-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bigdecimal-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bigdecimal-v2d0-partial.json new file mode 100644 index 0000000..7914536 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bigdecimal-v2d0-partial.json @@ -0,0 +1 @@ +123456789987654321123456789987654321 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/biginteger-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/biginteger-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/biginteger-v2d0-partial.json new file mode 100644 index 0000000..7914536 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/biginteger-v2d0-partial.json @@ -0,0 +1 @@ +123456789987654321123456789987654321 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/binding-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/binding-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/binding-v2d0-no-types.json new file mode 100644 index 0000000..661b153 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/binding-v2d0-no-types.json @@ -0,0 +1,4 @@ +{ + "key" : "x", + "value" : 1 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/binding-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/binding-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/binding-v2d0-partial.json new file mode 100644 index 0000000..579b8c7 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/binding-v2d0-partial.json @@ -0,0 +1,10 @@ +{ + "@type" : "g:Binding", + "@value" : { + "key" : "x", + "value" : { + "@type" : "g:Int32", + "@value" : 1 + } + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/byte-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/byte-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/byte-v2d0-partial.json new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/byte-v2d0-partial.json @@ -0,0 +1 @@ +1 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bytebuffer-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bytebuffer-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bytebuffer-v2d0-partial.json new file mode 100644 index 0000000..e0046e9 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bytebuffer-v2d0-partial.json @@ -0,0 +1 @@ +"c29tZSBieXRlcyBmb3IgeW91" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bytecode-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bytecode-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bytecode-v2d0-no-types.json new file mode 100644 index 0000000..6088abf --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bytecode-v2d0-no-types.json @@ -0,0 +1,3 @@ +{ + "step" : [ [ "V" ], [ "hasLabel", "person" ], [ "out" ], [ "in" ], [ "tree" ] ] +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bytecode-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bytecode-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bytecode-v2d0-partial.json new file mode 100644 index 0000000..269d277 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/bytecode-v2d0-partial.json @@ -0,0 +1,6 @@ +{ + "@type" : "g:Bytecode", + "@value" : { + "step" : [ [ "V" ], [ "hasLabel", "person" ], [ "out" ], [ "in" ], [ "tree" ] ] + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/cardinality-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/cardinality-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/cardinality-v2d0-no-types.json new file mode 100644 index 0000000..0617890 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/cardinality-v2d0-no-types.json @@ -0,0 +1 @@ +"list" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/cardinality-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/cardinality-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/cardinality-v2d0-partial.json new file mode 100644 index 0000000..834e64e --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/cardinality-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "g:Cardinality", + "@value" : "list" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/char-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/char-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/char-v2d0-partial.json new file mode 100644 index 0000000..3403a0c --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/char-v2d0-partial.json @@ -0,0 +1 @@ +"x" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/class-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/class-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/class-v2d0-no-types.json new file mode 100644 index 0000000..2fbd64d --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/class-v2d0-no-types.json @@ -0,0 +1 @@ +"java.io.File" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/class-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/class-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/class-v2d0-partial.json new file mode 100644 index 0000000..80f15a2 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/class-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "g:Class", + "@value" : "java.io.File" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/column-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/column-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/column-v2d0-no-types.json new file mode 100644 index 0000000..02597c9 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/column-v2d0-no-types.json @@ -0,0 +1 @@ +"keys" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/column-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/column-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/column-v2d0-partial.json new file mode 100644 index 0000000..0b3a56e --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/column-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "g:Column", + "@value" : "keys" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/date-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/date-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/date-v2d0-no-types.json new file mode 100644 index 0000000..03b71a0 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/date-v2d0-no-types.json @@ -0,0 +1 @@ +1481750076295 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/date-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/date-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/date-v2d0-partial.json new file mode 100644 index 0000000..cf4007a --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/date-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "g:Date", + "@value" : 1481750076295 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/direction-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/direction-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/direction-v2d0-no-types.json new file mode 100644 index 0000000..f6d62d7 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/direction-v2d0-no-types.json @@ -0,0 +1 @@ +"OUT" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/direction-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/direction-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/direction-v2d0-partial.json new file mode 100644 index 0000000..78cb7e4 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/direction-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "g:Direction", + "@value" : "OUT" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/double-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/double-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/double-v2d0-no-types.json new file mode 100644 index 0000000..e772e62 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/double-v2d0-no-types.json @@ -0,0 +1 @@ +100.0 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/double-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/double-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/double-v2d0-partial.json new file mode 100644 index 0000000..9ae4964 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/double-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "g:Double", + "@value" : 100.0 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/duration-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/duration-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/duration-v2d0-partial.json new file mode 100644 index 0000000..0e15a3c --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/duration-v2d0-partial.json @@ -0,0 +1 @@ +"PT120H" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/edge-v1d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/edge-v1d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/edge-v1d0.json new file mode 100644 index 0000000..0f7f168 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/edge-v1d0.json @@ -0,0 +1,12 @@ +{ + "id" : 13, + "label" : "develops", + "type" : "edge", + "inVLabel" : "software", + "outVLabel" : "person", + "inV" : 10, + "outV" : 1, + "properties" : { + "since" : 2009 + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/edge-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/edge-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/edge-v2d0-no-types.json new file mode 100644 index 0000000..a8e73db --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/edge-v2d0-no-types.json @@ -0,0 +1,14 @@ +{ + "id" : 13, + "label" : "develops", + "inVLabel" : "software", + "outVLabel" : "person", + "inV" : 10, + "outV" : 1, + "properties" : { + "since" : { + "key" : "since", + "value" : 2009 + } + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/edge-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/edge-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/edge-v2d0-partial.json new file mode 100644 index 0000000..ba1c52e --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/edge-v2d0-partial.json @@ -0,0 +1,32 @@ +{ + "@type" : "g:Edge", + "@value" : { + "id" : { + "@type" : "g:Int32", + "@value" : 13 + }, + "label" : "develops", + "inVLabel" : "software", + "outVLabel" : "person", + "inV" : { + "@type" : "g:Int32", + "@value" : 10 + }, + "outV" : { + "@type" : "g:Int32", + "@value" : 1 + }, + "properties" : { + "since" : { + "@type" : "g:Property", + "@value" : { + "key" : "since", + "value" : { + "@type" : "g:Int32", + "@value" : 2009 + } + } + } + } + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/float-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/float-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/float-v2d0-no-types.json new file mode 100644 index 0000000..e772e62 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/float-v2d0-no-types.json @@ -0,0 +1 @@ +100.0 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/float-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/float-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/float-v2d0-partial.json new file mode 100644 index 0000000..7179aaf --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/float-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "g:Float", + "@value" : 100.0 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/inetaddress-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/inetaddress-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/inetaddress-v2d0-partial.json new file mode 100644 index 0000000..e34c016 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/inetaddress-v2d0-partial.json @@ -0,0 +1 @@ +"localhost" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/instant-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/instant-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/instant-v2d0-partial.json new file mode 100644 index 0000000..40f2c7c --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/instant-v2d0-partial.json @@ -0,0 +1 @@ +"2016-12-14T16:39:19.349Z" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/integer-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/integer-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/integer-v2d0-no-types.json new file mode 100644 index 0000000..105d7d9 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/integer-v2d0-no-types.json @@ -0,0 +1 @@ +100 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/integer-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/integer-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/integer-v2d0-partial.json new file mode 100644 index 0000000..750ce7a --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/integer-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "g:Int32", + "@value" : 100 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/lambda-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/lambda-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/lambda-v2d0-no-types.json new file mode 100644 index 0000000..c7cabbf --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/lambda-v2d0-no-types.json @@ -0,0 +1,5 @@ +{ + "script" : "{ it.get() }", + "language" : "gremlin-groovy", + "arguments" : 1 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/lambda-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/lambda-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/lambda-v2d0-partial.json new file mode 100644 index 0000000..5be179b --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/lambda-v2d0-partial.json @@ -0,0 +1,8 @@ +{ + "@type" : "g:Lambda", + "@value" : { + "script" : "{ it.get() }", + "language" : "gremlin-groovy", + "arguments" : 1 + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/localdate-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/localdate-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/localdate-v2d0-partial.json new file mode 100644 index 0000000..5e4fd2a --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/localdate-v2d0-partial.json @@ -0,0 +1 @@ +"2016-01-01" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/localdatetime-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/localdatetime-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/localdatetime-v2d0-partial.json new file mode 100644 index 0000000..4be6ada --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/localdatetime-v2d0-partial.json @@ -0,0 +1 @@ +"2016-01-01T12:30" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/localtime-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/localtime-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/localtime-v2d0-partial.json new file mode 100644 index 0000000..720616d --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/localtime-v2d0-partial.json @@ -0,0 +1 @@ +"12:30:45" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e533b791/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/long-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/long-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/long-v2d0-no-types.json new file mode 100644 index 0000000..105d7d9 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_8/long-v2d0-no-types.json @@ -0,0 +1 @@ +100 \ No newline at end of file
