You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "George Reyes (JIRA)" <ji...@apache.org> on 2015/05/20 19:00:00 UTC

[jira] [Closed] (USERGRID-657) Graph deletes not going through.

     [ https://issues.apache.org/jira/browse/USERGRID-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Reyes closed USERGRID-657.
---------------------------------

> 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)