Ayesha Amrin Dastagiri created TINKERPOP-1205: -------------------------------------------------
Summary: Unable to complete Blueprint-Usergrid driver implementation due to unclear test case in GraphTestSuite.java Key: TINKERPOP-1205 URL: https://issues.apache.org/jira/browse/TINKERPOP-1205 Project: TinkerPop Issue Type: Bug Reporter: Ayesha Amrin Dastagiri Hi, We at Apigee, are trying to complete the blueprints driver implementation for Apache Usergrid. I had the following questions : For the “blueprints" driver, should generateGraph() create a new empty graph or point to an existing graph? 1. If it requires to create a new graph every time, then the testcase "testGraphDataPersists()" in GraphTestSuite.java fails at line 758 “assertEquals(count(graph.getVertices()), 2);” 2. If it requires to point to an existing graph as specified by the user config, then, few other testcases fail at asserting the number of vertices in a graph. -- This message was sent by Atlassian JIRA (v6.3.4#6332)