testConjunctiveDefault for sparqlupdatestore fails locally · Issue #460 · RDFLib/rdflib (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
if you run a local sparql store e.g. with fuseki-server --mem --update /ukpp
the tests in https://github.com/RDFLib/rdflib/blob/master/test/test_sparqlupdatestore.py will run (and not be skipped as by default on travis).
One of the existing tests in there seems to fail:
FAIL: testConjunctiveDefault (test.test_sparqlupdatestore.TestSparql11)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/joern/coding/git/rdflib/rdflib/test/test_sparqlupdatestore.py", line 86, in testConjunctiveDefault
'default union graph contains three triples')
AssertionError: 3 != 0 : default union graph contains three triples
Can someone verify?