opengeospatial / ets-sta10

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

Sensorthings API Test Service Terminated Unexpectedly #68

Open suzumiyahifumi opened 4 months ago

suzumiyahifumi commented 4 months ago

When I was testing the Sensorthings API, regardless of whether I chose Level 2 or Level 3 tests, it automatically terminated upon completion of Level 1 testing, indicating that Level 2 and subsequent tests were skipped. Interestingly, although it did execute DELETE and POST HTTP requests, there was no response report.
CleanShot 2024-05-14 at 14 15 24

dstenger commented 4 months ago

Thank you for reporting. I move the issue to the ets-sta10 issue tracker as it is related to that test suite.

dstenger commented 4 months ago

A short remark: I realized that your service probably implements version 1.1 of the specification (/v1.1/ in URL). The test suite, however, implements version 1.0 of the standard.

Is it possible to provide a test URL I can use to reproduce your problem?

suzumiyahifumi commented 4 months ago

Sorry for late reply, sure, http://140.115.111.82/sensorthings/v1.1 , this is my test service url.