kartoza / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
http://geonode.org/
GNU General Public License v3.0
8 stars 17 forks source link

List of current failed Geonode's Integration tests #172

Closed lucernae closed 7 years ago

lucernae commented 7 years ago

Based on running the tests in: geonode/tests/integration.py

Listed below are all failed tests when using QGIS Server:

GeoNodeMapTest

GeoNodePermissionsTest

GeoNodeThumbnailTest

Package Tests:

geonode.maps.test

geonode.security.tests

geonode.geoserver.tests

We probably just skip this test, but needs to create the counterpart for qgis-server

geonode.layers.tests

Approach

Inspect each failed approach and see if it is relevant with QGIS Server. For example, test_layer_delete_from_geoserver seems irrelevant. In that case, we need to create some switch to disable the test if it is using QGIS Server backend. Otherwise, if it is relevant, fix it.

lucernae commented 7 years ago

Finally, we can close this.