opengeospatial / ets-wcs20

Executable Test Suite for WCS 2.0.1
Other
1 stars 2 forks source link

Advice requested for a failing WCS 2.0.1 test #137

Open robinhoutmeyers opened 1 month ago

robinhoutmeyers commented 1 month ago

I am testing our LuciadFusion WCS 2.0.1 implemention against the WCS 2.0 Conformance Test Suite, but there is one failing issue for which it is not clear to me why it is failing.

The test that fails is Test wcs2:get-kvp-core-req30

The test details include the following:

Method: get URL: https://demo.luciad.com:443/LuciadFusionPlatform2024/ogc/wcs/compliance_test?&service=WCS&VERSION=2.0.1&request=GetCoverage&coverageid=US_Relief&format=image/tiff;subtype="geotiff"&mediatype=multipart/related&subset=dimension_bogus(-168.1,-60.099999999999994) Error in call to extension function {public org.w3c.dom.NodeList com.occamlab.te.TECore.request(org.w3c.dom.Document,java.lang.String) throws java.lang.Throwable}: Exception in extension function java.lang.RuntimeException: Parser {http://www.occamlab.com/te/parsers}XMLValidatingParser threw an exception. Result: Failed

At first sight, https://demo.luciad.com:443/LuciadFusionPlatform2024/ogc/wcs/compliance_test?&service=WCS&VERSION=2.0.1&request=GetCoverage&coverageid=US_Relief&format=image/tiff;subtype="geotiff"&mediatype=multipart/related&subset=dimension_bogus(-168.1,-60.099999999999994) returns the expected result.

Do you have any idea what could be the cause of this issue?

dstenger commented 1 month ago

Thank you for reporting. Indeed, the XMLValidatingParser seems to not be able to parse the response. We will do further investigation.

dstenger commented 1 month ago

I moved this issue to the ets-wcs20 tracker as it is related to that test suite.