locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.32k stars 360 forks source link

Test Containers to simplify Test & CI Envs #3539

Open pomadchin opened 2 months ago

pomadchin commented 2 months ago

I wonder if we could make use of test containers instead of docker-compose usage.

The price is the lifecycle (bringing containers up and down for every suite). On the other hand, tests would be more separated. Also DBs living for a less time - means consuming less resources.