Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.3.4
-
None
Description
Some tests fail as they don't have the correct feature requirement set.
test = "org.apache.tinkerpop.gremlin.structure.PropertyTest$PropertyFeatureSupportTest",
method = "shouldSetValueOnVertex",
test = "org.apache.tinkerpop.gremlin.structure.PropertyTest$PropertyFeatureSupportTest",
method = "shouldSetValueOnVertexOnAdd",
Both tests in the StructureStandardSuite are failing due to testing boolean array support under string array feature.
test = "org.apache.tinkerpop.gremlin.structure.util.star.StarGraphTest",
method = "shouldHandleSelfLoops",
This test uses string properties on edges without having set this as a feature requirement (add property on edges is set as requirement though).
Attachments
Issue Links
- links to