You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Jeff Dasch (JIRA)" <ji...@apache.org> on 2017/09/08 14:43:00 UTC

[jira] [Resolved] (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:all-tabpanel ]

Jeff Dasch resolved RYA-278.
----------------------------
    Resolution: Fixed

> 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
>             Fix For: 3.2.11
>
>
> 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.4.14#64029)