Added io test files for 3.4.0 CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a9bc444f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a9bc444f Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a9bc444f Branch: refs/heads/master Commit: a9bc444fa2b3b68e32c37c57f7b221f43677aa00 Parents: f39128c Author: Stephen Mallette <[email protected]> Authored: Tue Sep 11 13:30:54 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Tue Sep 11 13:30:54 2018 -0400 ---------------------------------------------------------------------- .../tinkerpop/gremlin/structure/io/Model.java | 10 +- .../io/graphson/GraphSONCompatibility.java | 6 +- .../structure/io/gryo/GryoCompatibility.java | 4 +- .../GraphSONTypedCompatibilityTest.java | 4 +- .../GraphSONUntypedCompatibilityTest.java | 4 +- .../io/gryo/GryoCompatibilityTest.java | 4 +- .../_3_4_0/authenticationchallenge-v1d0.json | 12 + .../authenticationchallenge-v2d0-no-types.json | 12 + .../authenticationchallenge-v2d0-partial.json | 12 + .../_3_4_0/authenticationchallenge-v3d0.json | 18 + .../_3_4_0/authenticationresponse-v1d0.json | 9 + .../authenticationresponse-v2d0-no-types.json | 9 + .../authenticationresponse-v2d0-partial.json | 9 + .../_3_4_0/authenticationresponse-v3d0.json | 9 + .../graphson/_3_4_0/barrier-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/barrier-v3d0.json | 4 + .../_3_4_0/bigdecimal-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/bigdecimal-v3d0.json | 4 + .../_3_4_0/biginteger-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/biginteger-v3d0.json | 4 + .../graphson/_3_4_0/binding-v2d0-partial.json | 10 + .../io/graphson/_3_4_0/binding-v3d0.json | 10 + .../io/graphson/_3_4_0/byte-v2d0-partial.json | 4 + .../structure/io/graphson/_3_4_0/byte-v3d0.json | 4 + .../_3_4_0/bytebuffer-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/bytebuffer-v3d0.json | 4 + .../graphson/_3_4_0/bytecode-v2d0-partial.json | 6 + .../io/graphson/_3_4_0/bytecode-v3d0.json | 6 + .../_3_4_0/cardinality-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/cardinality-v3d0.json | 4 + .../io/graphson/_3_4_0/char-v2d0-partial.json | 4 + .../structure/io/graphson/_3_4_0/char-v3d0.json | 4 + .../io/graphson/_3_4_0/class-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/class-v3d0.json | 4 + .../io/graphson/_3_4_0/column-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/column-v3d0.json | 4 + .../io/graphson/_3_4_0/date-v2d0-no-types.json | 1 + .../io/graphson/_3_4_0/date-v2d0-partial.json | 4 + .../structure/io/graphson/_3_4_0/date-v3d0.json | 4 + .../graphson/_3_4_0/direction-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/direction-v3d0.json | 4 + .../graphson/_3_4_0/double-v2d0-no-types.json | 1 + .../io/graphson/_3_4_0/double-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/double-v3d0.json | 4 + .../graphson/_3_4_0/duration-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/duration-v3d0.json | 4 + .../structure/io/graphson/_3_4_0/edge-v1d0.json | 12 + .../io/graphson/_3_4_0/edge-v2d0-no-types.json | 14 + .../io/graphson/_3_4_0/edge-v2d0-partial.json | 32 + .../structure/io/graphson/_3_4_0/edge-v3d0.json | 32 + .../io/graphson/_3_4_0/float-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/float-v3d0.json | 4 + .../_3_4_0/inetaddress-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/inetaddress-v3d0.json | 4 + .../graphson/_3_4_0/instant-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/instant-v3d0.json | 4 + .../graphson/_3_4_0/integer-v2d0-no-types.json | 1 + .../graphson/_3_4_0/integer-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/integer-v3d0.json | 4 + .../io/graphson/_3_4_0/lambda-v2d0-partial.json | 8 + .../io/graphson/_3_4_0/lambda-v3d0.json | 8 + .../structure/io/graphson/_3_4_0/list-v3d0.json | 7 + .../graphson/_3_4_0/localdate-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/localdate-v3d0.json | 4 + .../_3_4_0/localdatetime-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/localdatetime-v3d0.json | 4 + .../graphson/_3_4_0/localtime-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/localtime-v3d0.json | 4 + .../io/graphson/_3_4_0/long-v2d0-partial.json | 4 + .../structure/io/graphson/_3_4_0/long-v3d0.json | 4 + .../structure/io/graphson/_3_4_0/map-v3d0.json | 25 + .../graphson/_3_4_0/metrics-v2d0-partial.json | 54 ++ .../io/graphson/_3_4_0/metrics-v3d0.json | 52 ++ .../graphson/_3_4_0/monthday-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/monthday-v3d0.json | 4 + .../_3_4_0/offsetdatetime-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/offsetdatetime-v3d0.json | 4 + .../_3_4_0/offsettime-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/offsettime-v3d0.json | 4 + .../graphson/_3_4_0/operator-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/operator-v3d0.json | 4 + .../io/graphson/_3_4_0/order-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/order-v3d0.json | 4 + .../io/graphson/_3_4_0/p-v2d0-partial.json | 10 + .../structure/io/graphson/_3_4_0/p-v3d0.json | 10 + .../io/graphson/_3_4_0/pand-v2d0-partial.json | 25 + .../structure/io/graphson/_3_4_0/pand-v3d0.json | 25 + .../structure/io/graphson/_3_4_0/path-v1d0.json | 62 ++ .../io/graphson/_3_4_0/path-v2d0-no-types.json | 13 + .../io/graphson/_3_4_0/path-v2d0-partial.json | 34 + .../structure/io/graphson/_3_4_0/path-v3d0.json | 49 ++ .../io/graphson/_3_4_0/period-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/period-v3d0.json | 4 + .../io/graphson/_3_4_0/pick-v2d0-partial.json | 4 + .../structure/io/graphson/_3_4_0/pick-v3d0.json | 4 + .../io/graphson/_3_4_0/pop-v2d0-partial.json | 4 + .../structure/io/graphson/_3_4_0/pop-v3d0.json | 4 + .../io/graphson/_3_4_0/por-v2d0-partial.json | 31 + .../structure/io/graphson/_3_4_0/por-v3d0.json | 34 + .../io/graphson/_3_4_0/property-v1d0.json | 4 + .../graphson/_3_4_0/property-v2d0-no-types.json | 4 + .../graphson/_3_4_0/property-v2d0-partial.json | 10 + .../io/graphson/_3_4_0/property-v3d0.json | 10 + .../graphson/_3_4_0/pwithin-v2d0-partial.json | 10 + .../io/graphson/_3_4_0/pwithin-v3d0.json | 13 + .../graphson/_3_4_0/pwithout-v2d0-partial.json | 13 + .../io/graphson/_3_4_0/pwithout-v3d0.json | 16 + .../io/graphson/_3_4_0/scope-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/scope-v3d0.json | 4 + .../io/graphson/_3_4_0/sessionclose-v1d0.json | 8 + .../_3_4_0/sessionclose-v2d0-no-types.json | 8 + .../_3_4_0/sessionclose-v2d0-partial.json | 11 + .../io/graphson/_3_4_0/sessionclose-v3d0.json | 12 + .../io/graphson/_3_4_0/sessioneval-v1d0.json | 13 + .../_3_4_0/sessioneval-v2d0-no-types.json | 13 + .../_3_4_0/sessioneval-v2d0-partial.json | 19 + .../io/graphson/_3_4_0/sessioneval-v3d0.json | 18 + .../_3_4_0/sessionevalaliased-v1d0.json | 16 + .../sessionevalaliased-v2d0-no-types.json | 16 + .../_3_4_0/sessionevalaliased-v2d0-partial.json | 22 + .../_3_4_0/sessionevalaliased-v3d0.json | 21 + .../graphson/_3_4_0/sessionlesseval-v1d0.json | 12 + .../_3_4_0/sessionlesseval-v2d0-no-types.json | 12 + .../_3_4_0/sessionlesseval-v2d0-partial.json | 15 + .../graphson/_3_4_0/sessionlesseval-v3d0.json | 15 + .../_3_4_0/sessionlessevalaliased-v1d0.json | 15 + .../sessionlessevalaliased-v2d0-no-types.json | 15 + .../sessionlessevalaliased-v2d0-partial.json | 18 + .../_3_4_0/sessionlessevalaliased-v3d0.json | 18 + .../structure/io/graphson/_3_4_0/set-v3d0.json | 7 + .../io/graphson/_3_4_0/short-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/short-v3d0.json | 4 + .../io/graphson/_3_4_0/standardresult-v1d0.json | 50 ++ .../_3_4_0/standardresult-v2d0-partial.json | 111 +++ .../io/graphson/_3_4_0/standardresult-v3d0.json | 120 +++ .../io/graphson/_3_4_0/t-v2d0-partial.json | 4 + .../structure/io/graphson/_3_4_0/t-v3d0.json | 4 + .../graphson/_3_4_0/timestamp-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/timestamp-v3d0.json | 4 + .../io/graphson/_3_4_0/tinkergraph-v1d0.json | 313 +++++++ .../_3_4_0/tinkergraph-v2d0-no-types.json | 352 ++++++++ .../_3_4_0/tinkergraph-v2d0-partial.json | 829 +++++++++++++++++++ .../io/graphson/_3_4_0/tinkergraph-v3d0.json | 829 +++++++++++++++++++ .../_3_4_0/traversalmetrics-v2d0-partial.json | 114 +++ .../graphson/_3_4_0/traversalmetrics-v3d0.json | 109 +++ .../graphson/_3_4_0/traverser-v2d0-partial.json | 109 +++ .../io/graphson/_3_4_0/traverser-v3d0.json | 109 +++ .../io/graphson/_3_4_0/uuid-v2d0-no-types.json | 1 + .../io/graphson/_3_4_0/uuid-v2d0-partial.json | 4 + .../structure/io/graphson/_3_4_0/uuid-v3d0.json | 4 + .../io/graphson/_3_4_0/vertex-v1d0.json | 39 + .../graphson/_3_4_0/vertex-v2d0-no-types.json | 43 + .../io/graphson/_3_4_0/vertex-v2d0-partial.json | 100 +++ .../io/graphson/_3_4_0/vertex-v3d0.json | 100 +++ .../io/graphson/_3_4_0/vertexproperty-v1d0.json | 5 + .../_3_4_0/vertexproperty-v2d0-no-types.json | 5 + .../_3_4_0/vertexproperty-v2d0-partial.json | 11 + .../io/graphson/_3_4_0/vertexproperty-v3d0.json | 11 + .../io/graphson/_3_4_0/year-v2d0-partial.json | 4 + .../structure/io/graphson/_3_4_0/year-v3d0.json | 4 + .../graphson/_3_4_0/yearmonth-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/yearmonth-v3d0.json | 4 + .../_3_4_0/zoneddatetime-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/zoneddatetime-v3d0.json | 4 + .../_3_4_0/zoneoffset-v2d0-partial.json | 4 + .../io/graphson/_3_4_0/zoneoffset-v3d0.json | 4 + .../_3_4_0/authenticationchallenge-v3d0.kryo | Bin 0 -> 26 bytes .../_3_4_0/authenticationresponse-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/barrier-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/barrier-v3d0.kryo | 1 + .../io/gryo/_3_4_0/bigdecimal-v1d0.kryo | Bin 0 -> 18 bytes .../io/gryo/_3_4_0/bigdecimal-v3d0.kryo | Bin 0 -> 18 bytes .../io/gryo/_3_4_0/biginteger-v1d0.kryo | 1 + .../io/gryo/_3_4_0/biginteger-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/binding-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/binding-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/byte-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/byte-v3d0.kryo | 1 + .../io/gryo/_3_4_0/bytebuffer-v1d0.kryo | Bin 0 -> 23 bytes .../io/gryo/_3_4_0/bytebuffer-v3d0.kryo | Bin 0 -> 23 bytes .../structure/io/gryo/_3_4_0/bytecode-v1d0.kryo | Bin 0 -> 43 bytes .../structure/io/gryo/_3_4_0/bytecode-v3d0.kryo | Bin 0 -> 43 bytes .../io/gryo/_3_4_0/cardinality-v1d0.kryo | 1 + .../io/gryo/_3_4_0/cardinality-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/char-v1d0.kryo | Bin 0 -> 2 bytes .../structure/io/gryo/_3_4_0/char-v3d0.kryo | Bin 0 -> 2 bytes .../structure/io/gryo/_3_4_0/class-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/class-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/column-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/column-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/date-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/date-v3d0.kryo | 1 + .../io/gryo/_3_4_0/direction-v1d0.kryo | 1 + .../io/gryo/_3_4_0/direction-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/double-v1d0.kryo | Bin 0 -> 8 bytes .../structure/io/gryo/_3_4_0/double-v3d0.kryo | Bin 0 -> 8 bytes .../structure/io/gryo/_3_4_0/duration-v1d0.kryo | Bin 0 -> 9 bytes .../structure/io/gryo/_3_4_0/duration-v3d0.kryo | Bin 0 -> 9 bytes .../structure/io/gryo/_3_4_0/edge-v1d0.kryo | Bin 0 -> 57 bytes .../structure/io/gryo/_3_4_0/edge-v3d0.kryo | Bin 0 -> 39 bytes .../structure/io/gryo/_3_4_0/float-v1d0.kryo | Bin 0 -> 4 bytes .../structure/io/gryo/_3_4_0/float-v3d0.kryo | Bin 0 -> 4 bytes .../io/gryo/_3_4_0/inetaddress-v1d0.kryo | 1 + .../io/gryo/_3_4_0/inetaddress-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/instant-v1d0.kryo | Bin 0 -> 13 bytes .../structure/io/gryo/_3_4_0/instant-v3d0.kryo | Bin 0 -> 13 bytes .../structure/io/gryo/_3_4_0/integer-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/integer-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/lambda-v1d0.kryo | Bin 0 -> 31 bytes .../structure/io/gryo/_3_4_0/lambda-v3d0.kryo | Bin 0 -> 31 bytes .../io/gryo/_3_4_0/localdate-v1d0.kryo | Bin 0 -> 9 bytes .../io/gryo/_3_4_0/localdate-v3d0.kryo | Bin 0 -> 9 bytes .../io/gryo/_3_4_0/localdatetime-v1d0.kryo | Bin 0 -> 29 bytes .../io/gryo/_3_4_0/localdatetime-v3d0.kryo | Bin 0 -> 29 bytes .../io/gryo/_3_4_0/localtime-v1d0.kryo | Bin 0 -> 9 bytes .../io/gryo/_3_4_0/localtime-v3d0.kryo | Bin 0 -> 9 bytes .../structure/io/gryo/_3_4_0/long-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/long-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/metrics-v1d0.kryo | Bin 0 -> 193 bytes .../structure/io/gryo/_3_4_0/metrics-v3d0.kryo | Bin 0 -> 184 bytes .../structure/io/gryo/_3_4_0/monthday-v1d0.kryo | Bin 0 -> 9 bytes .../structure/io/gryo/_3_4_0/monthday-v3d0.kryo | Bin 0 -> 9 bytes .../io/gryo/_3_4_0/offsetdatetime-v1d0.kryo | Bin 0 -> 37 bytes .../io/gryo/_3_4_0/offsetdatetime-v3d0.kryo | Bin 0 -> 37 bytes .../io/gryo/_3_4_0/offsettime-v1d0.kryo | Bin 0 -> 17 bytes .../io/gryo/_3_4_0/offsettime-v3d0.kryo | Bin 0 -> 17 bytes .../structure/io/gryo/_3_4_0/operator-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/operator-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/order-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/order-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/p-v1d0.kryo | Bin 0 -> 6 bytes .../structure/io/gryo/_3_4_0/p-v3d0.kryo | Bin 0 -> 6 bytes .../structure/io/gryo/_3_4_0/pand-v1d0.kryo | Bin 0 -> 23 bytes .../structure/io/gryo/_3_4_0/pand-v3d0.kryo | Bin 0 -> 23 bytes .../structure/io/gryo/_3_4_0/path-v1d0.kryo | Bin 0 -> 50 bytes .../structure/io/gryo/_3_4_0/path-v3d0.kryo | Bin 0 -> 50 bytes .../structure/io/gryo/_3_4_0/period-v1d0.kryo | Bin 0 -> 13 bytes .../structure/io/gryo/_3_4_0/period-v3d0.kryo | Bin 0 -> 13 bytes .../structure/io/gryo/_3_4_0/pick-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/pick-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/pop-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/pop-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/por-v1d0.kryo | Bin 0 -> 35 bytes .../structure/io/gryo/_3_4_0/por-v3d0.kryo | Bin 0 -> 35 bytes .../structure/io/gryo/_3_4_0/property-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/property-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/pwithin-v1d0.kryo | Bin 0 -> 14 bytes .../structure/io/gryo/_3_4_0/pwithin-v3d0.kryo | Bin 0 -> 14 bytes .../structure/io/gryo/_3_4_0/pwithout-v1d0.kryo | Bin 0 -> 17 bytes .../structure/io/gryo/_3_4_0/pwithout-v3d0.kryo | Bin 0 -> 17 bytes .../structure/io/gryo/_3_4_0/scope-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/scope-v3d0.kryo | 1 + .../io/gryo/_3_4_0/sessionclose-v3d0.kryo | 1 + .../io/gryo/_3_4_0/sessioneval-v3d0.kryo | 1 + .../io/gryo/_3_4_0/sessionevalaliased-v3d0.kryo | 1 + .../io/gryo/_3_4_0/sessionlesseval-v3d0.kryo | 1 + .../_3_4_0/sessionlessevalaliased-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/short-v1d0.kryo | Bin 0 -> 2 bytes .../structure/io/gryo/_3_4_0/short-v3d0.kryo | Bin 0 -> 2 bytes .../io/gryo/_3_4_0/standardresult-v3d0.kryo | Bin 0 -> 229 bytes .../io/gryo/_3_4_0/stargraph-v1d0.kryo | Bin 0 -> 247 bytes .../io/gryo/_3_4_0/stargraph-v3d0.kryo | Bin 0 -> 247 bytes .../structure/io/gryo/_3_4_0/t-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/t-v3d0.kryo | 1 + .../io/gryo/_3_4_0/timestamp-v1d0.kryo | 1 + .../io/gryo/_3_4_0/timestamp-v3d0.kryo | 1 + .../io/gryo/_3_4_0/tinkergraph-v1d0.kryo | Bin 0 -> 1117 bytes .../io/gryo/_3_4_0/tinkergraph-v3d0.kryo | Bin 0 -> 1117 bytes .../io/gryo/_3_4_0/traversalmetrics-v1d0.kryo | Bin 0 -> 455 bytes .../io/gryo/_3_4_0/traversalmetrics-v3d0.kryo | Bin 0 -> 308 bytes .../io/gryo/_3_4_0/traverser-v1d0.kryo | Bin 0 -> 211 bytes .../io/gryo/_3_4_0/traverser-v3d0.kryo | Bin 0 -> 210 bytes .../structure/io/gryo/_3_4_0/tree-v1d0.kryo | Bin 0 -> 284 bytes .../structure/io/gryo/_3_4_0/tree-v3d0.kryo | Bin 0 -> 277 bytes .../structure/io/gryo/_3_4_0/uuid-v1d0.kryo | 1 + .../structure/io/gryo/_3_4_0/uuid-v3d0.kryo | 1 + .../structure/io/gryo/_3_4_0/vertex-v1d0.kryo | Bin 0 -> 202 bytes .../structure/io/gryo/_3_4_0/vertex-v3d0.kryo | Bin 0 -> 201 bytes .../io/gryo/_3_4_0/vertexproperty-v1d0.kryo | Bin 0 -> 18 bytes .../io/gryo/_3_4_0/vertexproperty-v3d0.kryo | Bin 0 -> 23 bytes .../structure/io/gryo/_3_4_0/year-v1d0.kryo | Bin 0 -> 5 bytes .../structure/io/gryo/_3_4_0/year-v3d0.kryo | Bin 0 -> 5 bytes .../io/gryo/_3_4_0/yearmonth-v1d0.kryo | Bin 0 -> 9 bytes .../io/gryo/_3_4_0/yearmonth-v3d0.kryo | Bin 0 -> 9 bytes .../io/gryo/_3_4_0/zoneddatetime-v1d0.kryo | Bin 0 -> 38 bytes .../io/gryo/_3_4_0/zoneddatetime-v3d0.kryo | Bin 0 -> 38 bytes .../io/gryo/_3_4_0/zoneoffset-v1d0.kryo | 1 + .../io/gryo/_3_4_0/zoneoffset-v3d0.kryo | 1 + 288 files changed, 4783 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/Model.java ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/Model.java b/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/Model.java index e8a0e63..3ad676f 100644 --- a/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/Model.java +++ b/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/Model.java @@ -105,7 +105,9 @@ public class Model { final Compatibility[] noTypeGraphSONPlusGryo3_2_3 = Compatibilities.with(GryoCompatibility.class).beforeRelease("3.2.4").join(Compatibilities.UNTYPED_GRAPHSON).matchToArray(); final Compatibility[] noTypeGraphSONPlusGryo3_3_0 = Compatibilities.with(GryoCompatibility.class).beforeRelease("3.3.0").join(Compatibilities.UNTYPED_GRAPHSON).matchToArray(); - final Compatibility[] noGraphSONBeforeV3 = Compatibilities.with(GraphSONCompatibility.class).configuredAs(".*v2d0-partial|v1d0|v2d0-no-types").join(Compatibilities.GRYO_ONLY).matchToArray(); + + // there is no point to testing gryo for list/map/set as they are kryo primitives essentially + final Compatibility[] noGraphSONBeforeV3AndNoGryo = Compatibilities.with(GraphSONCompatibility.class).configuredAs(".*v2d0-partial|v1d0|v2d0-no-types").join(Compatibilities.GRYO_ONLY).matchToArray(); // IMPORTANT - the "title" or name of the Entry needs to be unique @@ -115,14 +117,14 @@ public class Model { addCoreEntry(100.00d, "Double"); addCoreEntry(100.00f, "Float", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray()); addCoreEntry(100, "Integer"); - addCoreEntry(Arrays.asList(1,"person", true), "List", "List is used to distinguish between different collection types as JSON is not explicit enough for all of Gremlin's requirements.", noGraphSONBeforeV3); + addCoreEntry(Arrays.asList(1,"person", true), "List", "List is used to distinguish between different collection types as JSON is not explicit enough for all of Gremlin's requirements.", noGraphSONBeforeV3AndNoGryo); addCoreEntry(100L, "Long", "", Compatibilities.UNTYPED_GRAPHSON.matchToArray()); final Map<Object,Object> map = new HashMap<>(); map.put("test", 123); map.put(new Date(1481750076295L), "red"); map.put(Arrays.asList(1,2,3), new Date(1481750076295L)); - addCoreEntry(map, "Map", "Map is redefined so that to provide the ability to allow for non-String keys, which is not possible in JSON.", noGraphSONBeforeV3); - addCoreEntry(new HashSet<>(Arrays.asList(1,"person", true)), "Set", "Allows a JSON collection to behave as a Set.", noGraphSONBeforeV3); + addCoreEntry(map, "Map", "Map is redefined so that to provide the ability to allow for non-String keys, which is not possible in JSON.", noGraphSONBeforeV3AndNoGryo); + addCoreEntry(new HashSet<>(Arrays.asList(1,"person", true)), "Set", "Allows a JSON collection to behave as a Set.", noGraphSONBeforeV3AndNoGryo); // Timestamp was added to Gryo 1.0 as of 3.2.4. It was not supported in 3.2.3. addCoreEntry(new java.sql.Timestamp(1481750076295L), "Timestamp", "", noTypeGraphSONPlusGryo3_2_3); addCoreEntry(UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786"), "UUID"); http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONCompatibility.java ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONCompatibility.java b/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONCompatibility.java index b26ec77..a792ca5 100644 --- a/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONCompatibility.java +++ b/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONCompatibility.java @@ -71,7 +71,11 @@ public enum GraphSONCompatibility implements Compatibility { V1D0_3_3_4("3.3.4", "1.0", "v1d0"), V2D0_PARTIAL_3_3_4("3.3.4", "2.0", "v2d0-partial"), V2D0_NO_TYPE_3_3_4("3.3.4", "2.0", "v2d0-no-types"), - V3D0_PARTIAL_3_3_4("3.3.4", "3.0", "v3d0"); + V3D0_PARTIAL_3_3_4("3.3.4", "3.0", "v3d0"), + V1D0_3_4_0("3.4.0", "1.0", "v1d0"), + V2D0_PARTIAL_3_4_0("3.4.0", "2.0", "v2d0-partial"), + V2D0_NO_TYPE_3_4_0("3.4.0", "2.0", "v2d0-no-types"), + V3D0_PARTIAL_3_4_0("3.4.0", "3.0", "v3d0"); private static final String SEP = File.separator; http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibility.java ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibility.java b/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibility.java index d1f4037..872c287 100644 --- a/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibility.java +++ b/gremlin-tools/gremlin-io-test/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibility.java @@ -61,7 +61,9 @@ public enum GryoCompatibility implements Compatibility { V1D0_3_3_3("3.3.3", "1.0", "v1d0"), V3D0_3_3_3("3.3.3", "3.0", "v3d0"), V1D0_3_3_4("3.3.4", "1.0", "v1d0"), - V3D0_3_3_4("3.3.4", "3.0", "v3d0"); + V3D0_3_3_4("3.3.4", "3.0", "v3d0"), + V1D0_3_4_0("3.4.0", "1.0", "v1d0"), + V3D0_3_4_0("3.4.0", "3.0", "v3d0"); private static final String SEP = File.separator; http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONTypedCompatibilityTest.java ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONTypedCompatibilityTest.java b/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONTypedCompatibilityTest.java index 450238b..c8946b6 100644 --- a/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONTypedCompatibilityTest.java +++ b/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONTypedCompatibilityTest.java @@ -67,7 +67,9 @@ public class GraphSONTypedCompatibilityTest extends AbstractTypedCompatibilityTe {GraphSONCompatibility.V2D0_PARTIAL_3_3_3, mapperV2 }, {GraphSONCompatibility.V3D0_PARTIAL_3_3_3, mapperV3 }, {GraphSONCompatibility.V2D0_PARTIAL_3_3_4, mapperV2 }, - {GraphSONCompatibility.V3D0_PARTIAL_3_3_4, mapperV3 }}); + {GraphSONCompatibility.V3D0_PARTIAL_3_3_4, mapperV3 }, + {GraphSONCompatibility.V2D0_PARTIAL_3_4_0, mapperV2 }, + {GraphSONCompatibility.V3D0_PARTIAL_3_4_0, mapperV3 }}); } @Parameterized.Parameter(value = 0) http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONUntypedCompatibilityTest.java ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONUntypedCompatibilityTest.java b/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONUntypedCompatibilityTest.java index 5612f4c..718abe4 100644 --- a/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONUntypedCompatibilityTest.java +++ b/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONUntypedCompatibilityTest.java @@ -75,7 +75,9 @@ public class GraphSONUntypedCompatibilityTest extends AbstractUntypedCompatibili {GraphSONCompatibility.V1D0_3_3_3, mapperV1 }, {GraphSONCompatibility.V2D0_NO_TYPE_3_3_3, mapperV2 }, {GraphSONCompatibility.V1D0_3_3_4, mapperV1 }, - {GraphSONCompatibility.V2D0_NO_TYPE_3_3_4, mapperV2 } + {GraphSONCompatibility.V2D0_NO_TYPE_3_3_4, mapperV2 }, + {GraphSONCompatibility.V1D0_3_4_0, mapperV1 }, + {GraphSONCompatibility.V2D0_NO_TYPE_3_4_0, mapperV2 } }); } http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibilityTest.java ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibilityTest.java b/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibilityTest.java index 30b33a8..dfd86df 100644 --- a/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibilityTest.java +++ b/gremlin-tools/gremlin-io-test/src/test/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoCompatibilityTest.java @@ -64,7 +64,9 @@ public class GryoCompatibilityTest extends AbstractTypedCompatibilityTest { {GryoCompatibility.V1D0_3_3_3, mapperV1 }, {GryoCompatibility.V3D0_3_3_3, mapperV3 }, {GryoCompatibility.V1D0_3_3_4, mapperV1 }, - {GryoCompatibility.V3D0_3_3_4, mapperV3 }}); + {GryoCompatibility.V3D0_3_3_4, mapperV3 }, + {GryoCompatibility.V1D0_3_4_0, mapperV1 }, + {GryoCompatibility.V3D0_3_4_0, mapperV3 }}); } @Parameterized.Parameter(value = 0) http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationchallenge-v1d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationchallenge-v1d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationchallenge-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationchallenge-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationchallenge-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationchallenge-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationchallenge-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationchallenge-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationchallenge-v3d0.json new file mode 100644 index 0000000..d1734c6 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationchallenge-v3d0.json @@ -0,0 +1,18 @@ +{ + "requestId" : "41d2e28a-20a4-4ab0-b379-d810dede3786", + "status" : { + "message" : "", + "code" : 407, + "attributes" : { + "@type" : "g:Map", + "@value" : [ ] + } + }, + "result" : { + "data" : null, + "meta" : { + "@type" : "g:Map", + "@value" : [ ] + } + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationresponse-v1d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationresponse-v1d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationresponse-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationresponse-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationresponse-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationresponse-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationresponse-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationresponse-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationresponse-v3d0.json new file mode 100644 index 0000000..daceca2 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/authenticationresponse-v3d0.json @@ -0,0 +1,9 @@ +{ + "requestId" : "cb682578-9d92-4499-9ebc-5c6aa73c5397", + "op" : "authentication", + "processor" : "", + "args" : { + "@type" : "g:Map", + "@value" : [ "saslMechanism", "PLAIN", "sasl", "AHN0ZXBocGhlbgBwYXNzd29yZA==" ] + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/barrier-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/barrier-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/barrier-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/barrier-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/barrier-v3d0.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_4_0/barrier-v3d0.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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bigdecimal-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bigdecimal-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bigdecimal-v2d0-partial.json new file mode 100644 index 0000000..475337c --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bigdecimal-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:BigDecimal", + "@value" : 123456789987654321123456789987654321 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bigdecimal-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bigdecimal-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bigdecimal-v3d0.json new file mode 100644 index 0000000..475337c --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bigdecimal-v3d0.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:BigDecimal", + "@value" : 123456789987654321123456789987654321 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/biginteger-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/biginteger-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/biginteger-v2d0-partial.json new file mode 100644 index 0000000..58e6114 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/biginteger-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:BigInteger", + "@value" : 123456789987654321123456789987654321 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/biginteger-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/biginteger-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/biginteger-v3d0.json new file mode 100644 index 0000000..58e6114 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/biginteger-v3d0.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:BigInteger", + "@value" : 123456789987654321123456789987654321 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/binding-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/binding-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/binding-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/binding-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/binding-v3d0.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_4_0/binding-v3d0.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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/byte-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/byte-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/byte-v2d0-partial.json new file mode 100644 index 0000000..979625b --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/byte-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:Byte", + "@value" : 1 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/byte-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/byte-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/byte-v3d0.json new file mode 100644 index 0000000..979625b --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/byte-v3d0.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:Byte", + "@value" : 1 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bytebuffer-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bytebuffer-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bytebuffer-v2d0-partial.json new file mode 100644 index 0000000..5724115 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bytebuffer-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:ByteBuffer", + "@value" : "c29tZSBieXRlcyBmb3IgeW91" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bytebuffer-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bytebuffer-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bytebuffer-v3d0.json new file mode 100644 index 0000000..5724115 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bytebuffer-v3d0.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:ByteBuffer", + "@value" : "c29tZSBieXRlcyBmb3IgeW91" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bytecode-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bytecode-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bytecode-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bytecode-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/bytecode-v3d0.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_4_0/bytecode-v3d0.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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/cardinality-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/cardinality-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/cardinality-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/cardinality-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/cardinality-v3d0.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_4_0/cardinality-v3d0.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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/char-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/char-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/char-v2d0-partial.json new file mode 100644 index 0000000..8f27e9d --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/char-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:Char", + "@value" : "x" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/char-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/char-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/char-v3d0.json new file mode 100644 index 0000000..8f27e9d --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/char-v3d0.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:Char", + "@value" : "x" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/class-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/class-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/class-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/class-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/class-v3d0.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_4_0/class-v3d0.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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/column-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/column-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/column-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/column-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/column-v3d0.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_4_0/column-v3d0.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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/date-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/date-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/date-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/date-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/date-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/date-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/date-v3d0.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_4_0/date-v3d0.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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/direction-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/direction-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/direction-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/direction-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/direction-v3d0.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_4_0/direction-v3d0.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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/double-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/double-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/double-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/double-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/double-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/double-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/double-v3d0.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_4_0/double-v3d0.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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/duration-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/duration-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/duration-v2d0-partial.json new file mode 100644 index 0000000..05c0ce9 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/duration-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:Duration", + "@value" : "PT120H" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/duration-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/duration-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/duration-v3d0.json new file mode 100644 index 0000000..05c0ce9 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/duration-v3d0.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:Duration", + "@value" : "PT120H" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/edge-v1d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/edge-v1d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/edge-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/edge-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/edge-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/edge-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/edge-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/edge-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/edge-v3d0.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_4_0/edge-v3d0.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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/float-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/float-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/float-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/float-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/float-v3d0.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_4_0/float-v3d0.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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/inetaddress-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/inetaddress-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/inetaddress-v2d0-partial.json new file mode 100644 index 0000000..fba98c0 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/inetaddress-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:InetAddress", + "@value" : "localhost" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/inetaddress-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/inetaddress-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/inetaddress-v3d0.json new file mode 100644 index 0000000..fba98c0 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/inetaddress-v3d0.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:InetAddress", + "@value" : "localhost" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/instant-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/instant-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/instant-v2d0-partial.json new file mode 100644 index 0000000..3749741 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/instant-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:Instant", + "@value" : "2016-12-14T16:39:19.349Z" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/instant-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/instant-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/instant-v3d0.json new file mode 100644 index 0000000..3749741 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/instant-v3d0.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:Instant", + "@value" : "2016-12-14T16:39:19.349Z" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/integer-v2d0-no-types.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/integer-v2d0-no-types.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/integer-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/integer-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/integer-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/integer-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/integer-v3d0.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_4_0/integer-v3d0.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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/lambda-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/lambda-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/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_4_0/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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/lambda-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/lambda-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/lambda-v3d0.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_4_0/lambda-v3d0.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/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/list-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/list-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/list-v3d0.json new file mode 100644 index 0000000..b714e2d --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/list-v3d0.json @@ -0,0 +1,7 @@ +{ + "@type" : "g:List", + "@value" : [ { + "@type" : "g:Int32", + "@value" : 1 + }, "person", true ] +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdate-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdate-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdate-v2d0-partial.json new file mode 100644 index 0000000..36fb81d --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdate-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:LocalDate", + "@value" : "2016-01-01" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdate-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdate-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdate-v3d0.json new file mode 100644 index 0000000..36fb81d --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdate-v3d0.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:LocalDate", + "@value" : "2016-01-01" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdatetime-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdatetime-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdatetime-v2d0-partial.json new file mode 100644 index 0000000..2d83668 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdatetime-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:LocalDateTime", + "@value" : "2016-01-01T12:30" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdatetime-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdatetime-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdatetime-v3d0.json new file mode 100644 index 0000000..2d83668 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localdatetime-v3d0.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:LocalDateTime", + "@value" : "2016-01-01T12:30" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localtime-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localtime-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localtime-v2d0-partial.json new file mode 100644 index 0000000..eff65a7 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localtime-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:LocalTime", + "@value" : "12:30:45" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localtime-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localtime-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localtime-v3d0.json new file mode 100644 index 0000000..eff65a7 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/localtime-v3d0.json @@ -0,0 +1,4 @@ +{ + "@type" : "gx:LocalTime", + "@value" : "12:30:45" +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/long-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/long-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/long-v2d0-partial.json new file mode 100644 index 0000000..84b9a23 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/long-v2d0-partial.json @@ -0,0 +1,4 @@ +{ + "@type" : "g:Int64", + "@value" : 100 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/long-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/long-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/long-v3d0.json new file mode 100644 index 0000000..84b9a23 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/long-v3d0.json @@ -0,0 +1,4 @@ +{ + "@type" : "g:Int64", + "@value" : 100 +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/map-v3d0.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/map-v3d0.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/map-v3d0.json new file mode 100644 index 0000000..7ad59c9 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/map-v3d0.json @@ -0,0 +1,25 @@ +{ + "@type" : "g:Map", + "@value" : [ { + "@type" : "g:Date", + "@value" : 1481750076295 + }, "red", { + "@type" : "g:List", + "@value" : [ { + "@type" : "g:Int32", + "@value" : 1 + }, { + "@type" : "g:Int32", + "@value" : 2 + }, { + "@type" : "g:Int32", + "@value" : 3 + } ] + }, { + "@type" : "g:Date", + "@value" : 1481750076295 + }, "test", { + "@type" : "g:Int32", + "@value" : 123 + } ] +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9bc444f/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/metrics-v2d0-partial.json ---------------------------------------------------------------------- diff --git a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/metrics-v2d0-partial.json b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/metrics-v2d0-partial.json new file mode 100644 index 0000000..7b1e964 --- /dev/null +++ b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_4_0/metrics-v2d0-partial.json @@ -0,0 +1,54 @@ +{ + "@type" : "g:Metrics", + "@value" : { + "dur" : { + "@type" : "g:Double", + "@value" : 100.0 + }, + "counts" : { + "traverserCount" : { + "@type" : "g:Int64", + "@value" : 4 + }, + "elementCount" : { + "@type" : "g:Int64", + "@value" : 4 + } + }, + "name" : "TinkerGraphStep(vertex,[~label.eq(person)])", + "annotations" : { + "percentDur" : { + "@type" : "g:Double", + "@value" : 25.0 + } + }, + "id" : "7.0.0()", + "metrics" : [ { + "@type" : "g:Metrics", + "@value" : { + "dur" : { + "@type" : "g:Double", + "@value" : 100.0 + }, + "counts" : { + "traverserCount" : { + "@type" : "g:Int64", + "@value" : 7 + }, + "elementCount" : { + "@type" : "g:Int64", + "@value" : 7 + } + }, + "name" : "VertexStep(OUT,vertex)", + "annotations" : { + "percentDur" : { + "@type" : "g:Double", + "@value" : 25.0 + } + }, + "id" : "3.0.0()" + } + } ] + } +} \ No newline at end of file
