Improve support for integration tests on SQLFeatureStore #548
Labels
CI and build
CI and build system
tests
unit/integration test
TMC discussion
to be discussed by technical management committee members
Currently it requires some efforts to run integration tests against a PostgreSQL/PostGIS DB.
Expected is to have a lightweight infrastructure to create a fresh clean database for testing.
It requires some research if in-memory databases such as h2, hsqldb can be used or docker container with PostgreSQL started by Maven.
The latter would require at least two profiles, one for travis-ci where docker container with postgreSQL is available and a local development environment.
The text was updated successfully, but these errors were encountered: