opengeospatial / ets-sta10

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

Test-suite fails on any server that implements MultiDatastreams. #39

Open hylkevds opened 7 years ago

hylkevds commented 7 years ago

The current test-suite fails on any server that implements MultiDatastreams. Maybe someone can have a look at pull request #28 ?

dstenger commented 6 years ago

Thank you for the pull request. Can you provide a service for testing?

mjacoby commented 6 years ago

You should be able to test it locally with https://github.com/FraunhoferIOSB/SensorThingsServer which supports MultiDatastreams.

hylkevds commented 6 years ago

There is also http://akme-a3.iosb.fraunhofer.de/SensorThingsService/v1.0, but it might not always be available.

hylkevds commented 6 years ago

FROST-Server now also has Docker support. I've written a quick-start guide for setting up a test server: https://github.com/FraunhoferIOSB/FROST-Server/wiki/Docker-Quick-Start

hylkevds commented 6 years ago

I've just tested it, and commit 877beb0ba6da5c42f314244f9669d52f82c64a22 fixed the issue.

hylkevds commented 6 years ago

Of course, the same problem also exists for Services implementing the Tasking profile...

dstenger commented 6 years ago

@taniakhalafbeigi Can you please apply this fix to tasking profile as well?

taniakhalafbeigi commented 6 years ago

@dstenger Sure. I will put it on my list and hopefully get it done soon.