dice-group / IGUANA

IGUANA is a benchmark execution framework for RDF triple stores and quad stores
http://iguana-benchmark.eu
GNU Affero General Public License v3.0
24 stars 15 forks source link

IGUANA does not handle responses that are successful but not 200-ok correctly #175

Closed liss-h closed 1 year ago

liss-h commented 2 years ago

Some SPARQL updates return 204-no-content on some triplestores (e.g. fuseki, graphdb) and IGUANA does not handle this. It marks the queries as failed when that happens.

For potential fixes see compare

frensing commented 1 year ago

Thanks for your fix idea! The fix has been implemented in PR #180.