opengeospatial / ets-wms13-nsg

0 stars 0 forks source link

Integrate execution of ETS WMS 1.3 #5

Open lgoltz opened 6 years ago

lgoltz commented 6 years ago

Currently WMS Basic does not contain any tests and the only test invokeBaseTestSuite in WMS Queryable fails with "java.lang.AssertionError: Unexpected status code. expected
[200] but found
[404]"

dstenger commented 6 years ago

As WMS 1.3 test suite is written in CTL and data dependend, I propose to just extend the documentation.

lgoltz commented 6 years ago

Comment from @beattyj in #10:

The NSG profile is extended form the DGIWG profile implementation. Within the DGIWG profile issue #4 (https://github.com/opengeospatial/ets-wms13-dgiwg/issues/4), the code intentionally tries to call the OGC beta site to perform a redundant test on the WMS service. Currently the test always fails due to some hardcode and assumptions in the code - however, the fact that it tries to "phone home" is a significant issues when trying to docker-ize, execute on a closed network, or in a hardened environment.
As recommended in the DGIWG issue, would recommend removing this apparent redundant test/routine.

lgoltz commented 6 years ago

Proposal from https://github.com/opengeospatial/ets-wms13-dgiwg/issues/4#issuecomment-423906480 could be adopted.