-
Notifications
You must be signed in to change notification settings - Fork 176
Description
Current Behavior
for: https://github.com/eclipse/rdf4j/blob/main/testsuites/sparql/src/main/java/org/eclipse/rdf4j/testsuite/query/parser/sparql/manifest/SPARQLQueryComplianceTest.java, some of the results are incorrect: https://github.com/eclipse/rdf4j/tree/main/testsuites/sparql/src/main/resources/testcases-sparql-1.1
The tests runs through a bunch of data files that specifiecs data, queries, and results. I found the following tests to specify incorrect results data and thus fails when running this testsuit:
sparql11-wildcard-cycles-04 - https://github.com/eclipse/rdf4j/blob/main/testsuites/sparql/src/main/resources/testcases-sparql-1.1/property-paths/sparql11-wildcard-cycles-04.srx
sparql11-not-in-02 - https://github.com/eclipse/rdf4j/blob/main/testsuites/sparql/src/main/resources/testcases-sparql-1.1/builtin/sparql11-not-in-02.srx
sparql11-sum-02 - https://github.com/eclipse/rdf4j/blob/main/testsuites/sparql/src/main/resources/testcases-sparql-1.1/aggregates/sparql11-sum-02.srx
Expected Behavior
The response files to be correct
Steps To Reproduce
Run SPARQLQueryComplianceTest against these files.
Version
4.1.2-SNAPSHOT
Are you interested in contributing a solution yourself?
No response
Anything else?
No response