opengeospatial / bblocks-postprocess

0 stars 0 forks source link

Validation passes on fail if misconfiguration #8

Closed rob-metalinkage closed 2 weeks ago

rob-metalinkage commented 11 months ago

Validation error [Errno 2] No such file or directory: '/ogc/features/topo-feature/tests/geometry-coordinates.shacl' === End SHACL ===

still shows a "fail passed" - configuration errors should be a genuine failure.

rob-metalinkage commented 9 months ago

Also happens with syntax error in SHACL

avillar commented 9 months ago

So you're proposing that we raise an exception instead of just reporting it as a validation failure, is that right?

rob-metalinkage commented 9 months ago

Problem is config failures buried in individual tests is nasty. Fails can look like they passed. A Consolidated report will fix this if error is propagated.

avillar commented 9 months ago

Ok, I'll build the consolidated report, and then we'll decide whether that's enough.