-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation of requirement 10 #28
Comments
Thank you for reporting. Our conclusion was that the test suite must be improved:
We will do further discussion in the CITE team. |
Looks like this has been addressed in #29, thanks! Is there a beta release anytime soon so we can test? Or a way to test locally (having Docker, not Maven)? |
Yes, we will create a new Beta release at the end of this or next month.
Right now, you can, of course, also test the fix. But then you have to build the test suite which requires Maven. If you need further instructions for that, please contact me. |
Thanks @dstenger. fwiw I was able to test locally using the local build instructions (ended up installing Maven). |
Describe the bug
The ETS expects Dataset Tilesets, which according to the spec are not a core requirement. See the discussion here.
To Reproduce
Run the tests for a server that does not implement dataset tilesets:
https://maps.gnosis.earth/ogcapi/?f=json
https://demo.pygeoapi.io/master/?f=json
The ets produces an error.
Expected behavior
These servers do not claim to support dataset tilesets in the conformance declaration, and should not be tested for it. Instead they support collection tilesets.
Additional context
This issue is also related to the fact that a test that is not mandatory is being run.
The text was updated successfully, but these errors were encountered: