-
Notifications
You must be signed in to change notification settings - Fork 8
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
Out of memory testing our implementation #181
Comments
Thank you for reporting. |
@jerstlouis We did some updates on the two mentioned environments (https://cite.opengeospatial.org/teamengine/ and https://cite.opengeospatial.org/te2/) today. |
@dstenger Thank you for the update. Testing time is extremely long though (about 30 minutes), even testing with only 3 collections, and I don't think it is because of processing or data transfer time on our end. It is also a lot more time than the sum of the duration of the tests, most of which are under 1s except for 4 that take up to ~1min30s. There is also no progress bar of any kind to tell us how far along we are in the set of tests. I would also like to point out that when the OoM issue was happening, our implementation was reported as failing Part 1: Core but passing Part 2: CRS successfully. After the OoM issue was fixed, we passed Part 1: Core, but failed Part 2: CRS because we had not yet implemented Should Part 2: CRS perhaps not be tested if Part 1: Core failed? Or perhaps the CRS tests need to be modified so that it does not succeed if the important tests were skipped? After implementing support for |
Very good, thank you for the feedback.
The Console opening in a separate window after starting the tests should display the progress of the test suite. However, I realize that the output is limited there. If this is important for you, can you please open a new issue for that?
The behavior of the test suites before and after the OoM issue should be identical. The latest update of this test suite on Beta (te2) was done in July 2021 and on Production in September 2021.
Both parts act independently from each other. We already introduced dependencies between tests if necessary. If you see any potential for improvements here, please open a new issue.
Perfect, good to hear. Can you please go through my comments and open further issues if necessary? I propose to close this issue afterwards as the problem described in this issue was solved. |
@dstenger Thank you, I have opened the following issues:
Closing this issue which has been resolved. Thank you! |
Describe the bug
This hapens with both https://cite.opengeospatial.org/teamengine/ and https://cite.opengeospatial.org/te2/
To Reproduce
Steps to reproduce the behavior:
Test https://maps.ecere.com/ogcapi (3 max collections)
Expected behavior
Not running out of memory.
Additional context
This also leads to many other "Skipped" tests, e.g. in Core:
And in CRS:
The text was updated successfully, but these errors were encountered: