Github user okram commented on the pull request:
https://github.com/apache/incubator-tinkerpop/pull/277#issuecomment-201704483
This is a failure from another PR that wasn't full integration tested. This
is not related to this PR.
```
shouldSerializeTree(org.apache.tinkerpop.gremlin.structure.SerializationTest$GraphSONTest)
Time elapsed: 0.206 sec <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.apache.tinkerpop.gremlin.structure.SerializationTest$GraphSONTest.shouldSerializeTree(SerializationTest.java:385)
Running
org.apache.tinkerpop.gremlin.neo4j.structure.NoMultiNoMetaNeo4jGraphStructureStandardTest
Tests run: 799, Failures: 1, Errors: 0, Skipped: 266, Time elapsed: 216.4
sec <<< FAILURE! - in
org.apache.tinkerpop.gremlin.neo4j.structure.NoMultiNoMetaNeo4jGraphStructureStandardTest
shouldSerializeTree(org.apache.tinkerpop.gremlin.structure.SerializationTest$GraphSONTest)
Time elapsed: 0.152 sec <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.apache.tinkerpop.gremlin.structure.SerializationTest$GraphSONTest.shouldSerializeTree(SerializationTest.java:385)
Results :
Failed tests:
SerializationTest$GraphSONTest.shouldSerializeTree:385 expected:<1> but
was:<0>
SerializationTest$GraphSONTest.shouldSerializeTree:385 expected:<1> but
was:<0>
```
---
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 [email protected] or file a JIRA ticket
with INFRA.
---