AKSW / RDFUnit

An RDF Unit Testing Suite
http://RDFUnit.aksw.org
Apache License 2.0
150 stars 42 forks source link

Default cache ignores `-T 0` setting #119

Closed cosletmihai closed 1 year ago

cosletmihai commented 2 years ago

Expected Behavior

Based on the wiki page here https://github.com/AKSW/RDFUnit/wiki/SPARQL-Endpoints#default-cache , setting -T 0 should disable validation cashing for SPARQL endpoints.

Actual Behavior

Cashing still happens no matter what value I set to -T.

Steps to Reproduce the Problem

Run the validation of a SPARQL endpoint using the jar

Specifications

This has both been run on a Centos 7 system and inside a Docker container with the same results previously mentioned.

Has there been a change in the CLI usage that has not been mentioned in the wiki?

jimkont commented 1 year ago

thanks for the report, I verified that the -T 0 option was ignored and fixed it in master. For some reason, I didn't notice this issue when it was originally reported