This is an automated email from the ASF dual-hosted git repository.
kenhuuu pushed a change to branch v4-io-test
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 14bc366f81 Update tests to reflect v4 serialization types
new 5d9b671a42 generators
new 7adc9d296f added back some enums
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../structure/graphbinary/GraphBinaryAccess.java | 4 +-
.../gremlin/structure/graphson/GraphSONAccess.java | 4 +-
.../gremlin/structure/graphbinary/id-t-v4.gbin | Bin 0 -> 10 bytes
.../structure/graphbinary/neg-zero-double-v4.gbin | Bin 0 -> 10 bytes
.../structure/graphbinary/neg-zero-float-v4.gbin | Bin 0 -> 6 bytes
.../structure/graphbinary/out-direction-v4.gbin | Bin
.../io/AbstractTypedCompatibilityTest.java | 51 ++++++++++++
.../structure/io/GenerateGraphsonTestFiles.java | 91 +++++++++++++++++++++
.../gremlin/structure/io/GenerateTestFiles.java | 78 ++++++++++++++++++
.../tinkerpop/gremlin/structure/io/Model.java | 5 ++
.../graphson/GraphSONUntypedCompatibilityTest.java | 20 -----
11 files changed, 231 insertions(+), 22 deletions(-)
copy gremlin-console/src/test/python/x.script =>
gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/graphbinary/GraphBinaryAccess.java
(89%)
copy gremlin-console/src/test/python/x.script =>
gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/graphson/GraphSONAccess.java
(90%)
create mode 100644
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/graphbinary/id-t-v4.gbin
create mode 100644
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/graphbinary/neg-zero-double-v4.gbin
create mode 100644
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/graphbinary/neg-zero-float-v4.gbin
copy
gremlin-util/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphbinary/direction-v1.gbin
=>
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/graphbinary/out-direction-v4.gbin
(100%)
create mode 100644
gremlin-util/src/test/java/org/apache/tinkerpop/gremlin/structure/io/GenerateGraphsonTestFiles.java
create mode 100644
gremlin-util/src/test/java/org/apache/tinkerpop/gremlin/structure/io/GenerateTestFiles.java