opengeospatial / ets-sta10

Repository for the Executable Test Suite for OGC Sensor Things API
Other
6 stars 8 forks source link

Test fails on servers that implement Tasking #56

Open hylkevds opened 3 years ago

hylkevds commented 3 years ago

Describe the bug Test fails on servers that implement Tasking

Error in call to extension function {public java.lang.Object com.occamlab.te.TECore.callFunction(net.sf.saxon.expr.XPathContext,java.lang.String,java.lang.String,net.sf.saxon.om.NodeInfo) throws java.lang.Exception}: 
Exception in extension function net.sf.saxon.s9api.SaxonApiException: Error in call to extension function {public javax.xml.transform.Source org.opengis.cite.sta10.TestNGController.doTestRun(org.w3c.dom.Document) throws java.lang.Exception}: 
Exception in extension function java.lang.IllegalArgumentException: There is a component in Service Root URI response that is not in SensorThings API : Actuators
Result: Failed

Expected behavior Test suite tests the Sensing parts, ignoring the tasking parts

dstenger commented 3 years ago

Thank you for reporting. We will do further investigation.

hylkevds commented 1 year ago

This is essentially the same as #39.

dstenger commented 3 months ago

@hylkevds Can you please provide a test API we can use to reproduce the problem?

hylkevds commented 3 months ago

You can use https://ogc-demo.k8s.ilt-dmz.iosb.fraunhofer.de/FROST-Server/v1.1 It has Sensing, MultiDatastreams and Tasking Everyone can Read,Create,Update and Delete on that test service.