George Reyes created USERGRID-657:
-------------------------------------
Summary: Graph deletes not going through.
Key: USERGRID-657
URL: https://issues.apache.org/jira/browse/USERGRID-657
Project: Usergrid
Issue Type: Story
Reporter: George Reyes
Assignee: George Reyes
This call returns an empty iterator
storageEdgeSerialization.getEdgeVersions( scope,
new SimpleSearchByEdge( edge.getSourceNode(),
edge.getType(), edge.getTargetNode(),
Long.MAX_VALUE, SearchByEdgeType.Order.ASCENDING,
Optional.absent() ) );
when we go to delete the edge. So since its empty it returns null and fails
the test.
final Edge toBeDeletedEdge = graphManager.deleteEdge( connectionSearch
).toBlocking().firstOrDefault( null );
Need to resolve this so we can fix graph tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)