geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
176 stars 117 forks source link

test_async does not run in async mode #656

Open huard opened 2 years ago

huard commented 2 years ago

Description

It looks like the test in tests/test_async.py does not run in async mode. Also, it only checks that the execute response has been accepted, not that the process actually completed.

I'm able to start the test in async mode, but I'm not sure how to get the final response, as the statusLocation does not seem to get updated.

Environment

Steps to Reproduce

Additional Information