-
Notifications
You must be signed in to change notification settings - Fork 23
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
Problem with the test case "OpenSearch Description Query examples for each dataset" of predefined-ATOM #642
Comments
Dear @JackyDFu, Thank you for addressing this issue. We will analyze your proposal and we will come back to you once a decision is made. Best regards. |
Dear @dperezBM, thank you very much for your support. We tried the test again using the staging platform, the test-report-URL: But we encountered the same issue, there are two messages attached to the test "Iterate over Describe Spatial Dataset URL". and message 2: Do these error messages indicate the issue's cause? Based on these messages. we unfortunately could not resolve the problem's source. We have an assumption though (you surely know better :)), as it seems there is still an issue with the "describe spatial dataset"-link retrieval part:
Our feed service does contain a crs-template parameter, but if I see it correctly the test code does not replace the latter: EDIT: fix markup
So considering the assumption is correct, there are basically two options:
Furthermore one can see in the test two testSteps are executed, namely:
I would not expect the second test step to iterate over get spatial dataset url, is this intentional? |
please, I would like to ask you about this issue progress. During the last days I tried validated my Atom Download Service a lot of times. The last test report is here: I have the same problem as @JackyDFu. Error messages:
I can see that a code used in "Iterate over Describe Spatial Dataset Url" appears in INSPIRE validator report twice:
First occurrence seems to be OK. Second occurrence seems to be wrong, not corrected? To find out more detailed information I installed docker, run container with INSPIRE validator image, and validated my Atom Feed Download Service on my localhost server. Here are a few lines from log in docker container, maybe it helps to solve problem: myuser@myserver:/docker/inspire_validator/etf/logs# cat etf.log Thank you |
@milanSch The problem has not be resolved for us yet, so I welcome further progress in this matter. |
Dear @arantzaetxebarria, thank you, |
Dear @arantzaetxebarria, thank you for the response. I repeated the test steps as described in my first comment, except I changed the inspire validator url with the staging one. So to reproduce I did the following:
Unfortunately after doing so the test seems to fail with an error, similar as @milanSch described. It seems the test is cancelled, while trying to call a specific url (the testrun itself?): but it returns unexpectedly with HTTP 404, as not test can be found under that url:
I'll add the server response, which I inspected using Chrome Dev Tools for further information:
It would be great if this issue could be examined again, as in the current state I am not able to check if the issue is resolved yet. Thank you for your help and kind regards, |
Hello @arantzaetxebarria, @dperezBM, @JackyDFu, I validated my atom download service https://geos.sazp.sk/inspire/atom/DownloadServiceFeed.xml again. Just to see how it is going. Test using https://inspire.ec.europa.eu/validator/test-selection/index.html has the same error as in the top of this issue or in #722 (comment) issue. Next I used http://staging-inspire-validator.eu-west-1.elasticbeanstalk.com/etf-webapp/test-selection/index.html but this one hanged up There were errors in 'Log file' http://staging-inspire-validator.eu-west-1.elasticbeanstalk.com/validator/v2/TestRuns/EID51daa5b7-c3f0-4efb-b830-f39cc17c54ff/log So it seems that problem persists. (I have found some new hint here #751 (comment) too.) thank you |
Dear @JackyDFu, |
Dear @JackyDFu, the error you reported is no longer present (see attached validation report), so we will consider the issue as solved. PROD_Test run on 13_05 - 13.09.2023 with test suite Conformance Class Pre-defined Atom - IOS 642.zip |
Regarding the test step "Iterate over Describe Spatial Dataset URL", after changing the
Level of Detail
in the Report by clicking on
All Details
, I wanted to ask, the test code in the test report is described as:This seems wrong. Shouldn't it be rather using the url with the relation-attribute "describeby" for executing the aboved mentioned the test case "Iterate over Describe Spatial Dataset URL", maybe like so:
EDIT: add screenshot in the test report with the test code:
We discovered this after testing our predefined ATOM, which is accessible using the url
https://www.srp-gmbh.de/fb/feed/senstadt/a_AD_AdressenBerlin
Test was executed as the following:
The text was updated successfully, but these errors were encountered: