Frank Hammon created TINKERPOP-2091:
---------------------------------------
Summary: Wrong/Missing feature requirements in
StructureStandardTestSuite
Key: TINKERPOP-2091
URL: https://issues.apache.org/jira/browse/TINKERPOP-2091
Project: TinkerPop
Issue Type: Bug
Components: test-suite
Affects Versions: 3.3.4
Reporter: Frank Hammon
Some tests fail as they don't have the correct feature requirement set.
{color:#000000}test {color}{color:#666600}={color}{color:#000000}
{color}{color:#008800}"org.apache.tinkerpop.gremlin.structure.PropertyTest$PropertyFeatureSupportTest"{color}{color:#666600},{color}{color:#000000}
method {color}{color:#666600}={color}{color:#000000}
{color}{color:#008800}"shouldSetValueOnVertex"{color}{color:#666600},{color}
{color:#000000}test {color}{color:#666600}={color}{color:#000000}
{color}{color:#008800}"org.apache.tinkerpop.gremlin.structure.PropertyTest$PropertyFeatureSupportTest"{color}{color:#666600},{color}{color:#000000}
method {color}{color:#666600}={color}{color:#000000}
{color}{color:#008800}"shouldSetValueOnVertexOnAdd"{color}{color:#666600},{color}
Both tests in the StructureStandardSuite are failing due to testing boolean
array support under string array feature.
{color:#000000}test {color}{color:#666600}={color}{color:#000000}
{color}{color:#008800}"org.apache.tinkerpop.gremlin.structure.util.star.StarGraphTest"{color}{color:#666600},{color}{color:#000000}
method {color}{color:#666600}={color}{color:#000000}
{color}{color:#008800}"shouldHandleSelfLoops"{color}{color:#666600},{color}
This test uses string properties on edges without having set this as a feature
requirement (add property on edges is set as requirement though).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)