Skip to content
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

Implement A.4.4. Processing the OpenAPI Document - Part 3 #8

Closed
5 tasks done
lgoltz opened this issue May 24, 2018 · 5 comments
Closed
5 tasks done

Implement A.4.4. Processing the OpenAPI Document - Part 3 #8

lgoltz opened this issue May 24, 2018 · 5 comments
Assignees

Comments

@lgoltz
Copy link
Contributor

lgoltz commented May 24, 2018

  • A.4.4.9. Validate the Get Features Operation
  • A.4.4.10. Validate the Get Features Operation Response
  • A.4.4.11. Limit Parameter
  • A.4.4.12. Bounding Box Parameter
  • A.4.4.13. Time Parameter
@dstenger dstenger added this to the Testbed14_M2 milestone May 29, 2018
@lgoltz lgoltz self-assigned this Jun 27, 2018
lgoltz added a commit that referenced this issue Jun 28, 2018
lgoltz added a commit that referenced this issue Jun 28, 2018
lgoltz added a commit that referenced this issue Jun 28, 2018
lgoltz added a commit that referenced this issue Jun 28, 2018
lgoltz added a commit that referenced this issue Jun 28, 2018
@lgoltz
Copy link
Contributor Author

lgoltz commented Jun 28, 2018

Some remaining TODOs are documented in the code (missing test parameters, returned features are not validated).
Currently a "java.lang.OutOfMemoryError: Java heap space" occurs locally.

I think "A.4.4.10. Validate the Get Features Operation Response" contains a failure in test method 6:

If a property numberMatched is included in the response, iteratively follow the next links 
until no next link is included and count the aggregated number of features returned in all 
responses during the iteration. Validate that the value is identical to the numberReturned 
stated in the initial response.

Shouldn't numberReturned be numberMatched in the last sentence?

lgoltz added a commit that referenced this issue Jul 2, 2018
…uce the number of tests, added assert for number of features in the response
@lgoltz
Copy link
Contributor Author

lgoltz commented Jul 2, 2018

Currently a "java.lang.OutOfMemoryError: Java heap space" occurs locally.

Set limit parameter to 5 and 15 to avoid long running queries and large response and added assert: 17dbccd

lgoltz added a commit that referenced this issue Jul 2, 2018
lgoltz added a commit that referenced this issue Jul 2, 2018
…lection and assured that test are not skipped if optional properties are missing
@lgoltz
Copy link
Contributor Author

lgoltz commented Jul 2, 2018

Remaining TODOs are documented in #18 and #19 .

@lgoltz lgoltz removed their assignment Jul 3, 2018
dstenger added a commit that referenced this issue Jul 6, 2018
@dstenger
Copy link
Contributor

#20 covers an Issue with handling of HTTP redirects and #25 proposes to check number of features in bbox tests.

@lgoltz
Copy link
Contributor Author

lgoltz commented Sep 18, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants