You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Jonathan Wonders (JIRA)" <ji...@apache.org> on 2017/05/07 15:49:04 UTC

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

Jonathan Wonders created RYA-278:
------------------------------------

             Summary: 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


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)