[
https://issues.apache.org/jira/browse/USERGRID-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14530733#comment-14530733
]
Shawn Feldman commented on USERGRID-627:
----------------------------------------
fails due to
@Override
public Observable<IndexOperationMessage> deleteIndexEdge( final
ApplicationScope applicationScope,
final Edge edge )
{
//TODO, query ES and remove this edge
throw new NotImplementedException( "Implement me" );
}
@Override
public Observable<IndexOperationMessage> deleteEntityIndexes( final
ApplicationScope applicationScope,
final Id
entityId ) {
//TODO query ES and remove this entityId
throw new NotImplementedException( "Implement me" );
}
> Test Not Passing: EntityManagerIT
> ---------------------------------
>
> Key: USERGRID-627
> URL: https://issues.apache.org/jira/browse/USERGRID-627
> Project: Usergrid
> Issue Type: Bug
> Reporter: Jeffrey
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)