Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Tests require demo and sample servers to be running in order to pass. #70

Open
JivanAmara opened this issue Nov 28, 2016 · 5 comments
Open

Comments

@JivanAmara
Copy link
Collaborator

test_wfs & test_arcgisjson are failing regularly in pull requests not due to changes in code but because the servers they contact aren't available. I propose mocking the web requests so test results are determined only by the state of the code.

@JivanAmara
Copy link
Collaborator Author

JivanAmara commented Nov 28, 2016

test_wfs is hitting http://demo.boundlessgeo.com/geoserver/wfs and getting a 503.
test_arggisjson is hitting http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Hydrography/Watershed173811/FeatureServer/0/query?where=objectid+%3D+objectid&outfields=*&f=json and getting a .Net HttpException (0x80004005): There is not enough space on the disk.

@JivanAmara
Copy link
Collaborator Author

Will wait until these are up to serialize their responses for use in tests.

@jj0hns0n
Copy link
Member

@jj0hns0n
Copy link
Member

Looks like we can use another Esri server too Looks like we can switch to another server https://sampleserver6.arcgisonline.com/arcgis/rest/services/USA/MapServer/3 @bitner can you help out here.

@JivanAmara
Copy link
Collaborator Author

These servers have been swapped in to replace the ones that have been often down to move things along quickly: #71 .
@bitner and I both think mocking those responses is a good idea so I'm leaving this ticket open as a placeholder for doing that in the future.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants