Github user spmallette commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/325 Ran the integration tests and hit a failure after merging this branch onto the latest from master: ```text Results : Tests in error: GremlinResultSetIntegrateTest.shouldHandleVertexResultWithLiteSerialization:174 ? Execution Tests run: 156, Failures: 0, Errors: 1, Skipped: 2 ``` that would come from Gremlin Server i think...you could test with: ```text mvn verify -pl gremlin-server -DskipIntegrationTests=false ``` I don't think that test fails on master, but I suppose that is possible. I will set up my system now to try it out and will see the result in the morning.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---