You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/06 19:46:18 UTC

[jira] [Commented] (RYA-278) AccumuloLoadStatements test fails due to filtering out mvm.rya predicates rather than org.apache.rya predicates

    [ https://issues.apache.org/jira/browse/RYA-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16039520#comment-16039520 ] 

ASF GitHub Bot commented on RYA-278:
------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-rya/pull/157


> AccumuloLoadStatements test fails due to filtering out mvm.rya predicates rather than org.apache.rya predicates
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: RYA-278
>                 URL: https://issues.apache.org/jira/browse/RYA-278
>             Project: Rya
>          Issue Type: Bug
>          Components: dao
>            Reporter: Jonathan Wonders
>            Assignee: Jonathan Wonders
>            Priority: Trivial
>              Labels: easyfix, newbie, test
>
> The loadTurtleFile test case fails becuase the set of statements collected from the iterator includes version and rts statements.  It looks like the test intends to filter these out, but it filters them based on an {{mvm.rya}} uri which has since changed to {{org.apache.rya}}
> {noformat}
> java.lang.AssertionError: 
> Expected :[(http://example#alice, http://example#talksTo, http://example#bob), (http://example#bob, http://example#talksTo, http://example#charlie), (http://example#charlie, http://example#likes, http://example#icecream)]
> Actual   :[(http://example#alice, http://example#talksTo, http://example#bob), (http://example#bob, http://example#talksTo, http://example#charlie), (http://example#charlie, http://example#likes, http://example#icecream), (urn:org.apache.rya/2012/05#rts, urn:org.apache.rya/2012/05#version, "3.0.0")]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)