Open-EO / openeo-aggregator

openEO driver that combines multiple other drivers
https://open-eo.github.io/openeo-aggregator/
Apache License 2.0
1 stars 1 forks source link

Issue63 add integration tests #104

Closed JohanKJSchreurs closed 1 year ago

JohanKJSchreurs commented 1 year ago

Issue #63

Backend can be set with the environment variable ENDPOINT, like we have in the GeoPySpark driver's integration tests.

There is also a shell script to run the integration tests with the default backend, https://openeocloud.vito.be:

./scripts/run-integration-tests.sh

Instructions to run the integration tests have been added to the README.md

JohanKJSchreurs commented 1 year ago

Currently some of the unit tests are failing, but that should be fixed by this PR: https://github.com/Open-EO/openeo-aggregator/pull/107

The errors are related to the level parameter for log levels, which was recently introduced/changed in openeo-python-driver, openeo-python-client and openeo-geopyspark-driver for issue https://github.com/Open-EO/openeo-python-driver/issues/170.