Open-EO / openeo-backend-validator

Service to validate back-end compliance with the API specification.
Apache License 2.0
1 stars 3 forks source link

Go: Webservice: Job ID response invalid #47

Closed bgoesswe closed 3 years ago

bgoesswe commented 3 years ago

If the response of the POST /job is invalid and the job id can not be read from it, the whole validation service fails and prints:

Error during execution! Have you applyed the changes on the D28 validation page?

It should only fail on the related endpoints...

bgoesswe commented 3 years ago

This is now fixed, the application will just fail if there occurred an error during execution and not from warnings like before. It also prints the warnings on the result page: image