geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
84 stars 71 forks source link

Fix unit tests for ESRI FeatureServer endpoint #418

Closed justb4 closed 2 years ago

justb4 commented 2 years ago

Describe the bug The CI/CD fails:


resource: https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/FeatureServer result=False
Adding Run: success=False, response_time=0.40559s

Error: Process completed with exit code 1.

To Reproduce Steps to reproduce the behavior, e.g.:

  1. Run the unit tests
  2. See output
  3. Notice above failure (also in Docker GHC Action, but failing tests are detected)

Expected Behavior All tests to pass.

Screenshots or Logfiles Se above.

Context (please complete the following information):

Additional context The URL https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/FeatureServer is not available at all. Best is to find an alternative.

justb4 commented 2 years ago

Ok, https://sampleserver6.arcgisonline.com/arcgis/rest/services/Wildfire/FeatureServer could be alternative, tests ok with ESRI FS Probes.

justb4 commented 2 years ago

Will fix directly in https://github.com/geopython/GeoHealthCheck/blob/master/tests/data/fixtures.json#L104

justb4 commented 2 years ago

Ok, working CI/CD now passing again!