Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] SparqlComplianceTest

Hi, I'm working on an implementation derived from this codebase (https://github.com/pulquero/Halyard) and trying to upgrade to RDF4J 4.x.  I've noticed that 2 additional tests have failed using these tests under 4.x and wonder if baseline RDF4J is running against these tests (SPARQLQueryComplianceTesting) at all (https://github.com/pulquero/Halyard/blob/latest/strategy/src/test/java/com/msd/gin/halyard/strategy/HalyardSPARQLQueryTest.java#L43)

Looking over the RDF4J 4.x codebase, I don't see anything deriving from these abstract base classes so wanted to see if they were being engaged another way and if these failure were expected in 4.x?

Back to the top