Uploaded image for project: 'Rya'
  1. Rya
  2. RYA-278

AccumuloLoadStatements test fails due to filtering out mvm.rya predicates rather than org.apache.rya predicates

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 3.2.11
    • dao

    Description

      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

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

      Attachments

        Issue Links

          Activity

            People

              jwonders Jonathan Wonders
              jwonders Jonathan Wonders
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: