Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TINKERPOP-1679: Detached side-effects aren't attached when remoted #679

Merged
merged 5 commits into from Jul 24, 2017

Conversation

okram
Copy link
Contributor

@okram okram commented Jul 20, 2017

https://issues.apache.org/jira/browse/TINKERPOP-1679

This was occurring because Gremlin-Python did not have serializers for the Graph elements. I created serializers which are of the ReferenceXXX form. I added serializer tests as well as add an AddEdgeTest and specific Gremlin-Python test for the traversal specified in the ticket. I also exposed two ProjectTest OPT_OUTs in RemoteGraph. I don't know why those were OPT_OUT as OLAP will automatically fail accordingly beyond the star graph.

VOTE +1.

…es are respected. Exposed PropertyTests that were OPT_OUT in RemoteGraph, but didn't need to be. Added a Python test to verify the specific ticket test passes (though tested in ProcessTestSuite). The real problem is that Python does not have Serializers for Graph elements. It only has deserializers. I added serializers of the ReferenceXXX form. This way, elements can be passed in as parameters. Added read/write graphson tests in Python to verify serialization/deserialization behavior.
@okram
Copy link
Contributor Author

okram commented Jul 21, 2017

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:33 h
[INFO] Finished at: 2017-07-20T20:44:06-06:00
[INFO] Final Memory: 160M/1634M
[INFO] ------------------------------------------------------------------------

@spmallette
Copy link
Contributor

All tests pass with docker/build.sh -t -n -i

VOTE +1

@dkuppitz
Copy link
Contributor

VOTE: +1

@asfgit asfgit merged commit 2e11e99 into tp32 Jul 24, 2017
@asfgit asfgit deleted the TINKERPOP-1679 branch September 5, 2017 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants